DBA Data[Home] [Help]

APPS.WSH_SC_DELIVERY_PVT dependencies on WSH_DEPARTURES_S

Line 951: select WSH_DEPARTURES_S.nextval into dep_id

947: rep_id number;
948: BEGIN
949:
950: -- Get the new departure id from the sequence
951: select WSH_DEPARTURES_S.nextval into dep_id
952: FROM DUAL;
953:
954: IF ( bol IS NULL) THEN
955: x_bol := WSH_External_Custom.Bill_Of_Lading( dep_id);