DBA Data[Home] [Help]

APPS.OE_LINE_SCREDIT_UTIL dependencies on OE_VERSIONING_UTIL

Line 2739: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE_SCREDIT,

2735: IF OE_GLOBALS.G_AUDIT_REASON_RQD_FLAG = 'Y' OR
2736: OE_GLOBALS.G_AUDIT_HISTORY_RQD_FLAG = 'Y' THEN
2737:
2738: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
2739: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE_SCREDIT,
2740: p_entity_id => p_x_line_scredit_rec.sales_credit_id,
2741: p_hist_type_code => 'UPDATE');
2742: --log delayed request
2743: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,