DBA Data[Home] [Help]

APPS.INV_CG_UPGRADE dependencies on MTL_ITEM_LOCATIONS

Line 1139: from mtl_item_locations

1135: , to_number(nvl(segment20,'0'))
1136: into
1137: v_project_id
1138: , v_task_id
1139: from mtl_item_locations
1140: where organization_id = l_organization_id
1141: and inventory_location_id = l_locator_id;
1142: exception
1143: when NO_DATA_FOUND then

Line 2109: from mtl_item_locations

2105: , to_number(nvl(segment20,'0'))
2106: into
2107: v_project_id
2108: , v_task_id
2109: from mtl_item_locations
2110: where organization_id = l_organization_id
2111: and inventory_location_id = l_locator_id;
2112: exception
2113: when NO_DATA_FOUND then

Line 2398: from mtl_item_locations

2394: , to_number(nvl(segment20,'0'))
2395: into
2396: v_project_id
2397: , v_task_id
2398: from mtl_item_locations
2399: where organization_id = l_organization_id
2400: and inventory_location_id = l_locator_id;
2401: exception
2402: when NO_DATA_FOUND then

Line 2685: from mtl_item_locations

2681: , to_number(nvl(segment20,'0'))
2682: into
2683: v_project_id
2684: , v_task_id
2685: from mtl_item_locations
2686: where organization_id = l_organization_id
2687: and inventory_location_id = l_locator_id;
2688: exception
2689: when NO_DATA_FOUND then