DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_APIS dependencies on MTL_ITEM_LOCATIONS

Line 3033: FROM mtl_item_locations mil

3029:
3030: IF l_locator_id IS NOT NULL THEN
3031: SELECT NVL(l_loc_type, -1)
3032: INTO l_loc_type
3033: FROM mtl_item_locations mil
3034: WHERE inventory_location_id = l_locator_id
3035: AND organization_id = l_org_id;
3036:
3037: IF (l_loc_type = 3 AND