Oracle Workflow API Reference Release 2.6.3 Part Number B10286-02 |
Previous | Next | Contents | Index | Glossary |
function Generate
(p_event_name in varchar2,
p_event_key in varchar2) return clob;
Description
Generates the event data for events in the Seed event group. This event data contains Business Event System object definitions which can be used to replicate the objects from one system to another.
The Seed event group includes the following events:
For the event, event group, system, agent, agent group member, and subscription definition events, WF_EVENT_FUNCTIONS_PKG.Generate() calls the Generate APIs associated with the corresponding tables to produce the event data XML document. For the Synchronize Event Systems event, WF_EVENT_FUNCTIONS_PKG.Generate() produces an XML document containing all the event, event group, system, agent, agent group member, and subscription definitions from the Event Manager on the local system.
Note: Agent groups are currently only available for the version of Oracle Workflow embedded in Oracle Applications.
Arguments (input)
p_event_name | The internal name of the event. |
p_event_key | A string generated when the event occurs within a program or application. The event key uniquely identifies a specific instance of the event. |
WF_EVENT_SUBSCRIPTIONS_PKG.Generate
Predefined Workflow Events, Oracle Workflow Developer's Guide
Previous | Next | Contents | Index | Glossary |