HSA_CONTRIB_LMT(SQL Table) |
Index Back |
---|---|
HSA Contribution LimitsThis table defines the contribution limits for HSA plans. For these plans, the limit on the employee contribution (and often, the level of employer contribution) is linked to the option elected within the controlling High-Deductible Health Plan (HDHP). |
# | 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: FSA_PLAN_VW |
2 | BENEFIT_PLAN | Character(6) | VARCHAR2(6) NOT NULL |
Benefit Plan
Prompt Table: BENEF_PLAN_TBL |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | 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: HEALTH_PLAN_VW |
5 | 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: CNTRL_BENPLN_VW |
6 | COVRG_CD | Character(2) | VARCHAR2(2) NOT NULL |
Coverage Code
Prompt Table: COVRG_CD_TBL |
7 | MAX_ANNUAL_CONTRIB | Number(11,2) | DECIMAL(10,2) NOT NULL | Maximum Annual Contribution |
8 | FLAT_CONTRB_AMT | Number(7,2) | DECIMAL(6,2) NOT NULL | Flat Contribution Amount |
9 | EMPLR_CONTRB_PCT | Number(7,3) | DECIMAL(6,3) NOT NULL | Employer Contribution Limit % |