DBA Data[Home] [Help]

APPS.CS_WF_EVENT_SUBSCRIPTIONS_PKG dependencies on WF_EVENT_T

Line 18: p_event in out nocopy WF_EVENT_T) RETURN varchar2 is

14: -- Enter procedure, function bodies as shown below
15:
16:
17: FUNCTION CS_SR_Verify_All(p_subscription_guid in raw,
18: p_event in out nocopy WF_EVENT_T) RETURN varchar2 is
19:
20:
21: -- Task Related Event Parameters and Cursors
22: l_task_id NUMBER;

Line 190: p_event in out nocopy WF_EVENT_T) RETURN varchar2 is

186: 3) The task that got cancelled/rejected should be non-field service task
187: 4) The non-field service task was in assigned state when it was cancelled/rejected
188: */
189: FUNCTION CS_SR_SendNtf_To_NonFS_Task(p_subscription_guid in raw,
190: p_event in out nocopy WF_EVENT_T) RETURN varchar2 is
191:
192: -- Generic Event Parameters and Cursors
193: l_event_name VARCHAR2(240) := p_event.getEventName( );
194: