STDNT_ENRL_G_VW(SQL View) |
Index Back |
---|---|
Enrollment - Grade Roster ViewThis Student Enrollment view is used as the prompt table for the Grade Roster Table EmplID. The Grade Roster Table is normally populated by a batch program but online insert capability is needed to add students who are enrolled to the class after the grade roster batch program is run. |
SELECT A.INSTITUTION , A.STRM , A.CLASS_NBR , A.EMPLID , A.ACAD_CAREER , B.NAME FROM PS_STDNT_ENRL A , PS_SCC_CUR_NAME_VW B WHERE A.EMPLID = B.EMPLID AND A.STDNT_ENRL_STATUS = 'E' |
# | 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 | 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: STDNT_CAREER |
6 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |