DBA Data[Home] [Help]

APPS.WF_XML dependencies on WF_PARAMETER_LIST_T

Line 222: -- p_parameter_list - The wf_parameter_list_t containing the parameters

218: -- generate an XML representation of the outbound notification.
219: -- IN
220: -- p_event_name - The VARCHAR2 event name
221: -- p_event_key - The VARCHAR2 event key
222: -- p_parameter_list - The wf_parameter_list_t containing the parameters
223: -- that were passed in with the event.
224: -- OUT
225: -- CLOB The XML representation of the outbound notification
226: /*#

Line 237: * @paraminfo {@rep:innertype WF_PARAMETER_LIST_T} {rep:required}

233: * @paraminfo {rep:required}
234: * @param p_event_key The event key that identifies the specific instance of the event
235: * @paraminfo {rep:required}
236: * @param p_parameter_list The list of additional parameters for the event
237: * @paraminfo {@rep:innertype WF_PARAMETER_LIST_T} {rep:required}
238: *
239: * @return The XML message content to use as the event data payload
240: *
241: * @rep:displayname Generate Notification Content

Line 248: p_parameter_list in wf_parameter_list_t default null)

244: * @rep:compatibility S
245: */
246: function Generate(p_event_name in varchar2,
247: p_event_key in varchar2,
248: p_parameter_list in wf_parameter_list_t default null)
249: return clob;
250:
251: function GetAttachment(p_nid in number,
252: p_doc in out NOCOPY CLOB,