DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on MTL_ITEM_LOCATIONS

Line 2236: from mtl_parameters mp, mtl_item_locations_kfv milk

2232: null,milk.concatenated_segments,
2233: 2,milk.concatenated_segments,
2234: 1, inv_project.get_pjm_locsegs(milk.concatenated_segments))
2235: into x_compTbl(l_count).locator_name
2236: from mtl_parameters mp, mtl_item_locations_kfv milk
2237: where mp.organization_id = p_orgID
2238: and mp.organization_id = milk.organization_id
2239: and milk.inventory_location_id = x_compTbl(l_count).supply_locator_id;
2240: end if;

Line 2759: from mtl_item_locations

2755: set (locator_id, project_id, task_id) =
2756: (select inventory_location_id,
2757: project_id,
2758: task_id
2759: from mtl_item_locations
2760: where inventory_location_id = comp_rec.locator_id
2761: and organization_id = l_orgID)
2762: where rowid = comp_rec.rowid;
2763: end if;