RB_EVALUATIO_VW

(SQL View)
Index Back

Person Competency Evaluation

Copied from CM_EVALUATIONS 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.

SELECT A.BO_ID , B.PERSON_ID , B.EVALUATION_ID , B.EVALUATION_TYPE , B.REVIEWER_ID , B.DESCR50 , B.REVIEWER_APPRVD , B.REVIEW_DT , B.REVIEW_STATUS , B.ROW_ADDED_DTTM , B.ROW_ADDED_OPRID , B.ROW_LASTMANT_DTTM , B.ROW_LASTMANT_OPRID , B.SYNCID , B.SYNCDTTM FROM PS_RD_PERSON A , PS_RB_EVALUATIONS B WHERE A.PERSON_ID = B.PERSON_ID

  • Related Language Record: RB_EVALUAT_VLNG
  • Parent record: RD_PERSON
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
    2 PERSON_ID Character(15) VARCHAR2(15) NOT NULL Person ID

    Prompt Table: RD_PERSON

    3 EVALUATION_ID Character(2) VARCHAR2(2) NOT NULL This is the evaluation identifiction number field.

    Default Value: 01

    4 EVALUATION_TYPE Character(1) VARCHAR2(1) NOT NULL This is the evaluation type field.
    A=Approved/Official
    B=Subordinate
    C=Customer
    E=Executive Committee
    M=Mentor
    P=Peer
    R=Supervisor/Manager
    S=Self

    Default Value: INSTALLATION.EVALUATION_TYPE

    5 REVIEWER_ID Character(15) VARCHAR2(15) NOT NULL REVIEWER_ID field used in the HCM/ CRM sync Application Messages.

    Prompt Table: RD_PERSON

    6 DESCR50 Character(50) VARCHAR2(50) NOT NULL Description of length 50
    7 REVIEWER_APPRVD Character(1) VARCHAR2(1) NOT NULL REVIEWER_APPRVD field used in the HCM/ CRM sync Application Messages.

    Y/N Table Edit

    Default Value: N

    8 REVIEW_DT Date(10) DATE REVIEW_DT field used in the HCM/ CRM sync Application Messages.

    Default Value: %date

    9 REVIEW_STATUS Character(1) VARCHAR2(1) NOT NULL REVIEW_STATUS field used in the HCM/ CRM sync Application Messages.

    Y/N Table Edit

    Default Value: Y

    10 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
    11 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
    12 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
    13 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
    14 SYNCID Number(10,0) DECIMAL(10) NOT NULL The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.
    15 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time