TRN_EESESSVWLNG(SQL View) |
Index Back |
---|---|
Employee Course Session ViewThis view is used in Administer Training and lists the training course sessions that a student has attended, or is attending. |
SELECT A.EMPLID ,A.COURSE ,A.SESSION_NBR ,B.LANGUAGE_CD ,B.DESCR FROM PS_TRAINING A , PS_COURSE_TBL_LANG B WHERE B.COURSE = A.COURSE AND A.ATTENDANCE IN ('A','C','D','E','I','L','N') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
2 | Character(6) | VARCHAR2(6) NOT NULL | Course Code | |
3 | Character(4) | VARCHAR2(4) NOT NULL | Course Session Nbr | |
4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |