Search Results ben_prtt_rt_val
Overview
The BEN_PRTT_RT_VAL table is a core data object within the Oracle E-Business Suite Advanced Benefits (BEN) module, specifically for releases 12.1.1 and 12.2.2. It serves as the primary repository for storing the calculated or assigned rate values for participants enrolled in compensation-related objects. These objects typically include elements such as stock options, bonuses, or other variable compensation plans managed within the system. The table's existence is critical for the compensation life cycle, as it holds the definitive rate data that drives eligibility, enrollment, and payout calculations for participants in these benefit programs.
Key Information Stored
The table's primary identifier is the PRTT_RT_VAL_ID column, which is the primary key. Based on the provided foreign key relationships, the table is fundamentally linked to the life event enrollment process. The key foreign key columns are PER_IN_LER_ID and ENDED_PER_IN_LER_ID, both referencing the BEN_PER_IN_LER table. These columns associate a specific rate value with a participant's enrollment record during a life event (LER) and can track the record that ended it. While the exact column list is not fully detailed in the provided metadata, a table of this nature would typically store columns for the rate value itself (e.g., a number, percentage, or monetary amount), the effective start and end dates, the associated compensation object or plan, the participant identifier, and audit columns such as CREATED_BY and LAST_UPDATE_DATE.
Common Use Cases and Queries
This table is central to reporting and auditing compensation enrollment data. A common use case is generating a report of all active rate assignments for participants in a specific stock option plan. Another is auditing historical rate changes triggered by specific life events, such as promotions. A typical query would join BEN_PRTT_RT_VAL to BEN_PER_IN_LER and participant tables to retrieve a comprehensible list.
Sample Query Pattern:
SELECT pv.prtt_rt_val_id, pv.rate_val, pil.per_in_ler_id, pil.ler_id
FROM ben_prtt_rt_val pv,
ben_per_in_ler pil
WHERE pv.per_in_ler_id = pil.per_in_ler_id
AND pil.ler_id = 12345 -- Specific Life Event
AND SYSDATE BETWEEN pv.effective_start_date AND pv.effective_end_date;
Related Objects
The table maintains defined foreign key relationships with the BEN_PER_IN_LER table, which stores information about persons in a life event. This is the primary documented relationship.
- BEN_PER_IN_LER: Linked via the PER_IN_LER_ID column. This joins a participant's rate value to their specific life event enrollment record.
- BEN_PER_IN_LER: Also linked via the ENDED_PER_IN_LER_ID column. This relationship is used to track which subsequent life event enrollment record ended or superseded a particular rate value, maintaining historical data integrity.
As a central compensation rate table, it would also be referenced by various Advanced Benefits views and APIs responsible for compensation calculation and reporting, though these are not specified in the provided metadata.
-
Table: BEN_PRTT_RT_VAL
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_RT_VAL, object_name:BEN_PRTT_RT_VAL, status:VALID, product: BEN - Advanced Benefits , description: Rate for participant enrolled in compensation object. , implementation_dba_data: BEN.BEN_PRTT_RT_VAL ,
-
Table: BEN_PRTT_RT_VAL
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_RT_VAL, object_name:BEN_PRTT_RT_VAL, status:VALID, product: BEN - Advanced Benefits , description: Rate for participant enrolled in compensation object. , implementation_dba_data: BEN.BEN_PRTT_RT_VAL ,
-
APPS.BEN_BACK_OUT_LIFE_EVENT dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_EXT_PERSON dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_PERSON_DELETE dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_PRTT_RT_VAL_API dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.GHR_FORMULA_FUNCTIONS dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_DERIVE_PART_AND_RATE_FACTS dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_CARRY_FORWARD_ITEMS dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.HR_AUTH_BRIDGE dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_COBRA_REQUIREMENTS dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_RECN_REP dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_LF_EVT_CLPS_RESTORE dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_DISTRIBUTE_RATES dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_FORFEITURE_CONCURRENT dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_GENERATE_DPNT_COMM dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_PURGE_BCKDT_VOIDED dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_ELECTION_INFORMATION dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_CWB_DATA_MODEL_UPGRADE dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.PQH_GSP_POST_PROCESS dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_PRV_BUS dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_PRV_INS dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_DM_DELETE dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_BATCH_REPORTING dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_UPDATE_PRTT_RT_VAL dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_PRV_UPD dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_ACTY_BASE_RATE_API dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_DELETE_ORPHAN_ROWS dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_EFC_ADJUSTMENTS1 dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_PRV_BUS dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_PRC_BUS dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_REOPEN_ENDED_RESULTS dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.HR_PUMP_GET dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_DM_DELETE dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_PRV_INS dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BENUTILS dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_CARRY_FORWARD_ITEMS dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_EEV_LER dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_ORG_DELETE dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_EXT_ENRT dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.PQH_GSP_POST_PROCESS dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_FORFEITURE_CONCURRENT dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_GENERATE_DPNT_COMM dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_PRC_BUS dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_PURGE_BCKDT_VOIDED dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_PRV_DEL dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_PRTT_ENRT_RESULT_API dependencies on BEN_PRTT_RT_VAL
12.1.1
-
APPS.BEN_UPDATE_PRTT_RT_VAL dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_BACK_OUT_LIFE_EVENT dependencies on BEN_PRTT_RT_VAL
12.2.2
-
APPS.BEN_UPDATE_LEDGERS dependencies on BEN_PRTT_RT_VAL
12.2.2