List of Business events in Oracle Apps
The list is not uptodate. Requesting Gurus to update.
For latest list you may do a query some what like:
SELECT owner_name, NAME, status
FROM wf_events
WHERE upper(NAME) LIKE '%' || upper('&event_name') || '%'
AND status = 'ENABLED'
- oracle.apps.wf.event.agent.create
- oracle.apps.wf.event.agent.delete
- oracle.apps.wf.event.agent.update
- oracle.apps.wf.event.all.sync
- oracle.apps.wf.event.any
- oracle.apps.wf.event.event.create
- oracle.apps.wf.event.event.delete
- oracle.apps.wf.event.event.update
- oracle.apps.wf.event.group.all
- oracle.apps.wf.event.group.create
Tagged:
0