Search Results pay_event_updates
Overview
The PAY_EVENT_UPDATES table is a core technical object within the Oracle E-Business Suite (EBS) Payroll module (PAY). It functions as a master repository for defining and managing event update transactions. In the context of Oracle Payroll's complex, event-driven architecture, this table is critical for the retroactive and iterative processing of payroll data. It stores metadata that dictates how changes to specific dated tables (e.g., salary, hours, deductions) should be captured and subsequently processed by the payroll engine to ensure accurate, retroactive calculations. Its role is foundational to the system's ability to handle corrections and updates to employee data after a payroll has been run.
Key Information Stored
While the provided ETRM metadata does not list individual columns, the documented primary and foreign keys reveal the essential structural data. The primary identifier is the EVENT_UPDATE_ID, a unique key for each defined update transaction type. A crucial foreign key is DATED_TABLE_ID, which links to the PAY_DATED_TABLES table. This relationship specifies which underlying payroll table (like assignments, balances, or element entries) is the target for the event-driven update. The table likely contains additional columns to control processing behavior, such as update methods, sequencing, and flags to determine how the payroll run should react to changes recorded against this event type.
Common Use Cases and Queries
This table is primarily accessed by the payroll engine itself during retro-notification and subsequent payroll runs. Common administrative and support use cases include troubleshooting retroactive pay issues and auditing the configuration of payroll events. A typical query would join PAY_EVENT_UPDATES to PAY_DATED_TABLES to understand which payroll tables are linked to specific event updates.
- Identifying Event Updates for a Dated Table:
SELECT peu.event_update_id, pdt.table_name
FROM pay_event_updates peu, pay_dated_tables pdt
WHERE peu.dated_table_id = pdt.dated_table_id
AND pdt.table_name = 'PAY_ELEMENT_ENTRIES_F'; - Investigating Process Events: To trace actual processed changes, one would join PAY_EVENT_UPDATES to PAY_PROCESS_EVENTS via the EVENT_UPDATE_ID to see instances where a specific update type was triggered.
Related Objects
The PAY_EVENT_UPDATES table sits at the center of a key relationship chain in payroll event processing, as confirmed by the documented foreign keys.
- PAY_DATED_TABLES: PAY_EVENT_UPDATES references this table via PAY_EVENT_UPDATES.DATED_TABLE_ID. This defines the specific payroll table (e.g., PAY_ASSIGNMENTS_F) that is associated with a given event update transaction.
- PAY_PROCESS_EVENTS: This table has a foreign key relationship referencing PAY_EVENT_UPDATES. Specifically, the column PAY_PROCESS_EVENTS.EVENT_UPDATE_ID points to PAY_EVENT_UPDATES. This is the operational link; each row in PAY_PROCESS_EVENTS represents an actual instance of a change that uses the metadata defined in PAY_EVENT_UPDATES to drive retroactive processing.
-
Table: PAY_EVENT_UPDATES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_EVENT_UPDATES, object_name:PAY_EVENT_UPDATES, status:VALID, product: PAY - Payroll , description: Process event update transactions , implementation_dba_data: HR.PAY_EVENT_UPDATES ,
-
Table: PAY_EVENT_UPDATES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_EVENT_UPDATES, object_name:PAY_EVENT_UPDATES, status:VALID, product: PAY - Payroll , description: Process event update transactions , implementation_dba_data: HR.PAY_EVENT_UPDATES ,
-
APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PER_MX_SS_AFFILIATION dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_RETRO_UTILS_PKG dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PAY_NO_EERR_STATUS_CONTROL dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.BEN_EXT_CHG_EVT_API dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PER_MX_SSAFFL_ARCHIVE dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_CC_PROCESS_UTILS dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_PEU_SHD dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_NO_EERR_CONTINUOUS dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.BEN_EXT_PERSON dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_INTERPRETER_PKG dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_MX_SSAFFL_SALARY dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_PEU_INS dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.BEN_EXT_PERSON dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PER_MX_SSAFFL_ARCHIVE dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PAY_MX_SUA_MAG dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PAY_PEU_DEL dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_PEU_UPD dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_MX_SOC_SEC_ARCHIVE dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_PEU_BUS dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.HRI_OPL_EVENT_CAPTURE dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.BEN_EXT_PERSON dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.BEN_EXT_UTIL dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PAY_RETRO_UTILS_PKG dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_NL_WAGE_REPORT_PKG dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_DYN_TRIGGERS dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.HR_DELETE dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PAY_INTERPRETER_PKG dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PAY_CONTINUOUS_CALC dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.HR_DELETE dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PQP_UTILITIES dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_CONTINUOUS_CALC dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_INTERPRETER_PKG dependencies on PAY_EVENT_UPDATES
12.1.1
-
APPS.PAY_PEU_DEL dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PAY_NO_EERR_CONTINUOUS dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.HRI_OPL_EVENT_CAPTURE dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PER_MX_SSAFFL_ARCHIVE dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PQP_UTILITIES dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PAY_CC_PROCESS_UTILS dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PAY_INTERPRETER_PKG dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.BEN_EXT_CHG_EVT_API dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PAY_RETRO_NOTIF_PKG dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PAY_PEU_INS dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PAY_PEU_UPD dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PAY_EVENTS_WRAPPER dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PQP_GB_PSI_ALLOWANCE_HISTORY dependencies on PAY_EVENT_UPDATES
12.2.2
-
APPS.PAY_RETRO_NOTIF_PKG dependencies on PAY_EVENT_UPDATES
12.1.1