DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WMS_LICENSE_PLATE_NUMBERS

Line 7660: from wms_license_plate_numbers wlpn

7656: --LPN Reuse project
7657: and wdd.released_status = 'X'
7658: and wdd.lpn_id in
7659: ( select wlpn.lpn_id
7660: from wms_license_plate_numbers wlpn
7661: where wlpn.outermost_lpn_id = c_lpn_id );
7662: --
7663:
7664: l_delivery_id WSH_NEW_DELIVERIES.Delivery_Id%TYPE;