STDNT_ENRL_C_VW(SQL View) | 
Index Back | 
|---|---|
Enrollment - Grade Roster ViewThis Student Enrollment view is used as the prompt table for the Academic Career in the Grade Roster Table. A student can be enrolled in a class under more than Academic Careers for credit purposes. This view restricts Academic Career to those that are valid for a given student. | 
| select institution, strm, class_nbr, emplid, acad_career from PS_STDNT_ENRL | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | 
Academic Institution
 Prompt Table: INSTITUTION_TBL  | 
|
| 2 | Character(4) | VARCHAR2(4) NOT NULL | 
Term
 Prompt Table: TERM_TBL  | 
|
| 3 | Number(5,0) | INTEGER NOT NULL | Class Nbr | |
| 4 | Character(11) | VARCHAR2(11) NOT NULL | 
Employee ID
 Prompt Table: PEOPLE_SRCH  | 
|
| 5 | 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: STDNT_CAREER  |