DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_UTIL dependencies on OE_ORDER_UTIL

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

2946: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
2947: IF l_debug_level > 0 THEN
2948: oe_debug_pub.add( 'JFC: LINE_PRICE_ADJ_ID=' || P_LINE_ADJ_REC.PRICE_ADJUSTMENT_ID ) ;
2949: END IF;
2950: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
2951: p_Line_adj_rec =>p_line_adj_rec,
2952: p_line_adj_id => p_line_adj_rec.price_adjustment_id,
2953: x_index => l_index,
2954: x_return_status => l_return_status);

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

3377:
3378: --calling notification framework to update_global picture
3379: --check code release level first. Notification framework is at Pack H level
3380: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
3381: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
3382: p_old_line_adj_rec => NULL,
3383: p_line_adj_rec =>p_line_adj_rec,
3384: p_line_adj_id => p_line_adj_rec.price_adjustment_id,
3385: x_index => l_index,

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

3487: END IF;
3488: /* Set the operation on the record so that globals are updated as well */
3489: l_new_line_adj_rec.operation := OE_GLOBALS.G_OPR_DELETE;
3490: l_new_line_adj_rec.price_adjustment_id := l_adj.price_adjustment_id;
3491: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
3492: p_line_adj_rec =>l_new_line_adj_rec,
3493: p_line_adj_id => l_adj.price_adjustment_id,
3494: x_index => l_index,
3495: x_return_status => l_return_status);

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

3543: END IF;
3544: /* Set the operation on the record so that globals are updated as well */
3545: l_new_line_adj_rec.operation := OE_GLOBALS.G_OPR_DELETE;
3546: l_new_line_adj_rec.price_adjustment_id := p_price_adjustment_id;
3547: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
3548: p_line_adj_rec =>l_new_line_adj_rec,
3549: p_line_adj_id => p_price_adjustment_id,
3550: x_index => l_index,
3551: x_return_status => l_return_status);