DBA Data[Home] [Help]

APPS.GMI_AUTO_ALLOCATE_PUB dependencies on GMI_ALLOCATE_INVENTORY_PVT

Line 138: /*IF GMI_ALLOCATE_INVENTORY_PVT.CHECK_EXISTING_ALLOCATIONS

134: Auto Allocation cannot proceed where specific allocations already exist
135: since this could lead to manual allocations being overwritten
136: ======================================================================*/
137: oe_debug_pub.add('OPM allocation engine check for existing txns',1);
138: /*IF GMI_ALLOCATE_INVENTORY_PVT.CHECK_EXISTING_ALLOCATIONS
139: (p_doc_id => l_allocation_rec.doc_id,
140: p_line_id => l_allocation_rec.line_id,
141: p_lot_ctl => l_ic_item_mst_rec.lot_ctl,
142: p_item_loct_ctl => l_ic_item_mst_rec.loct_ctl,

Line 205: GMI_ALLOCATE_INVENTORY_PVT.ALLOCATE_LINE

201: /*Select inventory in accordance with allocation rules
202: =====================================================*/
203: oe_debug_pub.add('OPM allocation engine - now allocate the line',1);
204: -- HW BUG#:2643440 Use ll_allocation_rec instead of l_allocation_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,