DBA Data[Home] [Help]

APPS.WMS_POSTALLOC_PVT dependencies on MTL_ITEM_LOCATIONS

Line 4333: , mtl_item_locations mil

4329: , l_item_prim_uom_code
4330: , l_lot_control_code
4331: , l_serial_number_control_code
4332: FROM mtl_material_transactions_temp mmtt
4333: , mtl_item_locations mil
4334: , mtl_secondary_inventories msi
4335: , mtl_system_items item
4336: WHERE mmtt.transaction_temp_id = p_mmtt_temp_id
4337: AND mmtt.locator_id = mil.inventory_location_id(+)