COVRG_CD_TBL(SQL Table) |
Index Back |
---|---|
Coverage Code Definition TableCovrg_Cd_Tbl is a record that defines the coverage codes used to define the coverage level of a health benefit. Each code is defined by the minimum and maximum dependents allowed and whether spousal coverage is allowed, not allowed or required. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COVRG_CD | Character(2) | VARCHAR2(2) NOT NULL | Coverage Code |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | CBR_COVRG_SET | Character(2) | VARCHAR2(2) NOT NULL | COBRA Coverage Set |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
7 | COVRG_CD_CTL_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Coverage Control Flag - Added field for ERISA compliance
Y/N Table Edit Default Value: N |
8 | MIN_NUM_COVERED | Number(1,0) | SMALLINT NOT NULL | Minimum Number Covered for COVRG_CD/COVERED_PERSON_TYP combination |
9 | MAX_NUM_COVERED | Number(2,0) | SMALLINT NOT NULL | Maximum Number Covered for COVRG_CD/COVERED_PERSON_TYP combination |