HR_SS_EMPL_SRCH

(SQL View)
Index Back

Self Svc Emplmt Srch

This record is used as the level 0 record in manager self-service transactions which require both the EMPLID and EMPL_RCD#. No row-level security is included; security for the manager transactions is accomplished by the direct reporting architecture.

SELECT E.EMPLID , E.EMPL_RCD , N.NAME , N.LAST_NAME_SRCH , N.NAME_AC , E.PER_ORG FROM PS_PER_ORG_ASGN E , PS_PERSON_NAME N WHERE E.EMPLID = N.EMPLID

  • Related Language Record: PERSON_NAME_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
    2 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
    3 NAME Character(50) VARCHAR2(50) NOT NULL Name
    4 LAST_NAME_SRCH Character(30) VARCHAR2(30) NOT NULL Last Name
    5 NAME_AC Character(50) VARCHAR2(50) NOT NULL Alternate Character Name
    6 PER_ORG Character(3) VARCHAR2(3) NOT NULL Defines the Organizational Relationship(s) that a Person has to the Organization. These are Employee, Contingent Worker, and Persons of Interest.
    CWR=Contingent Worker
    EMP=Employee
    POI=Person of Interest