COURSE_SRCH_LNG(SQL View) |
Index Back |
---|---|
Active Course Search VwCOURSE_SRCH_VW belongs to the Training Administration application. This record is a search view that selects only those course sessions from COURSE_TBL that are active (session status = 'A') and that are being administered in-house (rather than by an outside agency such as a university). |
SELECT A.COURSE ,A.LANGUAGE_CD ,A.DESCR FROM PS_COURSE_TBL_LANG A, PS_COURSE_TBL B WHERE A.COURSE = B.COURSE AND B.COURSE_STATUS='A' AND B.SESSN_ADMINISTRATN = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COURSE | Character(6) | VARCHAR2(6) NOT NULL |
Course Code
Prompt Table: TRN_CAT_PRMP_VW |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |