LM_RVW_RTNG_TBL(SQL Table) |
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. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_RATING_MODEL | Character(4) | VARCHAR2(4) NOT NULL | Used in Competency Sync messages |
2 | EFFDT | Date(10) | DATE | Effective Date |
3 | LM_REVIEW_RATING | Character(1) | VARCHAR2(1) NOT NULL | REview points for Rating models from HRMS |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
6 | LM_REVIEW_POINTS | Number(3,0) | SMALLINT NOT NULL | Points for Rating models from HRMS |
7 | LM_EP_RATING | Number(6,2) | DECIMAL(5,2) NOT NULL | Rating |
8 | LM_ELIGIBILITY_PTS | Number(5,1) | DECIMAL(4,1) NOT NULL | This field represents the minimum number of review points that must be met for an employee to graduate out of the grade |
9 | LM_END_EFFDT | Date(10) | DATE | The end effective date, automatically maintained, there's a doc on how this works, so read it |