DBA Data[Home] [Help]

APPS.OE_EXPORT_COMPLIANCE_WF dependencies on OE_GLOBALS

Line 142: IF l_result_out = OE_GLOBALS.G_WFR_COMPLETE THEN

138: -- capture the that error and do not allow the Workflow to process
139: -- further.
140: --
141: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
142: IF l_result_out = OE_GLOBALS.G_WFR_COMPLETE THEN
143: resultout := 'NOTIFIED';
144: OE_STANDARD_WF.Save_Messages;
145: OE_STANDARD_WF.Clear_Msg_Context;
146: RETURN;