INT_RATING_VW(SQL View) |
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. |
| SELECT EFFDT ,REVIEW_RATING ,DESCR ,DESCRSHORT FROM PS_REVW_RATING_TBL WHERE RATING_MODEL = 'INT' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
| 2 | Character(1) | VARCHAR2(1) NOT NULL | Review Rating | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |