| REVW_RATING_TBL(SQL Table) | Index Back | 
|---|---|
| Performance Review RatingsREVW_RATING_TBL is a child record of REVW_SCALE_TBL which contains the actual ratings used for performance reviews. Ratings and their definitions are entered for each rating scale. | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(4) | VARCHAR2(4) NOT NULL | Rating Model | |
| 2 | Date(10) | DATE NOT NULL | Effective Date Default Value: %date | |
| 3 | Character(1) | VARCHAR2(1) NOT NULL | Review Rating | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description | 
| 6 | CAREER_STRDVLP | Character(1) | VARCHAR2(1) NOT NULL | Career Strength/ Development D=Development S=Strength | 
| 7 | GVT_OPM_RATING | Character(1) | VARCHAR2(1) NOT NULL | Review Rating 1=Level I 2=Level II 3=Level III 4=Level IV 5=Level V X=Not Rated Z=Exclusion | 
| 8 | GVT_RIF_YEAR_CRED | Number(2,0) | SMALLINT NOT NULL | Years Creditable for RIF | 
| 9 | REVIEW_POINTS | Number(3,0) | SMALLINT NOT NULL | Review Points | 
| 10 | EP_RATING | Number(6,2) | DECIMAL(5,2) NOT NULL | Rating | 
| 11 | FROM_POINTS | Number(3,0) | SMALLINT NOT NULL | From Points | 
| 12 | TO_POINTS | Number(3,0) | SMALLINT NOT NULL | To Points | 
| 13 | ELIGIBILITY_POINTS | Number(5,1) | DECIMAL(4,1) NOT NULL | This field represents the minimum number of review points that must be met for an employee to graduate out of the grade | 
| 14 | DESCRLONG | Long Character | CLOB | Long Description | 
| 15 | SYSTEM_DATA_FLG | Character(1) | VARCHAR2(1) NOT NULL | This Y/ N field is used to identify which rows in a table are considered SYSTEM DATA. Default Value: N |