DBA Data[Home] [Help]

APPS.WSH_PICKING_BATCHES_GRP dependencies on MTL_ITEM_LOCATIONS

Line 163: FROM mtl_item_locations

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