Search Results wf_events
Overview
The WF_EVENTS table is a core repository within the Oracle E-Business Suite (EBS) Application Object Library, specifically for the Workflow Business Event System. It serves as the master definition table for all business events registered in the system. A business event is a significant occurrence within an application, such as the creation of a sales order or the approval of an invoice, which can be used to trigger automated processes or send notifications to other systems. The table's role is to provide a centralized, unique registry of these event definitions, enabling the Event Manager to identify, validate, and route event messages to the appropriate subscribers. It is a foundational component for enabling event-driven architecture and application integration within EBS 12.1.1 and 12.2.2.
Key Information Stored
The table stores the essential metadata that defines a business event. According to the provided metadata, the table is defined with two key constraints that highlight its most critical columns. The primary key (WET_PK) is based on the GUID column, which stores a Globally Unique Identifier for each event, ensuring a unique reference across all systems. An additional unique key (WET_UK) is enforced on the NAME column, which holds the internal name of the business event (e.g., oracle.apps.ar.hz.CustAccount.create). While the full column list is not detailed in the excerpt, typical columns in such a definition table would include the event display name, owning application, status, and version information, all keyed by the GUID and NAME.
Common Use Cases and Queries
This table is primarily referenced for administrative, diagnostic, and integration development tasks. Common use cases include listing all available business events in the system to configure subscriptions, verifying the existence of an event before attempting to raise it programmatically, and troubleshooting event propagation issues. A fundamental query is to retrieve the GUID for a known event name, which is often required when working with subscription or event group APIs. For example:
SELECT guid, name FROM appsys.wf_events WHERE name = '<EVENT_NAME>';SELECT name, guid FROM appsys.wf_events WHERE name LIKE '%ORDER%' ORDER BY name;
These queries help developers and administrators link event definitions to their corresponding subscriptions and groups.
Related Objects
The foreign key relationships documented in the metadata clearly outline the WF_EVENTS table's central role in the Business Event System. Key related objects include:
- WF_EVENT_SUBSCRIPTIONS: Links subscriptions to the event they listen for via the EVENT_FILTER_GUID.
- WF_EVENT_GROUPS: References the table twice, using GROUP_GUID and MEMBER_GUID to manage logical collections of events.
- CS_SR_EVENT_CODES_B: Associates Service Request event codes with a specific business event.
- UMX_REG_SERVICES_B: Links self-service registration to a specific notification event.
These relationships demonstrate that WF_EVENTS is the authoritative source for event identity, which is then referenced by configuration, grouping, and application-specific tables.
-
Table: WF_EVENTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_EVENTS, object_name:WF_EVENTS, status:VALID, product: FND - Application Object Library , description: Event definitions for Business Event System , implementation_dba_data: APPLSYS.WF_EVENTS ,
-
Table: WF_EVENTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_EVENTS, object_name:WF_EVENTS, status:VALID, product: FND - Application Object Library , description: Event definitions for Business Event System , implementation_dba_data: APPLSYS.WF_EVENTS ,
-
APPS.OKL_RGRP_RULES_PROCESS_PVT dependencies on WF_EVENTS
12.1.1
-
APPS.OKL_SUBSIDY_POOL_RPT_PVT dependencies on WF_EVENTS
12.1.1
-
APPS.OKL_AM_WF dependencies on WF_EVENTS
12.1.1
-
APPS.ARP_CORRECT_CC_ERRORS dependencies on WF_EVENTS
12.1.1
-
APPS.OKL_MAINTAIN_FEE_PVT dependencies on WF_EVENTS
12.1.1
-
APPS.WF_EVENT_SYNCHRONIZE_PKG dependencies on WF_EVENTS
12.1.1
-
APPS.FND_OID_DIAG dependencies on WF_EVENTS
12.1.1
-
APPS.UMX_REG_REQUESTS_PVT dependencies on WF_EVENTS
12.1.1
-
APPS.HZ_EVENT_PKG dependencies on WF_EVENTS
12.1.1
-
APPS.OKL_LEASE_RATE_SETS_PVT dependencies on WF_EVENTS
12.1.1
-
APPS.DPP_APPROVAL_PVT dependencies on WF_EVENTS
12.2.2
-
APPS.CSM_HA_EVENT_PKG dependencies on WF_EVENTS
12.2.2
-
APPS.AP_PMT_CALLOUT_PKG dependencies on WF_EVENTS
12.2.2
-
APPS.OKL_MAINTAIN_FEE_PVT dependencies on WF_EVENTS
12.2.2
-
APPS.EDR_ISIGN_CHECKLIST_PVT dependencies on WF_EVENTS
12.2.2
-
APPS.ETRM_FNDNAV dependencies on WF_EVENTS
12.2.2
-
APPS.WF_EVENT_SYNCHRONIZE_PKG dependencies on WF_EVENTS
12.2.2
-
APPS.OKL_SUBSIDY_POOL_RPT_PVT dependencies on WF_EVENTS
12.2.2
-
APPS.PVX_EVENT_PKG dependencies on WF_EVENTS
12.2.2
-
APPS.EDR_PSIG_RULE dependencies on WF_EVENTS
12.1.1
-
APPS.OKL_VSS_WF dependencies on WF_EVENTS
12.1.1
-
APPS.EDR_ERES_EVENT_PVT dependencies on WF_EVENTS
12.1.1
-
APPS.GMD_STABILITY_STUDIES_GRP dependencies on WF_EVENTS
12.1.1
-
APPS.WF_DIAGNOSTICS dependencies on WF_EVENTS
12.1.1
-
APPS.WF_EVENTS_PKG dependencies on WF_EVENTS
12.1.1
-
APPS.WF_EVENT_SUBSCRIPTIONS_PKG dependencies on WF_EVENTS
12.1.1
-
APPS.OKL_AM_REMARKET_ASSET_WF dependencies on WF_EVENTS
12.1.1
-
APPS.WF_MAIL dependencies on WF_EVENTS
12.1.1
-
APPS.EDR_UTILITIES dependencies on WF_EVENTS
12.2.2
-
APPS.GMD_STABILITY_STUDIES_GRP dependencies on WF_EVENTS
12.2.2
-
APPS.FND_OID_DIAG dependencies on WF_EVENTS
12.2.2
-
APPS.EDR_STANDARD dependencies on WF_EVENTS
12.2.2
-
APPS.AR_TRANSFER_DOCUMENT dependencies on WF_EVENTS
12.2.2
-
APPS.OKL_VP_CR_WF dependencies on WF_EVENTS
12.2.2
-
APPS.WF_EVENTS_PKG dependencies on WF_EVENTS
12.2.2
-
APPS.OKL_CONTRACT_PVT dependencies on WF_EVENTS
12.2.2
-
APPS.OKL_OKC_MIGRATION_PVT dependencies on WF_EVENTS
12.2.2
-
APPS.UMX_REG_SERVICES_PKG dependencies on WF_EVENTS
12.2.2
-
APPS.UMX_REGISTRATION_PVT dependencies on WF_EVENTS
12.2.2
-
APPS.OKL_SSC_WF dependencies on WF_EVENTS
12.2.2
-
APPS.OKL_CONTRACT_LINE_ITEM_PVT dependencies on WF_EVENTS
12.2.2
-
APPS.OKL_AM_WF dependencies on WF_EVENTS
12.2.2
-
APPS.OKL_SO_CREDIT_APP_WF dependencies on WF_EVENTS
12.2.2
-
APPS.HR_API_WF_EVENTS dependencies on WF_EVENTS
12.1.1
-
APPS.OKL_ITEM_RESIDUALS_PVT dependencies on WF_EVENTS
12.1.1
-
APPS.UMX_REG_REQUESTS_PVT dependencies on WF_EVENTS
12.2.2
-
APPS.AS_GAR dependencies on WF_EVENTS
12.2.2
-
APPS.OKL_VP_PA_WF dependencies on WF_EVENTS
12.2.2