DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_WORKFLOW_PKG dependencies on WF_EVENT_T

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;