DBA Data[Home] [Help]

APPS.GMI_AUTO_ALLOC_BATCH_PKG dependencies on OP_ALOT_PRM

Line 578: l_op_alot_prm_rec op_alot_prm%rowtype;

574: l_ic_item_mst_rec GMI_Reservation_Util.ic_item_mst_rec;
575: --l_ic_item_mst_rec ic_item_mst%ROWTYPE;
576: l_ic_item_mst ic_item_mst%ROWTYPE;
577: l_old_transaction_rec GMI_TRANS_ENGINE_PUB.ictran_rec;
578: l_op_alot_prm_rec op_alot_prm%rowtype;
579:
580: l_ic_whse_mst_rec ic_whse_mst%rowtype;
581: l_total_qty NUMBER;
582: l_total_qty2 NUMBER;

Line 847: x_op_alot_prm => l_op_alot_prm_rec,

843: p_org_id => l_allocation_rec.org_id,
844: p_of_cust_id => l_allocation_rec.of_cust_id,
845: p_ship_to_org_id=> l_allocation_rec.ship_to_org_id,
846: x_return_status => l_return_status,
847: x_op_alot_prm => l_op_alot_prm_rec,
848: x_msg_count => x_msg_count,
849: x_msg_data => x_msg_data
850: );
851:

Line 880: , p_op_alot_prm => l_op_alot_prm_rec

876: GMI_ALLOCATE_INVENTORY_PVT.ALLOCATE_LINE
877: ( p_allocation_rec => l_allocation_rec
878: , p_ic_item_mst => l_ic_item_mst
879: , p_ic_whse_mst => l_ic_whse_mst_rec
880: , p_op_alot_prm => l_op_alot_prm_rec
881: , p_batch_id => p_batch_rec.batch_id
882: , x_allocated_qty1 => x_detailed_qty
883: , x_allocated_qty2 => x_detailed_qty2
884: , x_return_status => x_return_status