RB_COMPETENC_VW

(SQL View)
Index Back

Person Competencies

COMPETENCIES contains the competency ratings for each employee, applicant or contractor evaluation.

SELECT A.BO_ID , B.PERSON_ID , B.EVALUATION_ID , B.COMPETENCY , B.EFFDT , B.YR_LAST_USED , B.HOW_VERIFIED , B.PROFICIENCY , B.PROFICIENCY_NUM , B.INTEREST_LEVEL , B.YEARS_OF_EXP , B.YR_ACQUIRED , 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_COMPETENCIES B WHERE A.PERSON_ID = B.PERSON_ID

  • Parent record: RB_EVALUATIONS
  • # 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.
    4 COMPETENCY Character(8) VARCHAR2(8) NOT NULL Competency - this field is brought over from HRMS

    Prompt Table: COMPETENCY_TBL

    5 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    6 YR_LAST_USED Number(4,0) SMALLINT NOT NULL YR_LAST_USED field is used on the HCM COMPETENCY record which contains the competencies for each employee.
    7 HOW_VERIFIED Character(1) VARCHAR2(1) NOT NULL This field indicates how something was verified.
    E=Employee Claim
    J=On the Job Training
    N=Not Verified
    O=Employer Observation
    T=By Test
    V=NVQ Authority
    8 PROFICIENCY Character(1) VARCHAR2(1) NOT NULL Proficiency Field. This Field is imported into CRM DB from Human Resources Database.

    Prompt Table: REVW_RATING_TBL

    9 PROFICIENCY_NUM Number(2,0) SMALLINT NOT NULL Numeric version of PROFICIENCY used for calculations.
    10 INTEREST_LEVEL Character(1) VARCHAR2(1) NOT NULL This is the interest level field.

    Default Value: 2

    Prompt Table: INT_RATING_VW
    Set Control Field: REVIEW_RATING

    11 YEARS_OF_EXP Number(5,1) DECIMAL(4,1) NOT NULL Years of Work Experience
    12 YR_ACQUIRED Number(4,0) SMALLINT NOT NULL YR_ACQUIRED field is used on the HCM COMPETENCY record which contains the competencies for each employee.
    13 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
    14 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
    15 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
    16 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
    17 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.
    18 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time