TL_SS_OPR_SRCH

(SQL View)
Index Back

Self Svc Emplmt Srch

This record is used as the level 0 record in employee transactions which require both the EMPLID and EMPL_RCD#. Row Level security is based on OPRID.

SELECT PER.EMPLID , O.OPRID ,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 , PSOPRDEFN O , PS_CURRENT_JOB_ALL J WHERE PER.EMPLID=J.EMPLID AND PER.EMPL_RCD = J.EMPL_RCD AND PER.EMPLID = NM.EMPLID AND PER.EMPLID = O.EMPLID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
3 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Rcd Nbr
4 NAME Character(50) VARCHAR2(50) NOT NULL Name
5 LAST_NAME_SRCH Character(30) VARCHAR2(30) NOT NULL Last Name
6 NAME_AC Character(50) VARCHAR2(50) NOT NULL Alternate Character Name
7 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