DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_WORKFLOW_PKG dependencies on WF_CORE

Line 274: WF_CORE.CONTEXT('IRC_NOTIFICATIONS_WORKFLOW_PKG','launchNotificationsWorkflow',p_event.getEventName( ), p_subscriptionGuid);

270: exception
271: when others then
272: hr_utility.set_location('Error - Exiting:'|| g_package||'.'||l_proc, 200);
273: hr_utility.set_location('Error Message: ' || sqlerrm, 210);
274: WF_CORE.CONTEXT('IRC_NOTIFICATIONS_WORKFLOW_PKG','launchNotificationsWorkflow',p_event.getEventName( ), p_subscriptionGuid);
275: WF_EVENT.setErrorInfo(p_event, 'ERROR');
276: return 'ERROR';
277: end launchNotificationsWorkflow;
278: --+