Search Results ben_vrbl_rt_prfl_f
Overview
The BEN_VRBL_RT_PRFL_F table is a core data object within the Oracle E-Business Suite Advanced Benefits (BEN) module. It functions as the master definition table for variable rate profiles. These profiles are critical for configuring complex, rule-based contribution or coverage calculations in benefit plans. A variable rate profile defines the logic for determining a rate—such as an employer contribution percentage or a premium cost—that can vary based on employee attributes like age, salary, length of service, or other customizable factors. The '_F' suffix indicates it is an effective-dated table, meaning it stores historical, current, and future-dated records to support changes in profile definitions over time without losing auditability.
Key Information Stored
The table's structure is designed to manage the lifecycle and logic of rate profiles. The primary key is a composite of VRBL_RT_PRFL_ID and EFFECTIVE_START_DATE, uniquely identifying each version of a profile. The EFFECTIVE_END_DATE defines the period for which that version is active. A critical foreign key column is COMP_LVL_FCTR_ID, which links to the BEN_COMP_LVL_FCTR table. This relationship associates the profile with a specific compensation level factor—the foundational element (e.g., salary grade, pay basis) upon which the variable calculation is built. Other columns, implied by its purpose, would typically store profile names, calculation rules, eligibility criteria references, and descriptive information.
Common Use Cases and Queries
This table is central to benefits administration processes. Common use cases include the setup and maintenance of benefit plans with tiered contribution structures, generating reports on active rate profiles, and troubleshooting calculation results during enrollment or payroll processing. A frequent query involves retrieving the currently effective profile definition for a specific plan or calculation.
Sample Query: Fetch Effective Variable Rate Profile
SELECT vrbl_rt_prfl_id,
effective_start_date,
effective_end_date,
comp_lvl_fctr_id
FROM ben.ben_vrbl_rt_prfl_f
WHERE vrbl_rt_prfl_id = :p_profile_id
AND SYSDATE BETWEEN effective_start_date AND effective_end_date;
Data from this table is typically accessed via the Benefits dedicated user interface or through custom integrations and reports that analyze benefit plan costing and contribution strategies.
Related Objects
- BEN_COMP_LVL_FCTR (Table): Holds the definition of compensation level factors. The foreign key (COMP_LVL_FCTR_ID) in BEN_VRBL_RT_PRFL_F establishes a direct dependency, as a variable rate profile must be based on a valid factor.
- BEN_VRBL_RT_RL (Table): Likely stores the individual rate rules or tiers that belong to a profile, defining specific rate values and the conditions (e.g., age ranges, service bands) that trigger them.
- BEN_PGM_F / BEN_PL_F (Tables): Benefit programs and plans often reference a variable rate profile to determine contributions or premiums for enrolled participants.
- Benefits APIs and PL/SQL Packages: Core benefits engine packages (e.g., BEN_EXTRA_ELEMENT, BEN_BNFT_CALC) will read from this table during enrollment, life event processing, and payroll calculation to apply the correct variable rates.
-
Table: BEN_VRBL_RT_PRFL_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_VRBL_RT_PRFL_F, object_name:BEN_VRBL_RT_PRFL_F, status:VALID, product: BEN - Advanced Benefits , description: Variable rate profile. , implementation_dba_data: BEN.BEN_VRBL_RT_PRFL_F ,
-
Table: BEN_VRBL_RT_PRFL_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_VRBL_RT_PRFL_F, object_name:BEN_VRBL_RT_PRFL_F, status:VALID, product: BEN - Advanced Benefits , description: Variable rate profile. , implementation_dba_data: BEN.BEN_VRBL_RT_PRFL_F ,
-
Table: BEN_VRBL_RT_PRFL_F_EFC
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_VRBL_RT_PRFL_F_EFC, object_name:BEN_VRBL_RT_PRFL_F_EFC, status:VALID, product: BEN - Advanced Benefits , description: This is a copy of the BEN_VRBL_RT_PRFL_F table which is populated by the EFC(Euro as Functional Currency) process. , implementation_dba_data: BEN.BEN_VRBL_RT_PRFL_F_EFC ,
-
Table: BEN_VRBL_RT_PRFL_F_EFC
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_VRBL_RT_PRFL_F_EFC, object_name:BEN_VRBL_RT_PRFL_F_EFC, status:VALID, product: BEN - Advanced Benefits , description: This is a copy of the BEN_VRBL_RT_PRFL_F table which is populated by the EFC(Euro as Functional Currency) process. , implementation_dba_data: BEN.BEN_VRBL_RT_PRFL_F_EFC ,
-
View: BEN_PER_TYP_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_TYP_RT_D, object_name:BEN_PER_TYP_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_TYP_RT_D ,
-
View: BEN_VRBL_RT_PRFL_RL_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_VRBL_RT_PRFL_RL_D, object_name:BEN_VRBL_RT_PRFL_RL_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_VRBL_RT_PRFL_RL_D ,
-
View: BEN_BNFT_VRBL_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BNFT_VRBL_RT_D, object_name:BEN_BNFT_VRBL_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_BNFT_VRBL_RT_D ,
-
View: BEN_PER_TYP_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_TYP_RT_D, object_name:BEN_PER_TYP_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_TYP_RT_D ,
-
View: BEN_QUAL_TITL_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_QUAL_TITL_RT_D, object_name:BEN_QUAL_TITL_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_QUAL_TITL_RT_D ,
-
View: BEN_ACTL_PREM_VRBL_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTL_PREM_VRBL_RT_D, object_name:BEN_ACTL_PREM_VRBL_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ACTL_PREM_VRBL_RT_D ,
-
View: BEN_PSTN_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PSTN_RT_D, object_name:BEN_PSTN_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PSTN_RT_D ,
-
View: BEN_PSTL_ZIP_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PSTL_ZIP_RT_D, object_name:BEN_PSTL_ZIP_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PSTL_ZIP_RT_D ,
-
View: BEN_PSTL_ZIP_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PSTL_ZIP_RT_D, object_name:BEN_PSTL_ZIP_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PSTL_ZIP_RT_D ,
-
View: BEN_LGL_ENTY_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LGL_ENTY_RT_D, object_name:BEN_LGL_ENTY_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_LGL_ENTY_RT_D ,
-
View: BEN_ASNT_SET_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ASNT_SET_RT_D, object_name:BEN_ASNT_SET_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ASNT_SET_RT_D ,
-
View: BEN_BENFTS_GRP_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BENFTS_GRP_RT_D, object_name:BEN_BENFTS_GRP_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_BENFTS_GRP_RT_D ,
-
View: BEN_ASNT_SET_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ASNT_SET_RT_D, object_name:BEN_ASNT_SET_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ASNT_SET_RT_D ,
-
View: BEN_LGL_ENTY_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LGL_ENTY_RT_D, object_name:BEN_LGL_ENTY_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_LGL_ENTY_RT_D ,
-
View: BEN_EE_STAT_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_EE_STAT_RT_D, object_name:BEN_EE_STAT_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_EE_STAT_RT_D ,
-
View: BEN_COMPTNCY_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_COMPTNCY_RT_D, object_name:BEN_COMPTNCY_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_COMPTNCY_RT_D ,
-
View: BEN_NO_OTHR_CVG_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_NO_OTHR_CVG_RT_D, object_name:BEN_NO_OTHR_CVG_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_NO_OTHR_CVG_RT_D ,
-
View: BEN_TTL_PRTT_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_TTL_PRTT_RT_D, object_name:BEN_TTL_PRTT_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_TTL_PRTT_RT_D ,
-
View: BEN_DSBLD_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_DSBLD_RT_D, object_name:BEN_DSBLD_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_DSBLD_RT_D ,
-
View: BEN_TTL_PRTT_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_TTL_PRTT_RT_D, object_name:BEN_TTL_PRTT_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_TTL_PRTT_RT_D ,
-
View: BEN_QUAL_TITL_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_QUAL_TITL_RT_D, object_name:BEN_QUAL_TITL_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_QUAL_TITL_RT_D ,
-
View: BEN_ACTL_PREM_VRBL_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTL_PREM_VRBL_RT_D, object_name:BEN_ACTL_PREM_VRBL_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ACTL_PREM_VRBL_RT_D ,
-
View: BEN_DSBLD_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_DSBLD_RT_D, object_name:BEN_DSBLD_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_DSBLD_RT_D ,
-
View: BEN_ACTY_VRBL_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTY_VRBL_RT_D, object_name:BEN_ACTY_VRBL_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted - Retrofitted , implementation_dba_data: APPS.BEN_ACTY_VRBL_RT_D ,
-
View: BEN_NO_OTHR_CVG_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_NO_OTHR_CVG_RT_D, object_name:BEN_NO_OTHR_CVG_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_NO_OTHR_CVG_RT_D ,
-
View: BEN_COMPTNCY_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_COMPTNCY_RT_D, object_name:BEN_COMPTNCY_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_COMPTNCY_RT_D ,
-
View: BEN_LVG_RSN_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LVG_RSN_RT_D, object_name:BEN_LVG_RSN_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_LVG_RSN_RT_D ,
-
View: BEN_LVG_RSN_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LVG_RSN_RT_D, object_name:BEN_LVG_RSN_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_LVG_RSN_RT_D ,
-
View: BEN_ACTY_VRBL_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTY_VRBL_RT_D, object_name:BEN_ACTY_VRBL_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted - Retrofitted , implementation_dba_data: APPS.BEN_ACTY_VRBL_RT_D ,
-
View: BEN_PPL_GRP_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PPL_GRP_RT_D, object_name:BEN_PPL_GRP_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PPL_GRP_RT_D ,
-
View: BEN_FL_TM_PT_TM_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FL_TM_PT_TM_RT_D, object_name:BEN_FL_TM_PT_TM_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_FL_TM_PT_TM_RT_D ,
-
Table: BEN_COMP_LVL_FCTR
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_COMP_LVL_FCTR, object_name:BEN_COMP_LVL_FCTR, status:VALID, product: BEN - Advanced Benefits , description: Compensation level factor. , implementation_dba_data: BEN.BEN_COMP_LVL_FCTR ,
-
Table: BEN_COMP_LVL_FCTR
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_COMP_LVL_FCTR, object_name:BEN_COMP_LVL_FCTR, status:VALID, product: BEN - Advanced Benefits , description: Compensation level factor. , implementation_dba_data: BEN.BEN_COMP_LVL_FCTR ,
-
View: BEN_PRTT_ANTHR_PL_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_ANTHR_PL_RT_D, object_name:BEN_PRTT_ANTHR_PL_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_ANTHR_PL_RT_D ,
-
View: BEN_LOS_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LOS_RT_D, object_name:BEN_LOS_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_LOS_RT_D ,
-
View: BEN_HRS_WKD_IN_PERD_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_HRS_WKD_IN_PERD_RT_D, object_name:BEN_HRS_WKD_IN_PERD_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_HRS_WKD_IN_PERD_RT_D ,
-
View: BEN_GNDR_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_GNDR_RT_D, object_name:BEN_GNDR_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_GNDR_RT_D ,
-
View: BEN_HRLY_SLRD_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_HRLY_SLRD_RT_D, object_name:BEN_HRLY_SLRD_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_HRLY_SLRD_RT_D ,
-
View: BEN_PY_BSS_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PY_BSS_RT_D, object_name:BEN_PY_BSS_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_PY_BSS_RT_D ,
-
View: BEN_PCT_FL_TM_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PCT_FL_TM_RT_D, object_name:BEN_PCT_FL_TM_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_PCT_FL_TM_RT_D ,
-
View: BEN_PY_BSS_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PY_BSS_RT_D, object_name:BEN_PY_BSS_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_PY_BSS_RT_D ,
-
View: BEN_GRADE_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_GRADE_RT_D, object_name:BEN_GRADE_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_GRADE_RT_D ,
-
View: BEN_CMBN_AGE_LOS_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CMBN_AGE_LOS_RT_D, object_name:BEN_CMBN_AGE_LOS_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_CMBN_AGE_LOS_RT_D ,
-
View: BEN_VRBL_RT_PRFL_RL_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_VRBL_RT_PRFL_RL_D, object_name:BEN_VRBL_RT_PRFL_RL_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_VRBL_RT_PRFL_RL_D ,
-
View: BEN_EE_STAT_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_EE_STAT_RT_D, object_name:BEN_EE_STAT_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_EE_STAT_RT_D ,
-
View: BEN_PSTN_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PSTN_RT_D, object_name:BEN_PSTN_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PSTN_RT_D ,