FISCAL_CAR_VW2(SQL View) |
Index Back |
---|
select distinct a.acad_career, b.aid_year, a.aid_category from ps_early_fa_catgs a, PS_EARLY_FA_OFFER b where a.emplid = b.emplid and a.acad_career = b.acad_career and a.stdnt_car_nbr = b.stdnt_car_nbr and a.adm_appl_nbr = b.adm_appl_nbr and a.appl_prog_nbr = b.appl_prog_nbr group by a.acad_career, b.aid_year, a.aid_category |
# | 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 | AID_YEAR | Character(4) | VARCHAR2(4) NOT NULL | Aid Year |
3 | AID_CATEGORY | Character(6) | VARCHAR2(6) NOT NULL | Aid Category |