Search Results ben_enrt_perd
Overview
The BEN_ENRT_PERD table is a core data object within the Oracle E-Business Suite Advanced Benefits (BEN) module. It serves as the master repository for defining and storing enrollment periods. An enrollment period is a critical time-based construct that dictates when employees can enroll, change, or terminate their benefit elections. This table is fundamental to the administration of benefit programs, as it links eligibility, participation rules, and plan offerings to specific, defined timeframes. Its integrity is essential for ensuring that all benefit transactions occur within their authorized windows, directly supporting the module's compliance and operational functionality.
Key Information Stored
While the provided metadata does not list all columns, the structure indicates the primary and key relational data points. The central identifier is the ENRT_PERD_ID, which is the primary key (BEN_ENRT_PERD_PK) for the table. A crucial foreign key is YR_PERD_ID, which links the enrollment period to a specific year period in the BEN_YR_PERD table, anchoring the enrollment window to a fiscal or calendar year. Other typical columns in this table, based on its function, would include data defining the period's start date (ENRT_PERD_STRT_DT), end date (ENRT_PERD_END_DT), a descriptive name, type (e.g., Open Enrollment, New Hire), and status. These attributes collectively define the temporal boundaries and context for benefit enrollment activities.
Common Use Cases and Queries
This table is central to reporting and validating enrollment timelines. Common operational and reporting queries involve identifying active or future enrollment periods for a given plan or population. For instance, administrators may run a query to list all enrollment periods for the current year, or to find the specific enrollment period applicable to a new hire's enrollment window. A typical SQL pattern retrieves period details for reporting or for use in downstream validation logic:
- SELECT enrt_perd_id, name, enrt_perd_strt_dt, enrt_perd_end_dt FROM ben_enrt_perd WHERE sysdate BETWEEN enrt_perd_strt_dt AND enrt_perd_end_dt AND yr_perd_id = (SELECT yr_perd_id FROM ben_yr_perd WHERE ...);
Data from this table is also essential for troubleshooting enrollment issues, such as determining why an employee cannot access the enrollment form, by verifying their eligibility against the active period dates.
Related Objects
The BEN_ENRT_PERD table has significant relational dependencies, as shown in the foreign key metadata. It is a parent table to several key benefits entities. The BEN_YR_PERD table is its primary parent via YR_PERD_ID. Major child tables that reference ENRT_PERD_ID include:
- BEN_CM_TYP_USG_F: Links communication type usage rules to specific enrollment periods.
- BEN_ENRT_PERD_FOR_PL_F: Associates enrollment periods with specific benefit plans.
- BEN_PIL_ELCTBL_CHC_POPL: Defines pilot eligibility and choice populations for a period.
- BEN_PTNL_LER_FOR_PER: Connects potential life event rules to periods.
- BEN_SCHEDD_ENRT_RL_F: Schedules enrollment rules for a given period.
These relationships underscore that BEN_ENRT_PERD acts as a central hub, governing when and how various benefit rules, plans, and communications are applied.
-
Table: BEN_ENRT_PERD
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ENRT_PERD, object_name:BEN_ENRT_PERD, status:VALID, product: BEN - Advanced Benefits , description: Enrollment Period , implementation_dba_data: BEN.BEN_ENRT_PERD ,
-
Table: BEN_ENRT_PERD
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ENRT_PERD, object_name:BEN_ENRT_PERD, status:VALID, product: BEN - Advanced Benefits , description: Enrollment Period , implementation_dba_data: BEN.BEN_ENRT_PERD ,
-
Table: BEN_SCHEDD_ENRT_RL_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_SCHEDD_ENRT_RL_F, object_name:BEN_SCHEDD_ENRT_RL_F, status:VALID, product: BEN - Advanced Benefits , description: Sheduled enrollment rule. , implementation_dba_data: BEN.BEN_SCHEDD_ENRT_RL_F ,
-
Table: BEN_PTNL_LER_FOR_PER
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PTNL_LER_FOR_PER, object_name:BEN_PTNL_LER_FOR_PER, status:VALID, product: BEN - Advanced Benefits , description: Participant potential life event. , implementation_dba_data: BEN.BEN_PTNL_LER_FOR_PER ,
-
Table: BEN_ENRT_PERD_FOR_PL_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ENRT_PERD_FOR_PL_F, object_name:BEN_ENRT_PERD_FOR_PL_F, status:VALID, product: BEN - Advanced Benefits , description: Enrollment Period for plan. , implementation_dba_data: BEN.BEN_ENRT_PERD_FOR_PL_F ,
-
Table: BEN_ENRT_PERD_FOR_PL_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ENRT_PERD_FOR_PL_F, object_name:BEN_ENRT_PERD_FOR_PL_F, status:VALID, product: BEN - Advanced Benefits , description: Enrollment Period for plan. , implementation_dba_data: BEN.BEN_ENRT_PERD_FOR_PL_F ,
-
Table: BEN_CM_TYP_USG_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_CM_TYP_USG_F, object_name:BEN_CM_TYP_USG_F, status:VALID, product: BEN - Advanced Benefits , description: Usages of communication type. , implementation_dba_data: BEN.BEN_CM_TYP_USG_F ,
-
Table: BEN_YR_PERD
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_YR_PERD, object_name:BEN_YR_PERD, status:VALID, product: BEN - Advanced Benefits , description: Start and End periods. , implementation_dba_data: BEN.BEN_YR_PERD ,
-
Table: BEN_PTNL_LER_FOR_PER
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PTNL_LER_FOR_PER, object_name:BEN_PTNL_LER_FOR_PER, status:VALID, product: BEN - Advanced Benefits , description: Participant potential life event. , implementation_dba_data: BEN.BEN_PTNL_LER_FOR_PER ,
-
Table: BEN_SCHEDD_ENRT_RL_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_SCHEDD_ENRT_RL_F, object_name:BEN_SCHEDD_ENRT_RL_F, status:VALID, product: BEN - Advanced Benefits , description: Sheduled enrollment rule. , implementation_dba_data: BEN.BEN_SCHEDD_ENRT_RL_F ,
-
Table: BEN_CM_TYP_USG_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_CM_TYP_USG_F, object_name:BEN_CM_TYP_USG_F, status:VALID, product: BEN - Advanced Benefits , description: Usages of communication type. , implementation_dba_data: BEN.BEN_CM_TYP_USG_F ,
-
Table: BEN_YR_PERD
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_YR_PERD, object_name:BEN_YR_PERD, status:VALID, product: BEN - Advanced Benefits , description: Start and End periods. , implementation_dba_data: BEN.BEN_YR_PERD ,
-
Table: BEN_PIL_ELCTBL_CHC_POPL
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PIL_ELCTBL_CHC_POPL, object_name:BEN_PIL_ELCTBL_CHC_POPL, status:VALID, product: BEN - Advanced Benefits , description: The electable choice a person may have for a program or plan due to a life event. , implementation_dba_data: BEN.BEN_PIL_ELCTBL_CHC_POPL ,
-
Table: BEN_PIL_ELCTBL_CHC_POPL
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PIL_ELCTBL_CHC_POPL, object_name:BEN_PIL_ELCTBL_CHC_POPL, status:VALID, product: BEN - Advanced Benefits , description: The electable choice a person may have for a program or plan due to a life event. , implementation_dba_data: BEN.BEN_PIL_ELCTBL_CHC_POPL ,
-
View: BEN_CWB_STOCK_PERIOD_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_STOCK_PERIOD_LOV_V, object_name:BEN_CWB_STOCK_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_STOCK_PERIOD_LOV_V ,
-
View: BEN_CWB_STOCK_PERIOD_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_STOCK_PERIOD_LOV_V, object_name:BEN_CWB_STOCK_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_STOCK_PERIOD_LOV_V ,
-
View: BEN_CWB_SALARY_PERIOD_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_SALARY_PERIOD_LOV_V, object_name:BEN_CWB_SALARY_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_SALARY_PERIOD_LOV_V ,
-
View: BEN_CWB_SALARY_PERIOD_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_SALARY_PERIOD_LOV_V, object_name:BEN_CWB_SALARY_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_SALARY_PERIOD_LOV_V ,
-
View: BEN_CWB_PERIOD_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_PERIOD_LOV_V, object_name:BEN_CWB_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_PERIOD_LOV_V ,
-
View: BEN_CWB_BONUS_PERIOD_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_BONUS_PERIOD_LOV_V, object_name:BEN_CWB_BONUS_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_BONUS_PERIOD_LOV_V ,
-
View: BEN_CWB_BONUS_PERIOD_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_BONUS_PERIOD_LOV_V, object_name:BEN_CWB_BONUS_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_BONUS_PERIOD_LOV_V ,
-
View: BEN_CWB_PERIOD_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_PERIOD_LOV_V, object_name:BEN_CWB_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_PERIOD_LOV_V ,
-
View: BEN_PER_CM_PCU_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_PCU_LOV_V, object_name:BEN_PER_CM_PCU_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_PCU_LOV_V ,
-
View: BEN_PER_CM_PCU_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_PCU_LOV_V, object_name:BEN_PER_CM_PCU_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_PCU_LOV_V ,
-
View: BEN_PER_CM_USG_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_USG_D, object_name:BEN_PER_CM_USG_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_USG_D ,
-
View: BEN_PER_CM_USG_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_USG_D, object_name:BEN_PER_CM_USG_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_USG_D ,
-
View: BEN_ENRT_PERD_FOR_PL_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_PERD_FOR_PL_D, object_name:BEN_ENRT_PERD_FOR_PL_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_PERD_FOR_PL_D ,
-
View: BEN_ENRT_PERD_FOR_PL_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_PERD_FOR_PL_D, object_name:BEN_ENRT_PERD_FOR_PL_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_PERD_FOR_PL_D ,
-
View: BENBV_ENRT_PERD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ENRT_PERD_V, object_name:BENBV_ENRT_PERD_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies a specific instance of an enrollment period for a program or plan for a defined type of enrollment type cycle (e.g., open enrollment). , implementation_dba_data: APPS.BENBV_ENRT_PERD_V ,
-
View: BENBV_ENRT_PERD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ENRT_PERD_V, object_name:BENBV_ENRT_PERD_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies a specific instance of an enrollment period for a program or plan for a defined type of enrollment type cycle (e.g., open enrollment). , implementation_dba_data: APPS.BENBV_ENRT_PERD_V ,
-
View: BEN_CWB_REPT_COMP_COMPARISON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_REPT_COMP_COMPARISON_V, object_name:BEN_CWB_REPT_COMP_COMPARISON_V, status:VALID, product: BEN - Advanced Benefits , description: Compensation Report Comparison. , implementation_dba_data: APPS.BEN_CWB_REPT_COMP_COMPARISON_V ,
-
View: BEN_CWB_REPT_COMP_COMPARISON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_REPT_COMP_COMPARISON_V, object_name:BEN_CWB_REPT_COMP_COMPARISON_V, status:VALID, product: BEN - Advanced Benefits , description: Compensation Report Comparison. , implementation_dba_data: APPS.BEN_CWB_REPT_COMP_COMPARISON_V ,