DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_VERSIONING_UTIL

Line 18689: IF OE_Versioning_Util.Captured_Reason IS NULL THEN

18685: p_x_line_rec.change_reason = FND_API.G_MISS_CHAR OR
18686: NOT OE_Validate.Change_Reason_Code(p_x_line_rec.change_reason)) THEN
18687:
18688: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
18689: IF OE_Versioning_Util.Captured_Reason IS NULL THEN
18690: OE_Versioning_Util.Get_Reason_Info(l_reason_code, l_reason_comments);
18691: IF l_reason_code IS NULL THEN
18692: -- bug 3636884, defaulting reason from group API
18693: IF OE_GLOBALS.G_DEFAULT_REASON THEN

Line 18690: OE_Versioning_Util.Get_Reason_Info(l_reason_code, l_reason_comments);

18686: NOT OE_Validate.Change_Reason_Code(p_x_line_rec.change_reason)) THEN
18687:
18688: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
18689: IF OE_Versioning_Util.Captured_Reason IS NULL THEN
18690: OE_Versioning_Util.Get_Reason_Info(l_reason_code, l_reason_comments);
18691: IF l_reason_code IS NULL THEN
18692: -- bug 3636884, defaulting reason from group API
18693: IF OE_GLOBALS.G_DEFAULT_REASON THEN
18694: if l_debug_level > 0 then

Line 18735: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE,

18731: (p_x_line_rec.split_action_code = 'SPLIT') THEN
18732:
18733: --11.5.10 Versioning/Audit Trail updates
18734: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
18735: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18736: p_entity_id => p_x_line_rec.line_id,
18737: p_hist_type_code => 'SPLIT');
18738: --log delayed request
18739: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,

Line 18823: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE,

18819:
18820: /* Commenting the below code for bug#14387840
18821: --11.5.10 Versioning/Audit Trail updates
18822: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
18823: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18824: p_entity_id => p_x_line_rec.line_id,
18825: p_hist_type_code => 'UPDATE');
18826: --log delayed request
18827: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,