STDNT_CARTRM_VW(SQL View) |
Index Back |
---|---|
Student Career Term Table ViewThis view select all terms that a student is eligible to enroll in. It is used as the prompt table for Term in the Enrollment Request panel group. |
select a.emplid, a.acad_career, a.institution, a.strm, b.descrshort, a.elig_to_enroll, a.withdraw_code, a.stdnt_car_nbr from PS_STDNT_CAR_TERM a, ps_term_tbl b where a.institution = b.institution and a.acad_career = b.acad_career and a.strm = b.strm and (a.elig_to_enroll = 'Y' or a.withdraw_code = 'WDR') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PEOPLE_SRCH |
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 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
4 | STRM | Character(4) | VARCHAR2(4) NOT NULL |
Term
Prompt Table: TERM_TBL |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
6 | ELIG_TO_ENROLL | Character(1) | VARCHAR2(1) NOT NULL | Eligible to Enroll |
7 | WITHDRAW_CODE | Character(3) | VARCHAR2(3) NOT NULL |
Withdrawal \ Cancel
CAN=Cancelled NWD= WDR=Withdrew |
8 | STDNT_CAR_NBR | Number(3,0) | SMALLINT NOT NULL | Student Career Nbr |