DBA Data[Home] [Help]

APPS.WF_EVENT_FUNCTIONS_PKG dependencies on WF_EVENT_T

Line 127: P_EVENT in out nocopy wf_event_t

123: end;
124: ------------------------------------------------------------------------------
125: function RECEIVE (
126: P_SUBSCRIPTION_GUID in raw,
127: P_EVENT in out nocopy wf_event_t
128: ) return varchar2 is
129: /*
130: ** RECEIVE - Wrapper around event system packages receive procedure
131: ** to make compliant with generic receive api

Line 226: ** SEND - Packages up parameters in wf_event_t and then calls

222: P_PRIORITY in number,
223: P_SENDDATE in date
224: ) is
225: /*
226: ** SEND - Packages up parameters in wf_event_t and then calls
227: ** wf_event.send()
228: */
229:
230: l_agent_t wf_agent_t;

Line 231: l_event_t wf_event_t;

227: ** wf_event.send()
228: */
229:
230: l_agent_t wf_agent_t;
231: l_event_t wf_event_t;
232:
233: begin
234:
235: wf_event_t.initialize(l_event_t);

Line 235: wf_event_t.initialize(l_event_t);

231: l_event_t wf_event_t;
232:
233: begin
234:
235: wf_event_t.initialize(l_event_t);
236:
237: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then
238: WF_LOG_PKG.STRING(wf_log_pkg.level_procedure,
239: 'wf.plsql.WF_EVENT_FUNCTIONS_PKG.SEND.Begin',

Line 361: P_EVENT in out nocopy wf_event_t

357: end;
358: ------------------------------------------------------------------------------
359: function ADDCORRELATION (
360: P_SUBSCRIPTION_GUID in raw,
361: P_EVENT in out nocopy wf_event_t
362: ) return varchar2 is
363: /*
364: ** ADDCORRELATION - This function adds a correlation id to the event object
365: */

Line 489: p_event in out NOCOPY wf_event_t,

485: end;
486:
487: ------------------------------------------------------------------------------
488: function SubParamInEvent(p_guid in raw,
489: p_event in out NOCOPY wf_event_t,
490: p_match in varchar2) return boolean
491:
492: is
493: