DBA Data[Home] [Help]

APPS.ISC_FS_EVENT_LOG_ETL_PKG dependencies on WF_EVENT_T

Line 130: , p_event in out nocopy wf_event_t

126: end enable_events;
127:
128: function log_task
129: ( p_subscription_guid in raw
130: , p_event in out nocopy wf_event_t
131: )
132: return varchar2
133: is
134: l_send_date constant date := p_event.send_date;

Line 230: , p_event in out nocopy wf_event_t

226: end log_task;
227:
228: function log_task_assignment
229: ( p_subscription_guid in raw
230: , p_event in out nocopy wf_event_t
231: )
232: return varchar2
233: is
234: cursor c_task( b_task_id number ) is

Line 339: , p_event in out nocopy wf_event_t

335: end log_task_assignment;
336:
337: function log_sr
338: ( p_subscription_guid in raw
339: , p_event in out nocopy wf_event_t
340: )
341: return varchar2
342: is
343: