DBA Data[Home] [Help]

APPS.WF_EVENT_FUNCTIONS_PKG dependencies on WF_PARAMETER_LIST_T

Line 49: * WF_EVENT_FUNCTIONS_PKG.Generate() ignoring the wf_parameter_list_t, which

45: * data contains Business Event System object definitions which can be
46: * used to replicate the objects from one system to another. For the event,
47: * event group, system, agent, agent group member, and subscription definition
48: * events, WF_EVENT_FUNCTIONS_PKG.Generate() calls the function
49: * WF_EVENT_FUNCTIONS_PKG.Generate() ignoring the wf_parameter_list_t, which
50: * in turn calls the APIs associated with the corresponding tables to produce
51: * the event data XML document. For the Synchronize Event Systems event,
52: * WF_EVENT_FUNCTIONS_PKG.Generate() produces an XML document containing all
53: * the event, event group, system, agent, agent group member, and subscription

Line 67: P_PARAMETER_LIST in wf_parameter_list_t

63: */
64: function GENERATE (
65: P_EVENT_NAME in varchar2,
66: P_EVENT_KEY in varchar2,
67: P_PARAMETER_LIST in wf_parameter_list_t
68: ) return clob;
69: ------------------------------------------------------------------------------
70: /*#
71: * Receives Business Event System object definitions during subscription