DBA Data[Home] [Help]

APPS.OE_LINE_SCREDIT_UTIL dependencies on OE_VERSIONING_UTIL

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

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