DBA Data[Home] [Help]

APPS.AP_WEB_EXPORT_WF dependencies on WF_CORE

Line 122: Wf_Core.Context('AP_WEB_EXPORT_WF', 'RaiseRejectionEvent',

118: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPORT_WF', 'end RaiseRejectionEvent');
119:
120: EXCEPTION
121: WHEN OTHERS THEN
122: Wf_Core.Context('AP_WEB_EXPORT_WF', 'RaiseRejectionEvent',
123: l_debug_info);
124: raise;
125: END RaiseRejectionEvent;
126: