REVW_RATEMC_LNG(SQL View) | 
Index Back | 
|---|---|
Review Ratings - Rating KeyREVW_RATE_MC_VW is a view of the REVW_RATING_TBL with only the review_rating field as a leading key. This is used for Mass Change prompt edits. REVW_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 a.review_rating , a.effdt ,a.rating_model ,a.language_cd , a.descr , a.descrshort from PS_REVW_RATING_LNG a | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(1) | VARCHAR2(1) NOT NULL | Review Rating | |
| 2 | Date(10) | DATE NOT NULL | 
Effective Date
 Default Value: %date  | 
|
| 3 | Character(4) | VARCHAR2(4) NOT NULL | Rating Model | |
| 4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |