PCMP_SSRIKPI_VW(SQL View) |
Index Back |
---|---|
Prof Comp RI KPI ReviewUsed in the Professional Compliance module. Contains details of a regulated individual KPI review within the compliance process. |
SELECT A.EMPLID ,A.EMPL_RCD ,A.PCMP_TYPE ,A.PCMP_REG_AUTH ,A.PCMP_KPI_REV_DT ,B.BUSINESS_UNIT FROM PS_PCMP_RI_KPI_REV A , PS_PCMP_RI B WHERE A.PCMP_KPI_REV_DT IS NOT NULL AND B.EMPLID=A.EMPLID AND B.EMPL_RCD=A.EMPL_RCD AND B.PCMP_TYPE=A.PCMP_TYPE AND B.PCMP_REG_AUTH=A.PCMP_REG_AUTH |
# | 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 | PCMP_KPI_REV_DT | Date(10) | DATE | Used in the Professional Compliance module. KPI review datel. |
6 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |