NVQ_TEMP(SQL Table) |
Index Back |
---|---|
NVQ Temporary Reporting TableTemporary table used by various NVQ reports |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | ACCOMPLISHMENT | Character(8) | VARCHAR2(8) NOT NULL | Accomplishment |
3 | REVIEW_DT | Date(10) | DATE | Review Date |
4 | COMPETENCY | Character(8) | VARCHAR2(8) NOT NULL | Competency |
5 | UNIT_TITLE | Character(70) | VARCHAR2(70) NOT NULL | Unit Title |
6 | PROFICIENCY | Character(1) | VARCHAR2(1) NOT NULL | Proficiency |
7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
8 | DESCRLONG | Long Character | CLOB | Long Description |