HRS_ACT_PRS_VW2

(SQL View)
Index Back

view for curr active employees

view for curr active employees

SELECT DISTINCT A.EMPLID , A.NAME_DISPLAY , A.NAME_TYPE , A.ASOFDATE FROM PS_HRS_PERSON_NM_I A , PS_HRS_ACTJOB_I B WHERE A.EMPLID = B.EMPLID

  • Parent record: PERSON
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

    Prompt Table: PERSON

    2 NAME_DISPLAY Character(50) VARCHAR2(50) NOT NULL Display Name - name formatted for Display based on the Country
    3 NAME_TYPE Character(3) VARCHAR2(3) NOT NULL Type of Name

    Prompt Table: NAME_TYPE_TBL

    4 ASOFDATE Date(10) DATE As of Date