Search Results ben_acty_base_rt_f
Overview
The BEN_ACTY_BASE_RT_F table is a core data structure within the Oracle E-Business Suite Advanced Benefits (BEN) module. It serves as the repository for defining and storing the specific values or rates associated with activities that are linked to benefit plans or options. This table is essential for the configuration and execution of benefit calculations, enabling the system to apply precise monetary or percentage-based rules to participant activities. Its role is critical in translating plan design logic into actionable data used during enrollment, life event processing, and compensation-related benefit determinations. As a date-effective table (indicated by the '_F' suffix and the EFFECTIVE_START_DATE/EFFECTIVE_END_DATE columns), it maintains a historical record of how these activity values change over time, supporting complex temporal business rules.
Key Information Stored
The table's primary purpose is to store the linkage between an activity and its associated calculation value. The key columns, as indicated by the provided metadata, include the surrogate primary key ACTY_BASE_RT_ID and the date-effective range columns EFFECTIVE_START_DATE and EFFECTIVE_END_DATE, which form the composite primary key with ACTY_BASE_RT_ID. Crucially, the table stores foreign key references to other benefit configuration entities. The COMP_LVL_FCTR_ID and TTL_COMP_LVL_FCTR_ID columns link to the BEN_COMP_LVL_FCTR table, allowing the activity rate to be associated with specific compensation level factors. Furthermore, the COST_ALLOCATION_KEYFLEX_ID column links to the PAY_COST_ALLOCATION_KEYFLEX table, enabling the allocation of costs associated with the activity to specific accounting flexfields.
Common Use Cases and Queries
A primary use case is generating reports on the configured values for benefit activities, often for audit or plan analysis purposes. For instance, a benefits administrator may need to list all active activity base rates for a specific plan component. A common SQL pattern involves joining this table to related configuration tables to get descriptive information. When troubleshooting enrollment calculations, technical consultants may query this table to verify the values being applied for a participant's specific effective date. Sample queries often utilize the date-effective structure to find the valid record for a given point in time, using a condition such as SYSDATE BETWEEN EFFECTIVE_START_DATE AND EFFECTIVE_END_DATE. This table is central to any data fix or migration script that modifies the underlying values driving benefit computations.
Related Objects
The BEN_ACTY_BASE_RT_F table has defined foreign key relationships with several other key tables in the EBS data model, as documented in the provided metadata:
- BEN_COMP_LVL_FCTR: Joined via BEN_ACTY_BASE_RT_F.COMP_LVL_FCTR_ID. This relationship ties the activity rate to a specific compensation level factor definition.
- BEN_COMP_LVL_FCTR: Also joined via BEN_ACTY_BASE_RT_F.TTL_COMP_LVL_FCTR_ID. This links to a separate, potentially total-based, compensation level factor.
- PAY_COST_ALLOCATION_KEYFLEX: Joined via BEN_ACTY_BASE_RT_F.COST_ALLOCATION_KEYFLEX_ID. This connects the activity value to the General Ledger cost accounting structure.
These relationships indicate that data in BEN_ACTY_BASE_RT_F is dependent on valid entries in these referenced tables and is a child object within the broader benefits configuration hierarchy.
-
Table: BEN_ACTY_BASE_RT_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ACTY_BASE_RT_F, object_name:BEN_ACTY_BASE_RT_F, status:VALID, product: BEN - Advanced Benefits , description: Values to use for activities in plans or options. , implementation_dba_data: BEN.BEN_ACTY_BASE_RT_F ,
-
Table: BEN_ACTY_BASE_RT_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ACTY_BASE_RT_F, object_name:BEN_ACTY_BASE_RT_F, status:VALID, product: BEN - Advanced Benefits , description: Values to use for activities in plans or options. , implementation_dba_data: BEN.BEN_ACTY_BASE_RT_F ,
-
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_PAIRD_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PAIRD_RT_D, object_name:BEN_PAIRD_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_PAIRD_RT_D ,
-
View: BEN_PAIRD_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PAIRD_RT_D, object_name:BEN_PAIRD_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_PAIRD_RT_D ,
-
Table: BEN_ACTY_BASE_RT_F_EFC
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ACTY_BASE_RT_F_EFC, object_name:BEN_ACTY_BASE_RT_F_EFC, status:VALID, product: BEN - Advanced Benefits , description: This is a copy of the BEN_ACTY_BASE_RT_F table which is populated by the EFC(Euro as Functional Currency) process. , implementation_dba_data: BEN.BEN_ACTY_BASE_RT_F_EFC ,
-
Table: BEN_ACTY_BASE_RT_F_EFC
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ACTY_BASE_RT_F_EFC, object_name:BEN_ACTY_BASE_RT_F_EFC, status:VALID, product: BEN - Advanced Benefits , description: This is a copy of the BEN_ACTY_BASE_RT_F table which is populated by the EFC(Euro as Functional Currency) process. , implementation_dba_data: BEN.BEN_ACTY_BASE_RT_F_EFC ,
-
Lookup Type: BEN_CUR_DET
12.2.2
product: BEN - Advanced Benefits , meaning: BEN_CUR_DET , description: Lookup to Seed the values for the field Currency_det_cd created in Ben_acty_base_rt_f ,
-
Lookup Type: BEN_CUR_DET
12.1.1
product: BEN - Advanced Benefits , meaning: BEN_CUR_DET , description: Lookup to Seed the values for the field Currency_det_cd created in Ben_acty_base_rt_f ,
-
View: BEN_ACTY_RT_PTD_LMT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTY_RT_PTD_LMT_D, object_name:BEN_ACTY_RT_PTD_LMT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ACTY_RT_PTD_LMT_D ,
-
View: BEN_APLCN_TO_BNFT_POOL_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_APLCN_TO_BNFT_POOL_D, object_name:BEN_APLCN_TO_BNFT_POOL_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_APLCN_TO_BNFT_POOL_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_APLCN_TO_BNFT_POOL_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_APLCN_TO_BNFT_POOL_D, object_name:BEN_APLCN_TO_BNFT_POOL_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_APLCN_TO_BNFT_POOL_D ,
-
View: BEN_ACTY_RT_PTD_LMT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTY_RT_PTD_LMT_D, object_name:BEN_ACTY_RT_PTD_LMT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ACTY_RT_PTD_LMT_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_COMP_LVL_ACTY_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_COMP_LVL_ACTY_RT_D, object_name:BEN_COMP_LVL_ACTY_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_COMP_LVL_ACTY_RT_D ,
-
View: BEN_COMP_LVL_ACTY_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_COMP_LVL_ACTY_RT_D, object_name:BEN_COMP_LVL_ACTY_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_COMP_LVL_ACTY_RT_D ,
-
View: BEN_VRBL_RT_RL_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_VRBL_RT_RL_D, object_name:BEN_VRBL_RT_RL_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_VRBL_RT_RL_D ,
-
View: BEN_ACTY_RT_DED_SCHED_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTY_RT_DED_SCHED_D, object_name:BEN_ACTY_RT_DED_SCHED_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ACTY_RT_DED_SCHED_D ,
-
View: BEN_VRBL_RT_RL_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_VRBL_RT_RL_D, object_name:BEN_VRBL_RT_RL_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_VRBL_RT_RL_D ,
-
View: BEN_ACTY_RT_DED_SCHED_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTY_RT_DED_SCHED_D, object_name:BEN_ACTY_RT_DED_SCHED_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ACTY_RT_DED_SCHED_D ,
-
View: BEN_PRTL_MO_RT_PRTN_VAL_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTL_MO_RT_PRTN_VAL_D, object_name:BEN_PRTL_MO_RT_PRTN_VAL_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_PRTL_MO_RT_PRTN_VAL_D ,
-
View: BEN_PRTL_MO_RT_PRTN_VAL_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTL_MO_RT_PRTN_VAL_D, object_name:BEN_PRTL_MO_RT_PRTN_VAL_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_PRTL_MO_RT_PRTN_VAL_D ,
-
View: BEN_BNFT_PRVDD_LDGR_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BNFT_PRVDD_LDGR_D, object_name:BEN_BNFT_PRVDD_LDGR_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_BNFT_PRVDD_LDGR_D ,
-
View: BEN_BNFT_PRVDD_LDGR_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BNFT_PRVDD_LDGR_D, object_name:BEN_BNFT_PRVDD_LDGR_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_BNFT_PRVDD_LDGR_D ,
-
View: BEN_ENRT_OVERRIDE_RATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_OVERRIDE_RATES_V, object_name:BEN_ENRT_OVERRIDE_RATES_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_OVERRIDE_RATES_V ,
-
View: BEN_ENRT_OVERRIDE_RATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_OVERRIDE_RATES_V, object_name:BEN_ENRT_OVERRIDE_RATES_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_OVERRIDE_RATES_V ,
-
View: BEN_ACTY_BASE_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTY_BASE_RT_D, object_name:BEN_ACTY_BASE_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted - Retrofitted , implementation_dba_data: APPS.BEN_ACTY_BASE_RT_D ,
-
View: BEN_EE_VALUE_AND_NAME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_EE_VALUE_AND_NAME_V, object_name:BEN_EE_VALUE_AND_NAME_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_EE_VALUE_AND_NAME_V ,
-
View: BEN_ACTY_BASE_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTY_BASE_RT_D, object_name:BEN_ACTY_BASE_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted - Retrofitted , implementation_dba_data: APPS.BEN_ACTY_BASE_RT_D ,
-
View: BEN_CNTPT_EE_VALUE_AND_NAME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CNTPT_EE_VALUE_AND_NAME_V, object_name:BEN_CNTPT_EE_VALUE_AND_NAME_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CNTPT_EE_VALUE_AND_NAME_V ,
-
View: BEN_MTCHG_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_MTCHG_RT_D, object_name:BEN_MTCHG_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_MTCHG_RT_D ,
-
View: BEN_EE_VALUE_AND_NAME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_EE_VALUE_AND_NAME_V, object_name:BEN_EE_VALUE_AND_NAME_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_EE_VALUE_AND_NAME_V ,
-
View: BEN_CNTPT_EE_VALUE_AND_NAME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CNTPT_EE_VALUE_AND_NAME_V, object_name:BEN_CNTPT_EE_VALUE_AND_NAME_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CNTPT_EE_VALUE_AND_NAME_V ,
-
View: BEN_MTCHG_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_MTCHG_RT_D, object_name:BEN_MTCHG_RT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_MTCHG_RT_D ,
-
View: BEN_BNFT_POOL_RLOVR_RQMT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BNFT_POOL_RLOVR_RQMT_D, object_name:BEN_BNFT_POOL_RLOVR_RQMT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_BNFT_POOL_RLOVR_RQMT_D ,
-
View: BEN_BNFT_POOL_RLOVR_RQMT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BNFT_POOL_RLOVR_RQMT_D, object_name:BEN_BNFT_POOL_RLOVR_RQMT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_BNFT_POOL_RLOVR_RQMT_D ,
-
View: BEN_RCD_CNTR_AMT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_RCD_CNTR_AMT_V, object_name:BEN_RCD_CNTR_AMT_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_RCD_CNTR_AMT_V ,
-
View: BEN_RCD_CNTR_AMT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_RCD_CNTR_AMT_V, object_name:BEN_RCD_CNTR_AMT_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_RCD_CNTR_AMT_V ,
-
View: BEN_ACTY_BASE_RT_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTY_BASE_RT_X, object_name:BEN_ACTY_BASE_RT_X, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ACTY_BASE_RT_X ,
-
View: BEN_ACTY_BASE_RT_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTY_BASE_RT_X, object_name:BEN_ACTY_BASE_RT_X, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ACTY_BASE_RT_X ,
-
View: BEN_CNTPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CNTPT_V, object_name:BEN_CNTPT_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CNTPT_V ,
-
View: BEN_CNTPT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CNTPT_V, object_name:BEN_CNTPT_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CNTPT_V ,
-
View: BEN_ACTY_BASE_RT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTY_BASE_RT_V, object_name:BEN_ACTY_BASE_RT_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ACTY_BASE_RT_V ,
-
View: BEN_ACTY_BASE_RT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTY_BASE_RT_V, object_name:BEN_ACTY_BASE_RT_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ACTY_BASE_RT_V ,
-
View: BEN_ACTY_BASE_RT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTY_BASE_RT, object_name:BEN_ACTY_BASE_RT, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ACTY_BASE_RT ,
-
View: BEN_ACTY_BASE_RT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ACTY_BASE_RT, object_name:BEN_ACTY_BASE_RT, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ACTY_BASE_RT ,
-
View: BENBV_ACTY_BASE_RT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ACTY_BASE_RT_V, object_name:BENBV_ACTY_BASE_RT_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BENBV_ACTY_BASE_RT_V ,
-
View: BENBV_ACTY_BASE_RT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ACTY_BASE_RT_V, object_name:BENBV_ACTY_BASE_RT_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BENBV_ACTY_BASE_RT_V ,