DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on GME_RESERVATIONS_PVT

Line 2951: gme_reservations_pvt.create_material_reservation(p_matl_dtl_rec => l_mtl_dtl_rec,

2947:
2948: IF (g_debug <= gme_debug.g_log_statement) THEN
2949: gme_debug.put_line('Creating reservation with '||l_new_data);
2950: END IF;
2951: gme_reservations_pvt.create_material_reservation(p_matl_dtl_rec => l_mtl_dtl_rec,
2952: p_resv_qty => ABS(l_txns_tbl(i).trans_qty),
2953: p_sec_resv_qty => ABS(l_txns_tbl(i).trans_qty2),
2954: p_resv_um => l_mtl_rec.primary_uom_code,
2955: p_subinventory => l_subinventory,