REVW_RATE_MC_VW(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.descr , a.descrshort from PS_REVW_RATING_TBL a |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | REVIEW_RATING | Character(1) | VARCHAR2(1) NOT NULL | Review Rating |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | RATING_MODEL | Character(4) | VARCHAR2(4) NOT NULL | Rating Model |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |