COURSE_LICENSE(SQL Table) |
Index Back |
---|---|
Training Course Goal-LicensesUse COURSE_LICENSE to specify professional licenses or certifications that a particular training course is training students for. This record belongs to the Training Administration application. You can create multiple COURSE_LICENSE records for a course, each with a unique license/certification code. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COURSE | Character(6) | VARCHAR2(6) NOT NULL |
Course Code
Prompt Table: COURSE_TBL |
2 | LICENSE_CERTIF_CD | Character(8) | VARCHAR2(8) NOT NULL |
License/Certification Code
Prompt Table: LIC_CERTIF_VW |
3 | GRANT_TO_EE | Character(1) | VARCHAR2(1) NOT NULL |
Assign to EE after course
Y/N Table Edit Default Value: Y |