DBA Data[Home] [Help]

APPS.WSH_PICKING_BATCHES_GRP dependencies on MTL_ITEM_LOCATIONS

Line 165: FROM mtl_item_locations

161: AND organization_id = p_organization_id;
162:
163: CURSOR Check_Locator_Id ( p_Locator_Id IN VARCHAR2, p_subinventory IN VARCHAR2, p_organization_id IN NUMBER) IS
164: SELECT Inventory_location_id
165: FROM mtl_item_locations
166: WHERE Inventory_location_id = p_Locator_Id
167: AND subinventory_code = p_subinventory
168: AND organization_id = p_organization_id;
169: