PCMP_RI_REG_LW(SQL View) |
Index Back |
---|---|
Prof Comp RI ViewUsed in the Professional Compliance module. View of Regulated Individuals not yet assigned to a compliance supervisor. |
SELECT A.EMPLID ,A.PCMP_REG_AUTH ,B.LANGUAGE_CD ,B.NAME FROM PS_PCMP_RI A ,PS_PERSON_NAME_LNG B WHERE B.EMPLID=A.EMPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | 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. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |