| PCMP_RI_CHK(SQL Table) | Index Back | 
|---|---|
| Prof Comp RI Check.Used in the Professional Compliance module. Contains a list of the checks made against a regulated individuals. | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
| 2 | Number(3,0) | SMALLINT NOT NULL | Empl Record | |
| 3 | 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. Prompt Table: PCMP_TYPE | |
| 4 | 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. Prompt Table: PCMP_REG_AUTH | |
| 5 | Date(10) | DATE NOT NULL | Used in the ProfessionalCompliance module.
Date for regulated individual check. Default Value: %date | |
| 6 | Character(6) | VARCHAR2(6) NOT NULL | Used in the Professional Compliance module.
Regulated individual check type. Prompt Table: PCMP_CHK_TYPE | |
| 7 | PCMP_DEV_STATUS | Character(1) | VARCHAR2(1) NOT NULL | Used in the Professional Compliance module.
Development status. F=Fail N=N/A P=Pass |