SSR_HE_CAR_VW

(SQL View)
Index Back

Linked Career Prompt View

Linked Career Prompt View

SELECT ap.institution , ap.emplid , ap.acad_career , ap.stdnt_car_nbr FROM PS_ACAD_PROG ap WHERE ap.effdt= ( SELECT MAX(x.effdt) FROM PS_ACAD_PROG x WHERE x.emplid = ap.emplid AND x.acad_career = ap.acad_career AND x.stdnt_car_nbr = ap.stdnt_car_nbr ) AND ap.effseq= ( SELECT MAX(y.effseq) FROM PS_ACAD_PROG y WHERE ap.emplid = y.emplid AND ap.acad_career = y.acad_career AND ap.stdnt_car_nbr = y.stdnt_car_nbr AND ap.effdt = y.effdt )

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution
2 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
3 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
4 STDNT_CAR_NBR Number(3,0) SMALLINT NOT NULL Student Career Nbr