DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WMS_LICENSE_PLATE_NUMBERS

Line 7696: from wms_license_plate_numbers wlpn

7692: --LPN Reuse project
7693: and wdd.released_status = 'X'
7694: and wdd.lpn_id in
7695: ( select wlpn.lpn_id
7696: from wms_license_plate_numbers wlpn
7697: where wlpn.outermost_lpn_id = c_lpn_id );
7698: --
7699:
7700: l_delivery_id WSH_NEW_DELIVERIES.Delivery_Id%TYPE;