SSR_REQS_3CS_VW

(SQL View)
Index Back

SELECT A.EMPLID , A.STRM , A.CLASS_NBR , A.ACAD_CAREER , A.INSTITUTION , B.CRSE_ID , B.CRSE_OFFER_NBR , B.CLASS_SECTION , B.CRS_TOPIC_ID , ' ' , B.SUBJECT , B.CATALOG_NBR , B.DESCR , A.CRSE_GRADE_OFF , A.ENRL_DROP_DT , C.TERM_BEGIN_DT , C.DESCR , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , %TextIn(' ') , %TextIn(' ') FROM PS_STDNT_ENRL A , PS_CLASS_TBL B , PS_TERM_TBL C WHERE A.INSTITUTION = B.INSTITUTION AND A.STRM = B.STRM AND A.CLASS_NBR = B.CLASS_NBR AND A.INSTITUTION = C.INSTITUTION AND A.ACAD_CAREER = C.ACAD_CAREER AND A.STRM = C.STRM

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 STRM Character(4) VARCHAR2(4) NOT NULL Term
3 CLASS_NBR Number(5,0) INTEGER NOT NULL Class Nbr
4 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
5 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution
6 CRSE_ID Character(6) VARCHAR2(6) NOT NULL Course ID
7 CRSE_OFFER_NBR Number(2,0) SMALLINT NOT NULL Course Offering Nbr
8 CLASS_SECTION Character(4) VARCHAR2(4) NOT NULL Class Section
9 CRS_TOPIC_ID Number(3,0) SMALLINT NOT NULL Course Topic ID
10 SSR_TOPIC_DESCR Character(30) VARCHAR2(30) NOT NULL Course Topic
11 SUBJECT Character(8) VARCHAR2(8) NOT NULL Subject Area
12 CATALOG_NBR Character(10) VARCHAR2(10) NOT NULL Catalog Nbr
13 DESCR Character(30) VARCHAR2(30) NOT NULL Description
14 CRSE_GRADE_OFF Character(3) VARCHAR2(3) NOT NULL Official Grade
15 ENRL_DROP_DT Date(10) DATE Enrollment Drop Date
16 TERM_BEGIN_DT Date(10) DATE Term Begin Date
17 STRM_DESCR Character(30) VARCHAR2(30) NOT NULL Term Description
18 RQRMNT_GROUP Character(6) VARCHAR2(6) NOT NULL Requirement Group
19 SSR_RQRMNT_GRP_2 Character(6) VARCHAR2(6) NOT NULL This field is used to add a second requirement group value into views and tables when requisites are processed and both possible requirement groups are needed for processing and reporting.
20 SSR_DESCR80_1 Character(80) VARCHAR2(80) NOT NULL This field is used for holding the 80 character description used in the xml file for post enrollment requisite check reports and communications.
21 SSR_DESCR80_2 Character(80) VARCHAR2(80) NOT NULL This field is used for holding the 80 character description used in the xml file for post enrollment requisite check reports and communications.
22 SSR_DESCR254_1 Character(254) VARCHAR2(254) NOT NULL This field is used for holding the 254 character description used in the xml file for post enrollment requisite check reports and communications.
23 SSR_DESCR254_2 Character(254) VARCHAR2(254) NOT NULL This field is used for holding the 254 character description used in the xml file for post enrollment requisite check reports and communications.
24 SSR_DESCRLONG_01 Long Character CLOB SR Descrlong 1
25 SSR_DESCRLONG_02 Long Character CLOB SR Descrlong 2