DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on WMS_LICENSE_PLATE_NUMBERS

Line 2909: FROM wms_license_plate_numbers

2905: SELECT subinventory_code,
2906: locator_id
2907: INTO x_cascaded_table(n).subinventory,
2908: x_cascaded_table(n).locator_id
2909: FROM wms_license_plate_numbers
2910: WHERE lpn_id = x_cascaded_table(n).transfer_lpn_id;
2911:
2912: IF (g_asn_debug = 'Y') THEN
2913: asn_debug.put_line('Sub is ' || x_cascaded_table(n).subinventory);

Line 2932: FROM wms_license_plate_numbers

2928: SELECT subinventory_code,
2929: locator_id
2930: INTO x_cascaded_table(n).subinventory,
2931: x_cascaded_table(n).locator_id
2932: FROM wms_license_plate_numbers
2933: WHERE lpn_id = x_cascaded_table(n).lpn_id;
2934:
2935: IF (g_asn_debug = 'Y') THEN
2936: asn_debug.put_line('Sub is ' || x_cascaded_table(n).subinventory);