DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_UTIL dependencies on OE_ORDER_UTIL

Line 2872: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,

2868: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
2869: IF l_debug_level > 0 THEN
2870: oe_debug_pub.add( 'JFC: LINE_PRICE_ADJ_ID=' || P_LINE_ADJ_REC.PRICE_ADJUSTMENT_ID ) ;
2871: END IF;
2872: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
2873: p_Line_adj_rec =>p_line_adj_rec,
2874: p_line_adj_id => p_line_adj_rec.price_adjustment_id,
2875: x_index => l_index,
2876: x_return_status => l_return_status);

Line 3303: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,

3299:
3300: --calling notification framework to update_global picture
3301: --check code release level first. Notification framework is at Pack H level
3302: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
3303: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
3304: p_old_line_adj_rec => NULL,
3305: p_line_adj_rec =>p_line_adj_rec,
3306: p_line_adj_id => p_line_adj_rec.price_adjustment_id,
3307: x_index => l_index,

Line 3413: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,

3409: END IF;
3410: /* Set the operation on the record so that globals are updated as well */
3411: l_new_line_adj_rec.operation := OE_GLOBALS.G_OPR_DELETE;
3412: l_new_line_adj_rec.price_adjustment_id := l_adj.price_adjustment_id;
3413: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
3414: p_line_adj_rec =>l_new_line_adj_rec,
3415: p_line_adj_id => l_adj.price_adjustment_id,
3416: x_index => l_index,
3417: x_return_status => l_return_status);

Line 3469: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,

3465: END IF;
3466: /* Set the operation on the record so that globals are updated as well */
3467: l_new_line_adj_rec.operation := OE_GLOBALS.G_OPR_DELETE;
3468: l_new_line_adj_rec.price_adjustment_id := p_price_adjustment_id;
3469: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
3470: p_line_adj_rec =>l_new_line_adj_rec,
3471: p_line_adj_id => p_price_adjustment_id,
3472: x_index => l_index,
3473: x_return_status => l_return_status);