PCMP_HRRIDRLGVW(SQL View) |
Index Back |
---|---|
Prof Comp Dev RecordUsed in the Professional Compliance self-service. Contains details of a development record for a regulated individual. |
SELECT A.EMPLID ,A.EMPL_RCD ,A.PCMP_TYPE ,A.PCMP_REG_AUTH ,A.PCMP_CREATION_DT ,A.PCMP_ELEM_TYPE ,A.PCMP_DEV_AREA ,A.LANGUAGE_CD ,A.PCMP_DEV_DESCR FROM PS_PCMP_RIDEVA_LNG A ,PS_PCMP_SSRIDRNSRC B WHERE 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 AND B.PCMP_CREATION_DT=A.PCMP_CREATION_DT |
# | 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 Rcd Nbr | |
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. | |
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. | |
5 | Date(10) | DATE | Used in the Professional Compliance module. Creation Date | |
6 | Character(1) | VARCHAR2(1) NOT NULL |
Used in the Professional Compliance module.
Professional Development Element type identifies whether it is an accomplishment, competency, training course or general activity.
A=Accomplishment C=Competency G=General Activity T=Training Course |
|
7 | Character(8) | VARCHAR2(8) NOT NULL | Used in the Professional Compliance module. Contains a development area for a given devlopment plan. This can be either an accomplishment, a competency, a training course, or a general activity. | |
8 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
9 | PCMP_DEV_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Used in the Professional Compliance module. Development description. |