TL_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 PER.EMPLID ,PER.EMPL_RCD ,NM.NAME ,NM.LAST_NAME_SRCH ,NM.NAME_AC ,PER.PER_ORG FROM PS_PER_ORG_ASGN PER , PS_PERSON_NAME NM , PS_CURRENT_JOB_ALL J WHERE PER.EMPLID=J.EMPLID AND PER.EMPL_RCD = J.EMPL_RCD AND PER.EMPLID = NM.EMPLID

# 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 Rcd Nbr
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