Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

Seed Event Group

This event group contains events used for automatic replication of Business Event System objects from one system to another. The group includes all the event, event group, system, agent, and subscription definition events, as well as the Synchronize Event Systems event.

Internal Name oracle.apps.wf.event.group.all
Members oracle.apps.wf.event.event.create
oracle.apps.wf.event.event.update
oracle.apps.wf.event.event.delete
oracle.apps.wf.event.group.create
oracle.apps.wf.event.group.update
oracle.apps.wf.event.group.delete
oracle.apps.wf.event.system.create
oracle.apps.wf.event.system.update
oracle.apps.wf.event.system.delete
oracle.apps.wf.event.agent.create
oracle.apps.wf.event.agent.update
oracle.apps.wf.event.agent.delete
oracle.apps.wf.event.subscription.create
oracle.apps.wf.event.subscription.update
oracle.apps.wf.event.subscription.delete
oracle.apps.wf.event.all.sync
Oracle Workflow provides two default subscriptions to the Seed Event Group. The first subscription can send the Event Manager data to an agent and to a workflow process when one of the group member events is raised locally. To use this subscription, you must add the agent or workflow to which you want to send the data, and enable the subscription. The following table lists the properties defined for this subscription.

Subscription Property Value
System <local system>
Source Type Local
Event Filter oracle.apps.wf.event.group.all
Status Disabled
Rule Data Message
Rule Function wf_rule.default_rule
Priority Normal

The second subscription can load the Event Manager data into the local system when one of the group member events is received from an external source. To use this subscription, you must enable it. The following table lists the properties defined for this subscription.

Subscription Property Value
System <local system>
Source Type External
Event Filter oracle.apps.wf.event.group.all
Status Disabled
Rule Data Key
Rule Function wf_event_functions_pkg.receive

See Also

To Define an Event Subscription

Synchronizing Systems


         Previous  Next          Contents  Index  Glossary