Search Results ben_pl_f
Overview
The BEN_PL_F table is a fundamental data object within the Oracle E-Business Suite Advanced Benefits (BEN) module. It serves as the primary repository for storing core definitions of benefit plans. In the context of Oracle EBS 12.1.1 and 12.2.2, a "Plan" represents a specific type of benefit offering, such as a particular medical insurance plan, dental plan, or life insurance option, that is made available to participants. This table is structured as a date-effective (or date-tracked) table, as indicated by the "_F" suffix and the presence of EFFECTIVE_START_DATE and EFFECTIVE_END_DATE columns in its primary key. This design allows for the maintenance of historical, current, and future-dated plan configurations, which is critical for accurate benefits enrollment, eligibility determination, and reporting over time.
Key Information Stored
The table's structure centers on the unique identification and versioning of each benefit plan. The primary key, BEN_PL_F_PK, is a composite key consisting of PL_ID, EFFECTIVE_START_DATE, and EFFECTIVE_END_DATE. This ensures that each row for a given plan is uniquely identified by its effective date range. While the provided metadata does not list all columns, based on its role and standard Oracle EBS conventions, the table typically stores descriptive and administrative attributes for a plan. Key columns would include PL_ID (the unique system identifier for the plan), a PLAN_NAME or similar descriptive field, and the effective date columns that define the period for which that specific version of the plan's definition is valid. Other common attributes might relate to the plan's status, associated program, and configuration flags that control its behavior within the benefits engine.
Common Use Cases and Queries
This table is central to any process involving benefit plan setup, inquiry, or reporting. Common use cases include generating a list of all active plans available for a given enrollment period, auditing changes to a plan's definition over time, and serving as the master source for plan data in custom reports. A typical query would join BEN_PL_F to other benefits tables, such as those for enrollment or eligibility, using the PL_ID. For example, to retrieve all currently effective plans, one might use a query pattern like:
- SELECT pl_id, plan_name FROM ben_pl_f WHERE SYSDATE BETWEEN effective_start_date AND effective_end_date;
Another critical pattern involves retrieving the specific version of a plan that was effective on a participant's event date (e.g., a hire date or life event) to accurately assess their eligibility and options at that historical point in time.
Related Objects
As a core master table, BEN_PL_F has relationships with numerous other objects in the Advanced Benefits schema. It is directly referenced by child tables that store details about plan types, coverage levels, options, and associated costs (premiums). Key related tables often include BEN_PL_TYP_F (Plan Type), BEN_OPT_F (Option), and BEN_ACTY_BASE_RT_F (Activity Rate). Furthermore, enrollment data stored in tables like BEN_ENRT_RSLT likely uses PL_ID as a foreign key to link a participant's enrollment record to the specific plan in which they are enrolled. The table is also the foundation for key public APIs and views within the benefits module that are used for data extraction and integration.
-
Table: BEN_PL_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PL_F, object_name:BEN_PL_F, status:VALID, product: BEN - Advanced Benefits , description: Plan , implementation_dba_data: BEN.BEN_PL_F ,
-
Table: BEN_PL_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PL_F, object_name:BEN_PL_F, status:VALID, product: BEN - Advanced Benefits , description: Plan , implementation_dba_data: BEN.BEN_PL_F ,
-
APPS.BEN_CWB_DATA_MODEL_UPGRADE dependencies on BEN_PL_F
12.2.2
-
APPS.BEN_MAINTAIN_DESIGNEE_ELIG dependencies on BEN_PL_F
12.2.2
-
APPS.BEN_LF_EVT_CLPS_RESTORE dependencies on BEN_PL_F
12.2.2
-
APPS.PQP_GAP_BUS dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_PLAN_IN_PROGRAM_API dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_AUTOMATIC_ENROLLMENTS dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_BENCLSUM_XMLP_PKG dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_BENCMETY_XMLP_PKG dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_PLAN_DESIGN_PLAN_MODULE dependencies on BEN_PL_F
12.2.2
-
APPS.PQP_GDS_BUS dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_PLN_CACHE dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_BATCH_DT_API dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_TEST_HARNESS dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_CPR_BUS dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_PRC_BUS dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_CEL_CACHE dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_LF_EVT_CLPS_RESTORE dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_LEN_BUS dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_EXT_CHLG dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_PLN_UPD dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_BENDEAUD_XMLP_PKG dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_PRTT_REIMBMT_RQST_API dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_PRTT_ENRT_RESULT_API dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_MNG_DPNT_BNF dependencies on BEN_PL_F
12.2.2
-
APPS.BEN_ENROLMENT_REQUIREMENTS dependencies on BEN_PL_F
12.2.2
-
APPS.PQP_GB_OMP_DAILY_ABSENCES dependencies on BEN_PL_F
12.2.2
-
APPS.BEN_CTP_BUS dependencies on BEN_PL_F
12.2.2
-
APPS.BEN_GLOBAL_FUNCTIONS dependencies on BEN_PL_F
12.2.2
-
APPS.BEN_NEWLY_INELIGIBLE dependencies on BEN_PL_F
12.2.2
-
APPS.BEN_DETERMINE_DPNT_ELIG_SS dependencies on BEN_PL_F
12.2.2
-
APPS.BEN_PRTT_RMT_APRVD_PYMT_API dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_PLN_CACHE dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_GENERATE_COMMUNICATIONS dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_BENCMEPE_XMLP_PKG dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_XCV_BUS dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_BENERRTY_XMLP_PKG dependencies on BEN_PL_F
12.1.1
-
APPS.GHR_GENERAL dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_ENL_BUS dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_DETERMINE_ELIGIBILITY2 dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_PLAN_API dependencies on BEN_PL_F
12.1.1
-
APPS.BEN_BENAUDIT_XMLP_PKG dependencies on BEN_PL_F
12.1.1
-
APPS.HR_COLLECTIVE_AGREEMENT_API dependencies on BEN_PL_F
12.2.2
-
APPS.BEN_FORFEITURE_CONCURRENT dependencies on BEN_PL_F
12.2.2
-
APPS.BEN_BENFRAUD_XMLP_PKG dependencies on BEN_PL_F
12.2.2
-
APPS.BEN_DETERMINE_VARIABLE_RATES dependencies on BEN_PL_F
12.2.2
-
APPS.BEN_APR_BUS dependencies on BEN_PL_F
12.2.2