DBA Data[Home] [Help]

APPS.WSH_SC_DELIVERY_PVT dependencies on SO_PICKING_HEADERS_S

Line 799: select so_picking_headers_s.nextval

795: --insert a new row into so_picking_headers_all by using the row with
796: --picking_header_id = ph_id - except who info.
797:
798: --store the new picking header id as new_ph_id
799: select so_picking_headers_s.nextval
800: into new_ph_id
801: from dual;
802:
803: insert_ph_row (ph_id, new_ph_id);