DBA Data[Home] [Help]

APPS.MWA_NOTIFICATION_API dependencies on WF_CORE

Line 147: wf_core.context('mwa_notification_api', 'mwaNotify', p_event.getEventName(),

143:
144:
145: exception
146: when others then
147: wf_core.context('mwa_notification_api', 'mwaNotify', p_event.getEventName(),
148: p_subscription_guid);
149: wf_event.setErrorInfo(p_event, 'ERROR');
150: return 'ERROR';
151: