DBA Data[Home] [Help]

APPS.OE_HEADER_ADJ_UTIL dependencies on OE_VERSIONING_UTIL

Line 4519: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,

4515: oe_debug_pub.add( 'CALL TO RECORD HEADER PRICE ADJ HISTORY' , 5 ) ;
4516: END IF;
4517: --11.5.10 Versioning/Audit Trail updates
4518: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
4519: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
4520: p_entity_id => p_x_header_adj_rec.price_adjustment_id,
4521: p_hist_type_code => 'UPDATE');
4522: --log delayed request
4523: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,