RB_EVAL_CI_VW

(SQL View)
Index Back

CI View for RB_EVALUATIONS

This view has the same structure as RB_EVALUATIONS. As delivered, this view does not contain any PeopleCode and is used in Component Interface (CI) components only. Whenever the structure of the underlying record changes, this view must be modified accordingly. 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.PERSON_ID , A.EVALUATION_ID , A.EVALUATION_TYPE , A.REVIEWER_ID , A.DESCR50 , A.REVIEWER_APPRVD , A.REVIEW_DT , A.REVIEW_STATUS , %subrec(RB_AUDIT_SBR, A) FROM PS_RB_EVALUATIONS A

  • Related Language Record: RB_EVALUAT_LNG
  • Parent record: RD_PERSON
  • # 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 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

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

    Prompt Table: RD_PERSON

    5 DESCR50 Character(50) VARCHAR2(50) NOT NULL Description of length 50
    6 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

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

    Default Value: %date

    8 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

    9 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
    10 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
    11 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
    12 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
    13 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.
    14 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time