RB_EVALUAT_LNG(SQL Table) |
Index Back |
---|---|
Person Competency EvaluationCopied from CM_EVALUAT_LNG in HRMS on 2/6/01. CM_EVALUATIONS identifies each competency evaluation of your employees, applicants, or contractors. The evaluation is identified by an assigned EVALUATION_ID. Also, each evaluation has an EVALUATION_TYPE, an optional REVIEWER_ID, and a flag to identify whether or not the evaluation is active. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL |
Person ID
Prompt Table: RD_PERSON |
2 | EVALUATION_ID | Character(2) | VARCHAR2(2) NOT NULL |
This is the evaluation identifiction number field.
Default Value: 01 |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |