JPM_RATEMDL_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.RATING_MODEL , A.REVIEW_RATING , A.DESCR , A.DESCRSHORT FROM PS_REVW_RATING_TBL A WHERE A.EFFDT = ( SELECT MAX(B.EFFDT) FROM PS_REVW_RATING_TBL B WHERE B.EFFDT <= %CurrentDateIn AND A.RATING_MODEL = B.RATING_MODEL AND A.REVIEW_RATING = B.REVIEW_RATING) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RATING_MODEL | Character(4) | VARCHAR2(4) NOT NULL | Rating Model |
2 | REVIEW_RATING | 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 |