PCMP_DVACTVWLNG(SQL View) |
Index Back |
---|---|
Prof Comp Dev Activity ViewUsed in the Professional Compliance module. Related language view of the General Activities used in the professional compliance process. |
SELECT A.SETID ,A.PCMP_DEV_ACT ,A.LANGUAGE_CD ,A.PCMP_DEV_DESCR FROM PS_PCMP_DEVACT_LNG A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_HR.SETID |
2 | PCMP_DEV_ACT | Character(8) | VARCHAR2(8) NOT NULL | Used in the Professional Compliance module. Geberal Activity code used in development plans. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | PCMP_DEV_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Used in the Professional Compliance module. Development description. |