STDNTCARSFVWLNG(SQL View) |
Index Back |
---|---|
Rel Student Career Term SF VWSTDNTCARSFVWLNG is the language record view related to STDNT_CAR_SFVW |
SELECT a.emplid , a.acad_career , a.institution , a.strm , b.language_cd , b.descrshort , e.descrshort FROM PS_STDNT_CAR_TERM a , ps_term_tbl_lang b , ps_acad_prog_lang e WHERE b.institution = a.institution AND b.acad_career = a.acad_career AND b.strm = a.strm AND e.acad_prog = a.acad_prog_primary AND e.institution = a.institution AND e.effdt = ( SELECT MAX(g.effdt) FROM ps_acad_prog_lang g WHERE g.institution = e.institution AND g.acad_prog = e.acad_prog AND g.language_cd = e.language_cd AND g.effdt <= %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PEOPLE_SRCH |
|
2 | Character(4) | VARCHAR2(4) NOT NULL |
Academic Career
BAC=Bachelor (NLD) BBL=Vocational Coaching (NLD) BOL=Vocational Training (NLD) BUSN=Graduate Business CNED=Continuing Education CRED=Semester Credit EDU=Education (NLD) EXED=Extended Education GRAD=Graduate LAW=Law MEDS=Medical School NONA=Non Award PGRD=Postgraduate RSCH=Research TECH=Technical UENG=Undergraduate Engineering UGRD=Undergraduate VAVO=Advanced General Educ. (NLD) VETM=Veterinary Medicine |
|
3 | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
|
4 | Character(4) | VARCHAR2(4) NOT NULL |
Term
Prompt Table: TERM_TBL |
|
5 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
7 | DESCRSHORT1 | Character(10) | VARCHAR2(10) NOT NULL | Descr Short One |