Search Results ben_pl_typ_f
Overview
The BEN_PL_TYP_F table is a foundational data object within the Oracle E-Business Suite Advanced Benefits (BEN) module. It serves as the central repository for storing and managing the definition of plan types. A plan type is a high-level classification that groups similar benefit plans, such as "Health Insurance," "Life Insurance," or "Retirement Savings." This table is effective-dated, as indicated by the '_F' suffix, meaning it maintains a historical record of changes to plan type definitions over time. Its primary role is to provide a standardized and version-controlled reference for all benefit plans configured in the system, enabling core benefits administration processes like eligibility determination, enrollment, and reporting to function based on a consistent categorization framework.
Key Information Stored
The table's structure is designed to track the lifecycle and attributes of a plan type. The primary key consists of PL_TYP_ID, which uniquely identifies the plan type, and the EFFECTIVE_START_DATE and EFFECTIVE_END_DATE, which define the period for which that specific version of the record is active. While the provided metadata does not list all columns, typical columns in such a table would include a system-generated surrogate key (PL_TYP_ID), a meaningful name or code (e.g., NAME, PL_TYP_CD), a detailed description, and the effective date columns. Other common attributes might track the legislative data group (LEGISLATION_CODE), who created and last updated the record (CREATED_BY, LAST_UPDATED_BY), and timestamps for these actions.
Common Use Cases and Queries
This table is frequently accessed for setup, reporting, and integration tasks. A common use case is retrieving a list of all active plan types for a given point in time to populate a list of values in a user interface. Another critical scenario involves using the PL_TYP_ID as a foreign key constraint in related benefit plan tables to categorize specific plans. A typical query pattern involves filtering on the effective dates to find the currently valid record.
- Sample Query for Active Plan Types:
SELECT PL_TYP_ID, NAME
FROM BEN.BEN_PL_TYP_F
WHERE SYSDATE BETWEEN EFFECTIVE_START_DATE AND NVL(EFFECTIVE_END_DATE, SYSDATE)
ORDER BY NAME; - Reporting Use Case: Generating a summary report of all benefit plans grouped by their plan type for analysis requires joining this table to the core benefit plan table (e.g., BEN_PL_F) on PL_TYP_ID.
Related Objects
As a core reference table, BEN_PL_TYP_F has relationships with numerous other objects in the Advanced Benefits schema. Its primary key (PL_TYP_ID, EFFECTIVE_START_DATE) is almost certainly referenced as a foreign key in the main benefit plan definition table, BEN_PL_F. It is also commonly linked to tables governing eligibility profiles, enrollment rules, and reporting structures. The table may be exposed through public Application Programming Interfaces (APIs) or seeded views to allow for safer data access and manipulation. Developers and administrators should consult the specific database constraints and the Oracle EBS data model diagrams for a complete list of dependent tables and views.
-
Table: BEN_PL_TYP_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PL_TYP_F, object_name:BEN_PL_TYP_F, status:VALID, product: BEN - Advanced Benefits , description: Plan type. , implementation_dba_data: BEN.BEN_PL_TYP_F ,
-
Table: BEN_PL_TYP_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PL_TYP_F, object_name:BEN_PL_TYP_F, status:VALID, product: BEN - Advanced Benefits , description: Plan type. , implementation_dba_data: BEN.BEN_PL_TYP_F ,
-
APPS.BEN_PTP_BUS dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_BENERRTY_XMLP_PKG dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_CWB_DATA_MODEL_UPGRADE dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_DERIVE_PART_AND_RATE_FACTS dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.PQH_GSP_SYNC_COMPENSATION_OBJ dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_PERSON_RECORD dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_CRT_BUS dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_PTP_SHD dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_PLN_INS dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_BENACTIV_XMLP_PKG dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_BATCH_REPORTING dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_BENPRSUM_XMLP_PKG dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.HRI_OPL_BEN_DIM_REFRESH dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.PQH_GSP_BEN_VALIDATIONS dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_PLAN_DESIGN_TXNS_API dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_COBRA_REQUIREMENTS dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_PLAN_DESIGN_PLAN_MODULE dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_BATCH_REPORTING dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.GHR_BENEFITS_EIT dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_PLN_CACHE dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_BENERRTY_XMLP_PKG dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.PQH_RBC_STAGE_TO_RBC dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.PQP_ABSVAL_PKG dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_PLN_CACHE dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.HR_PUMP_GET dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_EXT_ENRT dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_ABR_INS dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_BENERPER_XMLP_PKG dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_BENBOSUM_XMLP_PKG dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_CWB_DATA_MODEL_UPGRADE dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.PQH_RBC_STAGE_TO_RBC dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.PQH_GSP_UTILITY dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.PQP_GB_OSP_FUNCTIONS dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_COP_BUS dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_EXTRACT_SEED dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_EPE_BUS dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_PTP_INS dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.PQH_PA_WHATIF_PROCESS dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_BENCLAUD_XMLP_PKG dependencies on BEN_PL_TYP_F
12.1.1
-
APPS.BEN_ICD_PLAN_DESIGN_SETUP dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_PTP_SHD dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_PEN_BUS dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_BATCH_UTILS dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_DERIVE_FACTORS dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_PRTT_ENRT_RESULT_API dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_PTP_UPD dependencies on BEN_PL_TYP_F
12.2.2
-
APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_PL_TYP_F
12.2.2