DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_PUB dependencies on MTL_ITEM_LOCATIONS

Line 4382: FROM mtl_item_locations

4378:
4379: IF(p_mmtt.locator_id IS NOT NULL) then
4380: BEGIN
4381: SELECT project_id INTO l_from_project_id
4382: FROM mtl_item_locations
4383: WHERE inventory_location_id = p_mmtt.locator_id
4384: AND organization_id = p_mmtt.organization_id;
4385: EXCEPTION
4386: WHEN OTHERS THEN