DBA Data[Home] [Help]

APPS.WF_EVENT dependencies on WF_AGENT_T

Line 188: ** newAgent - Construct a wf_agent_t from a guid

184: p_out_agent_name in varchar2,
185: p_out_system_name in varchar2,
186: x_message_properties in out nocopy dbms_aq.message_properties_t);
187: /*
188: ** newAgent - Construct a wf_agent_t from a guid
189: */
190: /*#
191: * Creates a WF_AGENT_T structure for the specified agent and sets the agent's
192: * system and name into the structure.

Line 191: * Creates a WF_AGENT_T structure for the specified agent and sets the agent's

187: /*
188: ** newAgent - Construct a wf_agent_t from a guid
189: */
190: /*#
191: * Creates a WF_AGENT_T structure for the specified agent and sets the agent's
192: * system and name into the structure.
193: * @param p_agent_guid Agent GUID
194: * @return WF_AGENT_T structure containing Agent Information
195: */

Line 194: * @return WF_AGENT_T structure containing Agent Information

190: /*#
191: * Creates a WF_AGENT_T structure for the specified agent and sets the agent's
192: * system and name into the structure.
193: * @param p_agent_guid Agent GUID
194: * @return WF_AGENT_T structure containing Agent Information
195: */
196: FUNCTION newAgent(p_agent_guid in raw) return wf_agent_t;
197: ------------------------------------------------------------------------------
198: /*

Line 196: FUNCTION newAgent(p_agent_guid in raw) return wf_agent_t;

192: * system and name into the structure.
193: * @param p_agent_guid Agent GUID
194: * @return WF_AGENT_T structure containing Agent Information
195: */
196: FUNCTION newAgent(p_agent_guid in raw) return wf_agent_t;
197: ------------------------------------------------------------------------------
198: /*
199: ** dispatch - (internal) run event dispatcher for an event
200: **

Line 217: * Creates a WF_AGENT_T structure for the specified agent and sets the agent's

213: ** Subscription execution is ordered by the PHASE attribute of the
214: ** subscriptions table. Subscription execution involves
215: */
216: /*#
217: * Creates a WF_AGENT_T structure for the specified agent and sets the agent's
218: * system and name into the structure.
219: * @param p_source_type LOCAL, EXTERNAL or ERROR
220: * @param p_source_agent_guid where the event comes
221: * @param p_event event to be dispatched

Line 397: p_out_agent_override in wf_agent_t default null);

393: * @param p_event Event Message to Enqueue
394: * @param p_out_agent_override Outbound Agent
395: */
396: PROCEDURE enqueue(p_event in wf_event_t,
397: p_out_agent_override in wf_agent_t default null);
398: ---------------------------------------------------------------------------
399: /*
400: ** setErrorInfo - retrieve the error information from the
401: ** stack and set into the wf_event_t.