TERM_TBL_ALT_VW(SQL View) |
Index Back |
---|---|
Term Begin Date ViewThe Term Begin Date view contains term data from the term table with the begin date defined as the primary key in the view. |
select institution ,acad_career ,strm ,term_begin_dt ,descr from PS_TERM_TBL |
# | 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 |
3 | STRM | Character(4) | VARCHAR2(4) NOT NULL |
Term
Prompt Table: TERM_TBL |
4 | REF_TERM_BEGIN_DT | Date(10) | DATE | Term Begin Date |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |