HR_SS_PCMP_SRCH

(SQL View)
Index Back

Prof Comp Self Svc Srch

Part of Professional Compliance Self-Service. 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 ,C.PCMP_TYPE ,C.PCMP_REG_AUTH ,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 , PS_PCMP_RI_VW3 C WHERE PER.EMPLID=J.EMPLID AND PER.EMPL_RCD = J.EMPL_RCD AND PER.EMPLID = NM.EMPLID AND C.EMPLID=J.EMPLID AND C.EMPL_RCD=J.EMPL_RCD

# 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 PCMP_TYPE Character(3) VARCHAR2(3) NOT NULL Professiona Compliance Type - Used in the Professional Compliance module. Identifies the different types of professional complianc within a company.
4 PCMP_REG_AUTH Character(10) VARCHAR2(10) NOT NULL Professional Compliance Regulatory Authority - Used within the Professional Compliance module. Identifies the body or organization that defines the rules/regulations that a company must apply to its individuals in order for them to become compliant/qualified in that particular field.
5 NAME Character(50) VARCHAR2(50) NOT NULL Name
6 LAST_NAME_SRCH Character(30) VARCHAR2(30) NOT NULL Last Name
7 NAME_AC Character(50) VARCHAR2(50) NOT NULL Alternate Character Name
8 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