DBA Data[Home] [Help]

APPS.OE_INV_IFACE_PVT dependencies on OE_LINE_UTIL

Line 177: OE_Line_Util.Lock_Row(p_line_id=>p_line_id

173: END IF;
174:
175: /* Query up the line rec */
176:
177: OE_Line_Util.Lock_Row(p_line_id=>p_line_id
178: , p_x_line_rec => l_line_rec
179: , x_return_status => l_return_status
180: );
181: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 387: -- INVCONV - MERGED CALLS FOR OE_LINE_UTIL.Get_Reserved_Quantity and OE_LINE_UTIL.Get_Reserved_Quantity2

383: --4504362
384: l_sales_order_id := OE_SCHEDULE_UTIL.Get_mtl_sales_order_id
385: (l_line_rec.header_id);
386:
387: -- INVCONV - MERGED CALLS FOR OE_LINE_UTIL.Get_Reserved_Quantity and OE_LINE_UTIL.Get_Reserved_Quantity2
388:
389: OE_LINE_UTIL.Get_Reserved_Quantities(p_header_id => l_sales_order_id
390: ,p_line_id => l_line_rec.line_id
391: ,p_org_id => l_line_rec.ship_from_org_id

Line 389: OE_LINE_UTIL.Get_Reserved_Quantities(p_header_id => l_sales_order_id

385: (l_line_rec.header_id);
386:
387: -- INVCONV - MERGED CALLS FOR OE_LINE_UTIL.Get_Reserved_Quantity and OE_LINE_UTIL.Get_Reserved_Quantity2
388:
389: OE_LINE_UTIL.Get_Reserved_Quantities(p_header_id => l_sales_order_id
390: ,p_line_id => l_line_rec.line_id
391: ,p_org_id => l_line_rec.ship_from_org_id
392: ,x_reserved_quantity => l_line_rec.reserved_quantity
393: ,x_reserved_quantity2 => l_line_rec.reserved_quantity2

Line 398: /*l_line_rec.reserved_quantity := OE_LINE_UTIL.Get_Reserved_Quantity

394: );
395:
396:
397:
398: /*l_line_rec.reserved_quantity := OE_LINE_UTIL.Get_Reserved_Quantity
399: (p_header_id => l_sales_order_id,
400: p_line_id => l_line_rec.line_id,
401: p_org_id => l_line_rec.ship_from_org_id); */
402: IF l_debug_level > 0 THEN

Line 409: /*l_line_rec.reserved_quantity2 := OE_LINE_UTIL.Get_Reserved_Quantity2

405:
406:
407: -- INVCONV
408:
409: /*l_line_rec.reserved_quantity2 := OE_LINE_UTIL.Get_Reserved_Quantity2
410: (p_header_id => l_sales_order_id,
411: p_line_id => l_line_rec.line_id,
412: p_org_id => l_line_rec.ship_from_org_id); */
413: IF l_debug_level > 0 THEN

Line 424: IF oe_line_util.Process_Characteristics

420: /* --HW OPM BUG#:2536589 Need to initialize variable -- INVCONV NOT NEEDED NOW
421: l_remained_qty := 0;
422:
423: -- HW OPM BUG#:2536589 - Check if org is process or discrete
424: IF oe_line_util.Process_Characteristics
425: (l_line_rec.inventory_item_id
426: ,l_line_rec.ship_from_org_id
427: ,l_item_rec) THEN
428: l_process_org := 1;