HSA_EXC_CVG_PLN(SQL Table) |
Index Back |
---|---|
HSA Excluded CoveragesThis table defines "excluded coverages" for HSA Plans. That is, Plan Type/Benefit Plan combinations whose elections are mutually exclusive (not permitted) with an HSA election. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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: HSA_PLAN_VW |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | CNTRL_PLAN_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
This is used to identify the controlling Plan Type on setup tables, when PLAN_TYPE is already a record key.
Prompt Table: BN_PLAN_TYPE_VW |
4 | CNTRL_BENEFIT_PLAN | Character(6) | VARCHAR2(6) NOT NULL |
This is used to identify the controlling Benefit Plan on setup tables, when BENEFIT_PLAN is already a record key.
Prompt Table: EXCLD_BENPLN_VW |