DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_UTIL dependencies on OE_CODE_CONTROL

Line 2946: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN

2942: l_lock_control := l_lock_control + 1;
2943:
2944: --calling notification framework to update global picture
2945: --check code release level first. Notification framework is at Pack H level
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,

Line 3380: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN

3376: p_Line_Adj_rec.lock_control := l_lock_control;
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,

Line 3484: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN

3480: FOR l_adj IN price_adj LOOP
3481:
3482: --added for notification framework
3483: --check code release level first. Notification framework is at Pack H level
3484: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
3485: IF l_debug_level > 0 THEN
3486: oe_debug_pub.add( 'JFC: IN DELETE ROW , PRICE_ADJUSTMENT_ID'||L_ADJ.PRICE_ADJUSTMENT_ID , 1 ) ;
3487: END IF;
3488: /* Set the operation on the record so that globals are updated as well */

Line 3540: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN

3536: END IF;
3537:
3538: --added for notification framework
3539: --check code release level first. Notification framework is at Pack H level
3540: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
3541: IF l_debug_level > 0 THEN
3542: oe_debug_pub.add( 'JFC: IN DELETE ROW , LINE_ID IS G_MISS_NUM , PRICE_ADJUSTMENT_ID'||P_PRICE_ADJUSTMENT_ID , 1 ) ;
3543: END IF;
3544: /* Set the operation on the record so that globals are updated as well */

Line 5064: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' and

5060:
5061: -- Manish Changes
5062: if p_line_id is not null then
5063:
5064: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' and
5065: p_operation <> OE_GLOBALS.G_OPR_DELETE THEN
5066: --RT{
5067: --we need to retrieve the latest adjustments if it is a retrobilled line
5068: --call retrobill api to get the retrobill line id, if none l_line_id will

Line 5102: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' and

5098: END IF;
5099:
5100: else
5101: -- l_Line_Adj_Tbl := OE_Line_Adj_Util.Query_Rows(p_header_Id => p_header_id);
5102: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' and
5103: p_operation <> OE_GLOBALS.G_OPR_DELETE THEN
5104: --RT{
5105: Oe_Retrobill_Pvt.Get_Last_Retro_HdrID(p_header_id=>p_header_id,
5106: x_header_id=>l_header_id);

Line 5645: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' AND

5641: l_line_rec OE_Order_PUB.Line_Rec_Type; --TaxER
5642: BEGIN
5643:
5644: --11.5.10 Versioning/Audit Trail updates
5645: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' AND
5646: OE_GLOBALS.G_ROLL_VERSION <> 'N' AND
5647: NOT OE_GLOBALS.G_HEADER_CREATED THEN
5648: IF OE_GLOBALS.G_REASON_CODE IS NULL AND
5649: OE_GLOBALS.G_CAPTURED_REASON IN ('V','A') THEN

Line 5687: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN

5683:
5684: IF l_debug_level > 0 THEN
5685: oe_debug_pub.add( 'CALL TO RECORD LINE PRICE ADJ HISTORY' , 5 ) ;
5686: END IF;
5687: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
5688: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
5689: p_entity_id => p_x_line_adj_rec.price_adjustment_id,
5690: p_hist_type_code => 'UPDATE');
5691: --log delayed request

Line 5873: AND oe_code_control.code_release_level >= '110510'

5869: p_new_line_rec.original_list_price <> FND_API.G_MISS_NUM AND
5870: p_new_line_rec.Ordered_Quantity <> fnd_api.g_miss_num and
5871: p_new_line_rec.order_quantity_uom is not null and
5872: p_new_line_rec.order_quantity_uom <> fnd_api.g_miss_char
5873: AND oe_code_control.code_release_level >= '110510'
5874: AND nvl(fnd_profile.value('ONT_LIST_PRICE_OVERRIDE_PRIV'), 'NONE') = 'UNLIMITED'
5875: AND OE_GLOBALS.G_UI_FLAG
5876: AND OE_Globals.G_PRICING_RECURSION = 'N'
5877: )

Line 6165: G_CODE_RELEASE_LEVEL := OE_CODE_CONTROL.CODE_RELEASE_LEVEL;

6161: oe_debug_pub.add('G_GROUP_PRICING_DSP = '||G_GROUP_PRICING_DSP);
6162: End If;
6163:
6164: If G_CODE_RELEASE_LEVEL IS NULL THEN
6165: G_CODE_RELEASE_LEVEL := OE_CODE_CONTROL.CODE_RELEASE_LEVEL;
6166: End If;
6167:
6168: If l_debug_level > 0 Then
6169: oe_debug_pub.add('G_CODE_RELEASE_LEVEL = '||G_CODE_RELEASE_LEVEL);