DBA Data[Home] [Help]

APPS.WSH_SC_DELIVERY_PVT dependencies on SO_PICKING_LINES_S

Line 837: select so_picking_lines_s.nextval

833: --picking_line_id = pl_id and ph_id = new ph id (except the
834: --requested_quantity, shipped_quantity, and who info).
835:
836: --get the new picking line id
837: select so_picking_lines_s.nextval
838: into new_pl_id
839: from dual;
840:
841: insert_pl_row (pl_id, new_pl_id, new_ph_id);