DBA Data[Home] [Help]

APPS.OE_INV_IFACE_PVT dependencies on OE_LINE_UTIL

Line 164: OE_Line_Util.Lock_Row(p_line_id=>p_line_id

160: END IF;
161:
162: /* Query up the line rec */
163:
164: OE_Line_Util.Lock_Row(p_line_id=>p_line_id
165: , p_x_line_rec => l_line_rec
166: , x_return_status => l_return_status
167: );
168: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

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

357: --4504362
358: l_sales_order_id := OE_SCHEDULE_UTIL.Get_mtl_sales_order_id
359: (l_line_rec.header_id);
360:
361: -- INVCONV - MERGED CALLS FOR OE_LINE_UTIL.Get_Reserved_Quantity and OE_LINE_UTIL.Get_Reserved_Quantity2
362:
363: OE_LINE_UTIL.Get_Reserved_Quantities(p_header_id => l_sales_order_id
364: ,p_line_id => l_line_rec.line_id
365: ,p_org_id => l_line_rec.ship_from_org_id

Line 363: OE_LINE_UTIL.Get_Reserved_Quantities(p_header_id => l_sales_order_id

359: (l_line_rec.header_id);
360:
361: -- INVCONV - MERGED CALLS FOR OE_LINE_UTIL.Get_Reserved_Quantity and OE_LINE_UTIL.Get_Reserved_Quantity2
362:
363: OE_LINE_UTIL.Get_Reserved_Quantities(p_header_id => l_sales_order_id
364: ,p_line_id => l_line_rec.line_id
365: ,p_org_id => l_line_rec.ship_from_org_id
366: ,x_reserved_quantity => l_line_rec.reserved_quantity
367: ,x_reserved_quantity2 => l_line_rec.reserved_quantity2

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

368: );
369:
370:
371:
372: /*l_line_rec.reserved_quantity := OE_LINE_UTIL.Get_Reserved_Quantity
373: (p_header_id => l_sales_order_id,
374: p_line_id => l_line_rec.line_id,
375: p_org_id => l_line_rec.ship_from_org_id); */
376: IF l_debug_level > 0 THEN

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

379:
380:
381: -- INVCONV
382:
383: /*l_line_rec.reserved_quantity2 := OE_LINE_UTIL.Get_Reserved_Quantity2
384: (p_header_id => l_sales_order_id,
385: p_line_id => l_line_rec.line_id,
386: p_org_id => l_line_rec.ship_from_org_id); */
387: IF l_debug_level > 0 THEN

Line 398: IF oe_line_util.Process_Characteristics

394: /* --HW OPM BUG#:2536589 Need to initialize variable -- INVCONV NOT NEEDED NOW
395: l_remained_qty := 0;
396:
397: -- HW OPM BUG#:2536589 - Check if org is process or discrete
398: IF oe_line_util.Process_Characteristics
399: (l_line_rec.inventory_item_id
400: ,l_line_rec.ship_from_org_id
401: ,l_item_rec) THEN
402: l_process_org := 1;