SSR_APTSY_CARVW(SQL View) |
Index Back |
---|---|
APT Sync Search View for Car |
SELECT DISTINCT t.emplid , t.institution , t.acad_career , x.xlatlongname FROM PS_SSR_APTSY_TXN_V t ,psxlatitem x WHERE x.fieldname = 'ACAD_CAREER' AND x.fieldvalue = t.acad_career AND x.effdt = ( SELECT MAX(x2.effdt) FROM psxlatitem x2 WHERE x2.fieldname = x.fieldname AND x2.fieldvalue = x.fieldvalue AND x2.effdt <= %CurrentDateIn) AND x.eff_status = 'A' AND NOT EXISTS ( SELECT 'X' FROM ps_ssr_apt_enrl b WHERE t.emplid = b.emplid AND t.institution = b.institution AND t.ssr_apt_instance = b.ssr_apt_instance AND t.acad_career = b.src_career AND t.strm = b.src_term AND t.class_nbr = b.class_nbr ) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution |
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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |