PCMP_RI_CLS_VW

(SQL View)
Index Back

Prof Comp RI Class View

Used in the Professional Compliance module. Contains details of the classification of a regulated individual within the compliance process.

SELECT A.BUSINESS_UNIT ,C.PCMP_MGR_SUPER_ID ,B.EFFDT ,B.EMPLID ,B.EMPL_RCD ,B.PCMP_TYPE ,B.PCMP_REG_AUTH ,B.PCMP_CLASS ,C.PCMP_RI_STATUS FROM PS_PCMP_RI A ,PS_PCMP_RI_CLASS B ,PS_PCMP_MGRSUP_RI C WHERE A.EMPLID=B.EMPLID AND A.EMPL_RCD=B.EMPL_RCD AND A.PCMP_TYPE=B.PCMP_TYPE AND A.PCMP_REG_AUTH=B.PCMP_REG_AUTH AND C.EMPLID=A.EMPLID AND C.EMPL_RCD=A.EMPL_RCD AND C.PCMP_TYPE=A.PCMP_TYPE AND C.PCMP_REG_AUTH=A.PCMP_REG_AUTH AND C.PCMP_ASSIGNED_DT = ( SELECT MAX(PCMP_ASSIGNED_DT) FROM PS_PCMP_MGRSUP_RI WHERE PCMP_MGR_SUPER_ID = C.PCMP_MGR_SUPER_ID AND EMPLID = C.EMPLID AND EMPL_RCD = C.EMPL_RCD AND PCMP_TYPE = C.PCMP_TYPE AND PCMP_REG_AUTH = C.PCMP_REG_AUTH AND PCMP_ASSIGNED_DT <= %CurrentDateIn) AND B.EFFDT=( SELECT MAX(C.EFFDT) FROM PS_PCMP_RI_CLASS C WHERE C.EMPLID=B.EMPLID AND C.EMPL_RCD=B.EMPL_RCD AND C.PCMP_TYPE=B.PCMP_TYPE AND C.PCMP_REG_AUTH=B.PCMP_REG_AUTH AND C.EFFDT<=%CurrentDateIn)

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 PCMP_MGR_SUPER_ID Character(11) VARCHAR2(11) NOT NULL Professional Compliance Manager/Supervisor ID - Used in the Professional Compliance module. Holds the EMPLID of the Manager/Supervisor.
3 EFFDT Date(10) DATE NOT NULL Effective Date
4 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
5 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
6 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.
7 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.
8 PCMP_CLASS Character(6) VARCHAR2(6) NOT NULL Professional Compliance Classification - Used within the Professional Compliance module. Identifies the different categories that a Regulatory Authority uses to define individuals within the comliance process.

Prompt Table: PCMP_CLASS

9 PCMP_RI_STATUS Character(1) VARCHAR2(1) NOT NULL Professional Compliance Regulated Individual Status - Used in the Professional Compliance module. Defines whether the individual is active/inactive within the compliance process.
A=Active
I=Inactive