Search Results ben_cvg_amt_calc_mthd_f
Overview
The BEN_CVG_AMT_CALC_MTHD_F 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 a repository for defining the calculation methods used to determine coverage amounts for benefit plans. This table is essential for configuring how monetary or unit-based coverage levels are computed, enabling the system to automate complex benefit calculations based on defined rules and factors. As a date-effective table (indicated by the '_F' suffix and the EFFECTIVE_START_DATE and EFFECTIVE_END_DATE columns), it supports the maintenance of historical, current, and future calculation method definitions, which is critical for accurate benefit administration and auditing over time.
Key Information Stored
The table's structure is designed to uniquely identify and describe a coverage amount calculation method. The primary key is a composite of CVG_AMT_CALC_MTHD_ID, EFFECTIVE_START_DATE, and EFFECTIVE_END_DATE, ensuring uniqueness across time. A critical foreign key column is COMP_LVL_FCTR_ID, which links to the BEN_COMP_LVL_FCTR table. This relationship allows the calculation method to be associated with a specific compensation level factor, such as salary or hours worked, which can be used as a basis for the coverage calculation. While the provided metadata does not list all columns, typical columns in such a table would include a CODE, NAME, and DESCRIPTION for the calculation method, along with system columns like CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, and LAST_UPDATE_DATE for auditing.
Common Use Cases and Queries
This table is primarily accessed during the setup and maintenance of benefit plans and their associated coverage options. A common use case is querying for all active calculation methods to assign to a new benefit offering. For reporting and troubleshooting, administrators may need to identify which calculation methods are linked to specific compensation factors. A sample query to retrieve active calculation methods and their related compensation factors would be:
- SELECT calc.cvg_amt_calc_mthd_id, calc.name, comp.name AS comp_factor
- FROM ben_cvg_amt_calc_mthd_f calc, ben_comp_lvl_fctr comp
- WHERE calc.comp_lvl_fctr_id = comp.comp_lvl_fctr_id
- AND SYSDATE BETWEEN calc.effective_start_date AND calc.effective_end_date;
This data is integral to the enrollment engine's process of calculating precise coverage amounts for participants based on their eligibility and selected plans.
Related Objects
The BEN_CVG_AMT_CALC_MTHD_F table has documented relationships with other key objects in the Advanced Benefits schema. The primary relationship is established through its foreign key, which references the BEN_COMP_LVL_FCTR table. This link is defined as:
- Foreign Key Relationship: BEN_CVG_AMT_CALC_MTHD_F.COMP_LVL_FCTR_ID → BEN_COMP_LVL_FCTR
This relationship indicates that a coverage amount calculation method can utilize a specific compensation level factor in its logic. While not listed in the provided excerpt, it is highly probable that this table is referenced by other benefit configuration tables, such as those defining plan types or coverage details (e.g., BEN_PL_TYP_F or BEN_CVG_AMT_DED_AMT_F), to assign a calculation rule to a specific benefit element.
-
Table: BEN_CVG_AMT_CALC_MTHD_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_CVG_AMT_CALC_MTHD_F, object_name:BEN_CVG_AMT_CALC_MTHD_F, status:VALID, product: BEN - Advanced Benefits , description: Calculation method for coverage. , implementation_dba_data: BEN.BEN_CVG_AMT_CALC_MTHD_F ,
-
Table: BEN_CVG_AMT_CALC_MTHD_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_CVG_AMT_CALC_MTHD_F, object_name:BEN_CVG_AMT_CALC_MTHD_F, status:VALID, product: BEN - Advanced Benefits , description: Calculation method for coverage. , implementation_dba_data: BEN.BEN_CVG_AMT_CALC_MTHD_F ,
-
Table: BEN_CVG_AMT_CALC_MTHD_F_EFC
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_CVG_AMT_CALC_MTHD_F_EFC, object_name:BEN_CVG_AMT_CALC_MTHD_F_EFC, status:VALID, product: BEN - Advanced Benefits , description: This is a copy of the BEN_CVG_AMT_CALC_MTHD_F table which is populated by the EFC(Euro as Functional Currency) process. , implementation_dba_data: BEN.BEN_CVG_AMT_CALC_MTHD_F_EFC ,
-
Table: BEN_CVG_AMT_CALC_MTHD_F_EFC
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_CVG_AMT_CALC_MTHD_F_EFC, object_name:BEN_CVG_AMT_CALC_MTHD_F_EFC, status:VALID, product: BEN - Advanced Benefits , description: This is a copy of the BEN_CVG_AMT_CALC_MTHD_F table which is populated by the EFC(Euro as Functional Currency) process. , implementation_dba_data: BEN.BEN_CVG_AMT_CALC_MTHD_F_EFC ,
-
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 ,
-
View: BEN_BNFT_VRBL_RT_D
12.2.2
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_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 ,
-
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_CVG_AMT_CALC_MTHD_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CVG_AMT_CALC_MTHD_X, object_name:BEN_CVG_AMT_CALC_MTHD_X, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_CVG_AMT_CALC_MTHD_X ,
-
View: BEN_CVG_AMT_CALC_MTHD_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CVG_AMT_CALC_MTHD_X, object_name:BEN_CVG_AMT_CALC_MTHD_X, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_CVG_AMT_CALC_MTHD_X ,
-
View: BEN_CVG_AMT_CALC_MTHD
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CVG_AMT_CALC_MTHD, object_name:BEN_CVG_AMT_CALC_MTHD, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_CVG_AMT_CALC_MTHD ,
-
View: BENBV_CVG_AMT_CALC_MTHD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_CVG_AMT_CALC_MTHD_V, object_name:BENBV_CVG_AMT_CALC_MTHD_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the coverage amount, or how coverage is calculated, for a plan or option in plan. , implementation_dba_data: APPS.BENBV_CVG_AMT_CALC_MTHD_V ,
-
View: BEN_CVG_AMT_CALC_MTHD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CVG_AMT_CALC_MTHD, object_name:BEN_CVG_AMT_CALC_MTHD, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_CVG_AMT_CALC_MTHD ,
-
View: BENBV_CVG_AMT_CALC_MTHD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_CVG_AMT_CALC_MTHD_V, object_name:BENBV_CVG_AMT_CALC_MTHD_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the coverage amount, or how coverage is calculated, for a plan or option in plan. , implementation_dba_data: APPS.BENBV_CVG_AMT_CALC_MTHD_V ,
-
View: BEN_CVG_AMT_CALC_MTHD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CVG_AMT_CALC_MTHD_V, object_name:BEN_CVG_AMT_CALC_MTHD_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_CVG_AMT_CALC_MTHD_V ,
-
View: BEN_CVG_AMT_CALC_MTHD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CVG_AMT_CALC_MTHD_V, object_name:BEN_CVG_AMT_CALC_MTHD_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_CVG_AMT_CALC_MTHD_V ,
-
View: BEN_CVG_AMT_CALC_MTHD_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CVG_AMT_CALC_MTHD_D, object_name:BEN_CVG_AMT_CALC_MTHD_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_CVG_AMT_CALC_MTHD_D ,
-
View: BEN_CVG_AMT_CALC_MTHD_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CVG_AMT_CALC_MTHD_D, object_name:BEN_CVG_AMT_CALC_MTHD_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_CVG_AMT_CALC_MTHD_D ,