DBA Data[Home] [Help]

APPS.PO_COPY_DOCUMENTS_S dependencies on PO_LINE_LOCATIONS_S

Line 940: select po_line_locations_s.nextval, pol.po_header_id

936: --dbms_output.put_line('progress cs 4');
937: x_progress:= '004';
938:
939: /* get the new line loc id, and the original po_header_id */
940: select po_line_locations_s.nextval, pol.po_header_id
941: into x_to_po_line_location_id, x_to_po_header_id
942: from po_lines pol
943: where pol.po_line_id = x_to_po_line_id;
944: