Search Results ben_elctbl_chc_ctfn
Overview
The BEN_ELCTBL_CHC_CTFN table is a core data object within the Oracle E-Business Suite Advanced Benefits (BEN) module, versions 12.1.1 and 12.2.2. It serves a critical function in the administration of employee benefit elections by storing records that define the certifications required for an employee to select a specific electable choice. An electable choice represents a particular benefit option available within a plan, such as a specific health insurance tier or a coverage level. This table acts as a junction, linking the eligibility profile for a choice to the specific certification rules that must be satisfied, thereby enforcing business rules and ensuring regulatory compliance before an election is finalized.
Key Information Stored
The table's primary purpose is to map certifications to electable choices. Its key columns, as indicated by the provided metadata, include the surrogate primary key, ELCTBL_CHC_CTFN_ID, which uniquely identifies each mapping record. The most critical foreign key column is ELIG_PER_ELCTBL_CHC_ID, which links directly to the BEN_ELIG_PER_ELCTBL_CHC table. This foreign key associates the certification requirement with a specific instance of an electable choice within an eligibility profile. While the provided excerpt does not list all columns, typical related certification tables in Advanced Benefits store references to certification types (e.g., smoking status, dependent eligibility verification) and rules governing their validation.
Common Use Cases and Queries
This table is primarily accessed during benefit enrollment workflows and eligibility determination engines. A common operational use case is to generate a list of all certifications an employee must complete when they attempt to enroll in a particular plan option. For reporting, administrators may query this table to audit certification requirements across benefit programs. A sample SQL pattern to identify certifications for a specific electable choice would involve joining to the BEN_ELIG_PER_ELCTBL_CHC table.
SELECT ctf.ELCTBL_CHC_CTFN_ID, ctf.ELIG_PER_ELCTBL_CHC_ID FROM BEN_ELCTBL_CHC_CTFN ctf WHERE ctf.ELIG_PER_ELCTBL_CHC_ID = :p_elig_per_elctbl_chc_id;
This query forms the basis for more complex joins to tables containing the actual certification type definitions and descriptions.
Related Objects
The table maintains a direct and documented foreign key relationship, which is central to its function. The relationship is as follows:
- Foreign Key to BEN_ELIG_PER_ELCTBL_CHC: The column BEN_ELCTBL_CHC_CTFN.ELIG_PER_ELCTBL_CHC_ID references the primary key of the BEN_ELIG_PER_ELCTBL_CHC table. This parent table defines which electable choices are available to a person based on their eligibility profile. Therefore, every certification requirement recorded in BEN_ELCTBL_CHC_CTFN is scoped to a specific choice within a specific eligibility context.
This relationship ensures that certification rules are correctly applied based on the intersection of a person's eligibility and the particular benefit option they are selecting.
-
Table: BEN_ELCTBL_CHC_CTFN
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELCTBL_CHC_CTFN, object_name:BEN_ELCTBL_CHC_CTFN, status:VALID, product: BEN - Advanced Benefits , description: Certifications needed for an electable choice. , implementation_dba_data: BEN.BEN_ELCTBL_CHC_CTFN ,
-
Table: BEN_ELCTBL_CHC_CTFN
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELCTBL_CHC_CTFN, object_name:BEN_ELCTBL_CHC_CTFN, status:VALID, product: BEN - Advanced Benefits , description: Certifications needed for an electable choice. , implementation_dba_data: BEN.BEN_ELCTBL_CHC_CTFN ,
-
Table: BEN_ELIG_PER_ELCTBL_CHC
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_PER_ELCTBL_CHC, object_name:BEN_ELIG_PER_ELCTBL_CHC, status:VALID, product: BEN - Advanced Benefits , description: Choices that partipant may elect. , implementation_dba_data: BEN.BEN_ELIG_PER_ELCTBL_CHC ,
-
Table: BEN_ELIG_PER_ELCTBL_CHC
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_PER_ELCTBL_CHC, object_name:BEN_ELIG_PER_ELCTBL_CHC, status:VALID, product: BEN - Advanced Benefits , description: Choices that partipant may elect. , implementation_dba_data: BEN.BEN_ELIG_PER_ELCTBL_CHC ,
-
View: BENBV_ELCTBL_CHC_CTFN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELCTBL_CHC_CTFN_V, object_name:BENBV_ELCTBL_CHC_CTFN_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies certifications that may be required if a person elects to enroll in a plan, option or benefit , implementation_dba_data: APPS.BENBV_ELCTBL_CHC_CTFN_V ,
-
View: BENBV_ELCTBL_CHC_CTFN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELCTBL_CHC_CTFN_V, object_name:BENBV_ELCTBL_CHC_CTFN_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies certifications that may be required if a person elects to enroll in a plan, option or benefit , implementation_dba_data: APPS.BENBV_ELCTBL_CHC_CTFN_V ,