DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_APIS dependencies on MTL_ITEM_LOCATIONS

Line 3062: FROM mtl_item_locations mil

3058:
3059: IF l_locator_id IS NOT NULL THEN
3060: SELECT NVL(l_loc_type, -1)
3061: INTO l_loc_type
3062: FROM mtl_item_locations mil
3063: WHERE inventory_location_id = l_locator_id
3064: AND organization_id = l_org_id;
3065:
3066: IF (l_loc_type = 3 AND