DBA Data[Home] [Help]

APPS.GMI_AUTO_ALLOCATE_PUB dependencies on OP_ALOT_PRM

Line 66: l_op_alot_prm_rec op_alot_prm%ROWTYPE;

62: ll_allocation_rec gmi_allocation_rec;
63: l_ic_item_mst_rec ic_item_mst%ROWTYPE;
64: l_ic_item_cpg_rec ic_item_cpg%ROWTYPE;
65: l_ic_whse_mst_rec ic_whse_mst%ROWTYPE;
66: l_op_alot_prm_rec op_alot_prm%ROWTYPE;
67:
68:
69: /* B1731567 - identify co_code associated with whse and orgn_code
70: ================================================================*/

Line 162: x_op_alot_prm => l_op_alot_prm_rec,

158: p_org_id => ll_allocation_rec.org_id,
159: p_of_cust_id => ll_allocation_rec.of_cust_id,
160: p_ship_to_org_id=> ll_allocation_rec.ship_to_org_id,
161: x_return_status => l_return_status,
162: x_op_alot_prm => l_op_alot_prm_rec,
163: x_msg_count => l_msg_count,
164: x_msg_data => l_msg_data
165: );
166:

Line 209: p_op_alot_prm => l_op_alot_prm_rec,

205: GMI_ALLOCATE_INVENTORY_PVT.ALLOCATE_LINE
206: ( p_allocation_rec => ll_allocation_rec,
207: p_ic_item_mst => l_ic_item_mst_rec,
208: p_ic_whse_mst => l_ic_whse_mst_rec,
209: p_op_alot_prm => l_op_alot_prm_rec,
210: x_allocated_qty1 => l_allocated_qty1,
211: x_allocated_qty2 => l_allocated_qty2,
212: x_return_status => l_return_status,
213: x_msg_count => l_msg_count,