DBA Data[Home] [Help]

APPS.GME_UNRELEASE_BATCH_PVT dependencies on GME_RESERVATIONS_PVT

Line 679: gme_reservations_pvt.create_material_reservation

675: -- following loop will execute if this is lot control item
676: FOR j in 1 .. l_mmln_tbl.count LOOP
677: -- put following if condition in for negative IB, could be passing 0 quantity lots;
678: IF l_mmln_tbl (j).transaction_quantity <> 0 THEN
679: gme_reservations_pvt.create_material_reservation
680: (p_matl_dtl_rec => l_material_detail_rec
681: ,p_resv_qty => ABS(l_mmln_tbl (j).transaction_quantity)
682: ,p_sec_resv_qty => ABS(l_mmln_tbl (j).secondary_transaction_quantity)
683: ,p_resv_um => l_mmt_rec.transaction_uom

Line 696: gme_reservations_pvt.create_material_reservation

692: END IF;
693: END LOOP;
694: -- following if block will execute if not lot control
695: IF l_mmln_tbl.count = 0 THEN
696: gme_reservations_pvt.create_material_reservation
697: (p_matl_dtl_rec => l_material_detail_rec
698: ,p_resv_qty => ABS(l_mmt_rec.transaction_quantity)
699: ,p_sec_resv_qty => ABS(l_mmt_rec.secondary_transaction_quantity)
700: ,p_resv_um => l_mmt_rec.transaction_uom