DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV8 dependencies on PO_LINES

Line 316: from po_lines

312: /* SERVICES FPJ : We also need to insert the line amount to the shipments */
313: begin
314: select from_line_id,from_header_id,amount
315: into l_from_line_id, l_from_header_id,l_amount
316: from po_lines
317: where po_line_id = X_po_line_id ;
318: exception
319: when others then
320: l_from_line_id := null;