SSR_AM_DIS_VW(SQL View) |
Index Back |
---|---|
Course Details - Discussion VW |
SELECT XREF.CRSE_ID , XREF.STRM , XREF.CRSE_OFFER_NBR , XREF.SESSION_CODE , XREF.ASSOCIATED_CLASS , XREF.SSR_ACTIVITY_ID , XLAT.XLATLONGNAME , CLASS.CLASS_NBR , CLASS.SSR_COMPONENT FROM PS_SSR_ACT_XREF XREF , PS_CLASS_TBL CLASS , PSXLATITEM XLAT WHERE XREF.CRSE_ID = CLASS.CRSE_ID AND XREF.CRSE_OFFER_NBR = CLASS.CRSE_OFFER_NBR AND XREF.STRM = CLASS.STRM AND XREF.SESSION_CODE = CLASS.SESSION_CODE AND XREF.CLASS_SECTION = CLASS.CLASS_SECTION AND CLASS.CLASS_TYPE <> 'E' AND XLAT.FIELDNAME = 'SESSION_CODE' AND XLAT.FIELDVALUE = XREF.SESSION_CODE AND XREF.SSR_AC_CONTENT_TP = '2000' AND %EffdtCheck(PSXLATITEM XLAT_ED, XLAT, %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CRSE_ID | Character(6) | VARCHAR2(6) NOT NULL | Course ID |
2 | STRM | Character(4) | VARCHAR2(4) NOT NULL | Term |
3 | CRSE_OFFER_NBR | Number(2,0) | SMALLINT NOT NULL | Course Offering Nbr |
4 | SESSION_CODE | Character(3) | VARCHAR2(3) NOT NULL |
Session
1=Regular Academic Session 10W=10 Week 12W=Twelve Week 4W1=Four Week - First 4W2=Four Week - Second 4W3=Four Week - Third 4W4=Four Week - Fourth 6W1=Six Week - First 6W2=Six Week - Second 8W1=Eight Week - First 8W2=Eight Week - Second A11=Medical Period 1, 4 Weeks A12=Medical Period 1, 8 Weeks A13=Medical Pd 1, 12 Weeks A21=Medical Period 2, 4 Weeks A22=Medical Period 2, 8 Weeks A23=Medical Period 2, 12 Week FYR=Full Year MIN=Mini Session OEE=Open Entry/Open Exit SM1=Semester 1 SM2=Semester 2 |
5 | ASSOCIATED_CLASS | Number(4,0) | SMALLINT NOT NULL | Associated Class |
6 | SSR_ACTIVITY_ID | Character(11) | VARCHAR2(11) NOT NULL | Academic Activity ID |
7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
8 | CLASS_NBR | Number(5,0) | INTEGER NOT NULL | Class Nbr |
9 | SSR_COMPONENT | Character(3) | VARCHAR2(3) NOT NULL |
Course Component.
CLN=Clinical CON=Continuance DIS=Discussion FLD=Field Studies IND=Independent Study LAB=Laboratory LEC=Lecture PRA=Practicum RSC=Research SEM=Seminar SUP=Supervision THE=Thesis Research TUT=Tutorial |