DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_UTIL dependencies on OE_VERSIONING_UTIL

Line 5688: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,

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
5692: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,