SCC_ACAD_CARVW(SQL View) |
Index Back |
---|---|
Academic Career ViewAll effective active careers |
SELECT DISTINCT a.acad_career , a.descr FROM PS_ACAD_CAR_TBL a WHERE a.effdt = ( SELECT MAX(b.effdt) FROM PS_ACAD_CAR_TBL b WHERE b.acad_career = a.acad_career AND b.institution = a.institution AND b.eff_status = 'A' AND b.effdt <= %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ACAD_CAREER | 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 |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |