STRM_AP_GRAD_VW(SQL View) |
Index Back |
---|---|
Apply for Graduation Term ViewThis view only shows the valid terms for a specific student to apply for graduation. |
SELECT A.INSTITUTION , A.ACAD_CAREER , A.ACAD_CALENDAR_ID , A.STRM , B.DESCR , A.GRAD_APPLY_ST_DT , A.GRAD_APPLY_END_DT FROM PS_ACAD_CALTRM_TBL A , PS_TERM_TBL B WHERE A.GRAD_APPLY_ST_DT <= %CurrentDateIn AND A.GRAD_APPLY_END_DT >= %CurrentDateIn AND A.INSTITUTION = B.INSTITUTION AND A.ACAD_CAREER = B.ACAD_CAREER AND A.STRM = B.STRM |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic 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 Prompt Table: ACAD_CAL_TABLE |
3 | ACAD_CALENDAR_ID | Character(4) | VARCHAR2(4) NOT NULL |
Academic Calendar
Prompt Table: ACAD_CAL_TABLE |
4 | STRM | Character(4) | VARCHAR2(4) NOT NULL | Term |
5 | TERM_DESCR30 | Character(30) | VARCHAR2(30) NOT NULL | Term |
6 | GRAD_APPLY_ST_DT | Date(10) | DATE | Apply For Graduation Start Dt |
7 | GRAD_APPLY_END_DT | Date(10) | DATE | Apply for Graduation End Dt |