DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_WORKFLOW_PKG dependencies on WF_EVENT

Line 41: , p_event in out nocopy WF_EVENT_T ) return varchar2 is

37: --+
38: --+ launchNotificationsWorkflow
39: --+
40: function launchNotificationsWorkflow ( p_subscriptionGuid in raw
41: , p_event in out nocopy WF_EVENT_T ) return varchar2 is
42: l_eventData varchar2(32767);
43: l_assignmentId number;
44: l_vacancyId number;
45: l_candidateId number;

Line 275: WF_EVENT.setErrorInfo(p_event, 'ERROR');

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: --+
279: --+constructURL