BAS_OE_DEFN_PLN(SQL Table) |
Index Back |
---|---|
BAS OE Defn-PlansBAS_OE_DEFN_PLN is a record that works in consonance with the BAS_OE_DEFN record. It is used to identify the benefit programs and plan types to include in the Open Enrollment Benefits Administration processing. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OE_DEFN_ID | Character(4) | VARCHAR2(4) NOT NULL |
Open Enrollment Definition ID
Prompt Table: BAS_OE_DEFN |
2 | BENEFIT_PROGRAM | Character(3) | VARCHAR2(3) NOT NULL |
Defines a collection of benefit plans and their associated rate and calculation rules.
Prompt Table: BAS_OE_DE_PL_V1 |
3 | PLAN_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
Identifies a category of benefit plan, such as Medical, Dental, and Life (Insurance). A set of plan type codes, as well as rules for creating new codes, is provided by PeopleSoft. Plan Type codes determine how the system processes and defines eligibility for the various benefit plans.
Prompt Table: BAS_OE_DE_PL_V2 |