HR_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 P.EMPLID ,O.OPRID ,P.EMPL_RCD ,N.NAME ,N.LAST_NAME_SRCH ,N.NAME_AC ,P.PER_ORG FROM PS_PER_ORG_ASGN P , PS_PERSON_NAME N , PSOPRDEFN O WHERE P.EMPLID = N.EMPLID AND P.EMPLID = O.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 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    3 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
    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