DBA Data[Home] [Help]

APPS.MTL_INV_UTIL_GRP dependencies on WMS_LICENSE_PLATE_NUMBERS

Line 1265: FROM WMS_LICENSE_PLATE_NUMBERS

1261: */
1262:
1263: SELECT subinventory_code, locator_id
1264: INTO l_subinventory_code, l_locator_id
1265: FROM WMS_LICENSE_PLATE_NUMBERS
1266: WHERE organization_id = p_organization_id
1267: AND lpn_id = p_lpn_id;
1268:
1269: -- Find quantity of item within container.

Line 1443: FROM wms_license_plate_numbers

1439: SELECT subinventory_code
1440: , locator_id
1441: INTO l_subinventory_code
1442: , l_locator_id
1443: FROM wms_license_plate_numbers
1444: WHERE organization_id = p_organization_id
1445: AND lpn_id = p_lpn_id;
1446:
1447: -- Find quantity of item within container.