DBA Data[Home] [Help]

APPS.RCV_WSH_INTERFACE_PKG dependencies on WMS_LICENSE_PLATE_NUMBERS

Line 578: from wms_license_plate_numbers

574: -- need to fetch them from to_lpn
575: IF (rti_rec.TRANSFER_LPN_ID IS NOT NULL) THEN
576: select subinventory_code,locator_id
577: into l_subinventory, l_locator_id
578: from wms_license_plate_numbers
579: where lpn_id = rti_rec.TRANSFER_LPN_ID;
580: ELSE
581: l_subinventory := rti_rec.from_subinventory;
582: l_locator_id := rti_rec.from_locator_id;