ADM_WEB_CAR_VW(SQL View) |
Index Back |
---|---|
Academic Career Table ViewThis Academic Career Table View is used by Web Prospect Create. |
SELECT a.institution , a.acad_career , b.effdt , b.descr FROM PS_ADM_WEB_PR3_TBL A , PS_ACAD_CAR_TBL b WHERE a.institution = b.institution AND a.acad_career = b.acad_career AND b.effdt=( SELECT MAX(c.effdt) FROM PS_ACAD_CAR_TBL c WHERE c.institution = b.institution AND c.acad_career = b.acad_career) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
2 | 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 |
3 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |