DBA Data[Home] [Help]

APPS.WMS_CATCH_WEIGHT_PVT dependencies on MTL_LOT_NUMBERS

Line 1494: , mtl_lot_numbers mln

1490: CURSOR c_lot_rsv_qty(p_rsv_id IN NUMBER) IS
1491: SELECT NVL(SUM(mtlt.primary_quantity),0)
1492: FROM mtl_material_transactions_temp mmtt
1493: , mtl_transaction_lots_temp mtlt
1494: , mtl_lot_numbers mln
1495: , mtl_secondary_inventories msi
1496: , mtl_item_locations mil
1497: WHERE mmtt.reservation_id = p_rsv_id
1498: AND mtlt.transaction_temp_id = mmtt.transaction_temp_id