DBA Data[Home] [Help]

APPS.GML_OPM_OM_CONV_MIG_PKG dependencies on MTL_ITEM_LOCATIONS

Line 171: FROM mtl_item_locations

167: -- 5576431
168:
169: CURSOR get_subinv(p_inventory_location_id IN NUMBER) IS
170: SELECT subinventory_code
171: FROM mtl_item_locations
172: WHERE inventory_location_id = p_inventory_location_id;
173:
174:
175: CURSOR get_lot_sublot(p_item_id IN NUMBER,p_lot_id IN NUMBER) IS