DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_PUB dependencies on MTL_ITEM_LOCATIONS

Line 4523: FROM mtl_item_locations

4519:
4520: IF(p_mmtt.locator_id IS NOT NULL) then
4521: BEGIN
4522: SELECT project_id INTO l_from_project_id
4523: FROM mtl_item_locations
4524: WHERE inventory_location_id = p_mmtt.locator_id
4525: AND organization_id = p_mmtt.organization_id;
4526: EXCEPTION
4527: WHEN OTHERS THEN