JPM_RATING_VW

(SQL View)
Index Back

Review Ratings - Rating Key

REVW_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.EFFDT ,A.DESCR FROM PS_REVW_RATING_TBL A

  • Related Language Record: JPM_RATING_LN
  • # 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 EFFDT Date(10) DATE Effective Date

    Default Value: %date

    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description