DBA Data[Home] [Help]

APPS.OE_HEADER_SCREDIT_UTIL dependencies on OE_VERSIONING_UTIL

Line 2207: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_SCREDIT,

2203: oe_debug_pub.add( 'OEXUHSCB:Calling oe_order_chg_pvt.recordhscredithist') ;
2204: END IF;
2205: --11.5.10 Versioning/Audit Trail updates
2206: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
2207: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_SCREDIT,
2208: p_entity_id => p_x_header_scredit_rec.sales_credit_id,
2209: p_hist_type_code => 'UPDATE');
2210: --log delayed request
2211: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,