DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV8 dependencies on PO_LINES

Line 318: FROM po_lines

314: /*Bug 8559443*/
315:
316: SELECT category_id
317: INTO p_item_category_id
318: FROM po_lines
319: WHERE po_line_id = X_po_line_id;
320:
321: /*Bug 8559443*/
322:

Line 375: from po_lines

371: /* SERVICES FPJ : We also need to insert the line amount to the shipments */
372: begin
373: select from_line_id,from_header_id,amount
374: into l_from_line_id, l_from_header_id,l_amount
375: from po_lines
376: where po_line_id = X_po_line_id ;
377: exception
378: when others then
379: l_from_line_id := null;