DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_RESERVE_PVT dependencies on OE_SCHEDULE_UTIL

Line 168: l_mtl_sales_order_id := OE_SCHEDULE_UTIL.Get_mtl_sales_order_id(l_line_tbl(l_reservation_tbl(I).line_index).header_id);

164:
165:
166: -- Get demand_source_header_id from mtl_sales_orders
167: --4504362
168: l_mtl_sales_order_id := OE_SCHEDULE_UTIL.Get_mtl_sales_order_id(l_line_tbl(l_reservation_tbl(I).line_index).header_id);
169:
170: mtl_res_rec.reservation_id := NULL;
171: -- This condition is changed for the bug 1817012 --
172: -- The check should be done with the schedule_ship_date

Line 314: oe_debug_pub.add( 'BEFORE CALLING OE_SCHEDULE_UTIL' ) ;

310:
311: -- 4504362
312:
313: IF l_debug_level > 0 THEN
314: oe_debug_pub.add( 'BEFORE CALLING OE_SCHEDULE_UTIL' ) ;
315: END IF;
316: --NULL; -- invconv inserted just for compile need to add qty2
317: OE_SCHEDULE_UTIL.Unreserve_Line( p_line_rec => l_line_tbl(l_reservation_tbl(I).line_index),
318: p_quantity_to_unreserve => l_qty_already_rsv_loop,

Line 317: OE_SCHEDULE_UTIL.Unreserve_Line( p_line_rec => l_line_tbl(l_reservation_tbl(I).line_index),

313: IF l_debug_level > 0 THEN
314: oe_debug_pub.add( 'BEFORE CALLING OE_SCHEDULE_UTIL' ) ;
315: END IF;
316: --NULL; -- invconv inserted just for compile need to add qty2
317: OE_SCHEDULE_UTIL.Unreserve_Line( p_line_rec => l_line_tbl(l_reservation_tbl(I).line_index),
318: p_quantity_to_unreserve => l_qty_already_rsv_loop,
319: p_quantity2_to_unreserve => l_qty2_already_rsv_loop, -- INVCONV
320: x_return_status => l_return_status);
321:

Line 345: oe_debug_pub.add( 'BEFORE CALLING OE_SCHEDULE_UTIL' ) ;

341:
342: --4504362
343:
344: IF l_debug_level > 0 THEN
345: oe_debug_pub.add( 'BEFORE CALLING OE_SCHEDULE_UTIL' ) ;
346: END IF;
347: OE_SCHEDULE_UTIL.Unreserve_Line(p_line_rec =>l_line_tbl(l_reservation_tbl(I).line_index),
348: p_quantity_to_unreserve => l_qty_already_rsv_loop,
349: p_quantity2_to_unreserve =>l_qty2_already_rsv_loop, -- INVCONV

Line 347: OE_SCHEDULE_UTIL.Unreserve_Line(p_line_rec =>l_line_tbl(l_reservation_tbl(I).line_index),

343:
344: IF l_debug_level > 0 THEN
345: oe_debug_pub.add( 'BEFORE CALLING OE_SCHEDULE_UTIL' ) ;
346: END IF;
347: OE_SCHEDULE_UTIL.Unreserve_Line(p_line_rec =>l_line_tbl(l_reservation_tbl(I).line_index),
348: p_quantity_to_unreserve => l_qty_already_rsv_loop,
349: p_quantity2_to_unreserve =>l_qty2_already_rsv_loop, -- INVCONV
350: x_return_status => l_return_status);
351: