Any Event
This event is raised implicitly when any other event is raised locally or received from an external source. You can define a subscription to the Any event to implement processing that you want to execute whenever an event occurs.
Attention: You must not change or disable the definition of the Any event. If you do, the Event Manager will not be able to perform error handling for event and subscription processing.
| Internal Name
| oracle.apps.wf.event.any
|
| Generate Function
| None
|
Oracle Workflow provides three default subscriptions to the Any event. The first subscription can be triggered when an event is raised locally. To use this subscription, you must define the action for the subscription and enable it.
|
| System
| <local system>
|
| Source Type
| Local
|
| Event Filter
| oracle.apps.wf.event.any
|
| Phase
| 100
|
| Status
| Disabled
|
| Rule Data
| Key
|
| Priority
| Normal
|
The second subscription can be triggered when an event is received from an external source. To use this subscription, you must define the action for the subscription and enable it.
|
| System
| <local system>
|
| Source Type
| External
|
| Event Filter
| oracle.apps.wf.event.any
|
| Phase
| 100
|
| Status
| Disabled
|
| Rule Data
| Key
|
| Priority
| Normal
|
The third subscription sends the event message to the Default Event Error process in the System: Error item type and raises an exception when an event is received from an Error source (that is, when it is dequeued from the WF_ERROR queue). This subscription is enabled by default.
Attention: You must not change or disable the definition of the predefined Error subscription to the Any event. If you disable this subscription, then events dequeued from the WF_ERROR queue will become unexpected events, which will only be placed back on the WF_ERROR queue. The Event Manager will not be able to perform error handling for event and subscription processing. See: Unexpected Event.
|
| System
| <local system>
|
| Source Type
| Error
|
| Event Filter
| oracle.apps.wf.event.any
|
| Phase
| 100
|
| Status
| Enabled
|
| Rule Data
| Key
|
| Rule Function
| wf_rule.error_rule
|
| Workflow Item Type
| WF_ERROR
|
| Workflow Process Name
| DEFAULT_EVENT_ERROR
|
| Priority
| Normal
|
See Also
To Define an Event Subscription