HEALTH_PLAN_TBL(SQL Table) |
Index Back |
---|---|
Health Plan ParametersHEALTH_PLAN_TBL is a record wich defines the Health Plans offered by a company. It is used to define the basic attributes wich control enrollment validation and processing. It is populated online in the Health Plan Table panel. |
# | 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: HEALTH_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 | HLTH_PROVIDER_REQD | Character(1) | VARCHAR2(1) NOT NULL |
This Field defines wheter a Health Benefit Plan requires the entry of a Health Provider ID upon enrollment
N=Not Required R=Required Default Value: N |
5 | WAIT_PERIOD_DD | Number(3,0) | SMALLINT NOT NULL | Wait Period Days |