PCMP_DEVCRSE_VW(SQL View) |
Index Back |
---|---|
Prof Comp Dev CoursesUsed in the Professional Compliance module. View of Training Courses used in the professional compliance process. |
SELECT A.SETID ,A.COURSE ,B.DESCR FROM PS_PCMP_DEV_CRSE A ,PS_COURSE_TBL B WHERE B.COURSE=A.COURSE |
# | 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 Prompt Table: SETID_TBL |
2 | COURSE | Character(6) | VARCHAR2(6) NOT NULL |
Course Code
Prompt Table: COURSE_TBL |
3 | PCMP_DEV_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Used in the Professional Compliance module. Development description. |