BN_CERTIF_PARTC(SQL Table) |
Index Back |
---|---|
Employee Benefit CertificationBN_CERTIF_PARTC is a record that defines the Certifications that have been completed by an Employee as part of a Benefits activity. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | 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. |
3 | CERTIFICATE_ID | Character(10) | VARCHAR2(10) NOT NULL |
The CERTIFICATE_ID is the unique identifier for a Certificate definition.
Prompt Table: CERTIFICATE |
4 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
6 | EXPIRE_DT | Date(10) | DATE | Expiration Date |
7 | CERTIF_VALUE | Number(6,0) | INTEGER NOT NULL | The CERTIF_VALUE specifies the value calculated as the final value of a Certificate completed by the User. |
8 | DEPENDENT_BENEF | Character(2) | VARCHAR2(2) NOT NULL |
Dependent Benefit
01=default Prompt Table: DEP_BEN_NAME |