DBA Data[Home] [Help]

APPS.WMS_ITEM_LOAD dependencies on MTL_ITEM_LOCATIONS

Line 823: FROM mtl_item_locations

819:
820: -- Get the project and task for the source LPN
821: SELECT NVL(project_id, -999), NVL(task_id, -999)
822: INTO l_project_id, l_task_id
823: FROM mtl_item_locations
824: WHERE inventory_location_id = l_locator_id
825: AND organization_id = p_organization_id
826: AND subinventory_code = l_subinv_code;
827: l_progress := '110';