PCMP_HRRIDRCLVW(SQL View) |
Index Back |
---|---|
Prof Comp Dev Record CommentsUsed in the Professional Compliance self-service. Contains comments for a development record of a regulated individual. |
SELECT A.EMPLID ,A.EMPL_RCD ,A.PCMP_TYPE ,A.PCMP_REG_AUTH ,A.PCMP_CREATION_DT ,A.LANGUAGE_CD ,A.PCMP_DEV_COMM FROM PS_PCMP_RIDEVRCLNG A ,PS_PCMP_SSRIDRNSRC B 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 A.PCMP_CREATION_DT=B.PCMP_CREATION_DT |
# | 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_CREATION_DT | Date(10) | DATE | Used in the Professional Compliance module. Creation Date |
6 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
7 | PCMP_DEV_COMM | Long Character | CLOB | Used in the Professional Compliance module. Development comments. |