HRS_APP_CMP_VW(SQL View) |
Index Back |
---|---|
Applicant EvaluationAPP_CM_EVALS identifies each competency evaluation of your applicants. 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. |
SELECT A.HRS_PERSON_ID , A.HRS_PROFILE_SEQ , A.EVALUATION_ID , B.HRS_APP_CMP_ID , B.COMPETENCY , A.EVALUATION_TYPE , A.REVIEWER_ID , A.REVIEWER_APPRVD , A.REVIEW_DT , A.REVIEW_STATUS , B.PROFICIENCY FROM PS_HRS_APP_CM_EVAL A , PS_HRS_APP_CMP B WHERE A.HRS_PERSON_ID = B.HRS_PERSON_ID AND A.HRS_PROFILE_SEQ = B.HRS_PROFILE_SEQ AND A.EVALUATION_ID = B.EVALUATION_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Number(15,0) | DECIMAL(15) NOT NULL | Person Id | |
2 | Number(3,0) | SMALLINT NOT NULL | Profile sequece | |
3 | Character(2) | VARCHAR2(2) NOT NULL | Evaluation ID | |
4 | Number(15,0) | DECIMAL(15) NOT NULL | Competency ID | |
5 | COMPETENCY | Character(8) | VARCHAR2(8) NOT NULL | Competency |
6 | EVALUATION_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Evaluation Type
A=Approved/Official B=Subordinate C=Customer E=Executive Committee L=Learning M=Mentor P=Peer R=Supervisor/Manager S=Self |
7 | REVIEWER_ID | Character(11) | VARCHAR2(11) NOT NULL |
Reviewer ID
Prompt Table: PERSON_NAME |
8 | REVIEWER_APPRVD | Character(1) | VARCHAR2(1) NOT NULL |
Reviewer is Approved
Y/N Table Edit Default Value: N |
9 | REVIEW_DT | Date(10) | DATE | Review Date |
10 | REVIEW_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Review Status
Y/N Table Edit Default Value: Y |
11 | PROFICIENCY | Character(1) | VARCHAR2(1) NOT NULL | Proficiency |