CAMPUSEVNTVWLNG(SQL View) |
Index Back |
---|---|
Campus Event ViewCampus Event View is a view that lists out all the event numbers and their descriptions for a particular institution of interest that is selected on the communication panel. |
SELECT A.Institution , B.Campus_Event_Nbr ,B.LANGUAGE_CD , B.Descr FROM PS_CAMPUS_EVENT A ,PS_CAMPUS_EVNT_LNG B WHERE A.CAMPUS_EVENT_NBR = B.CAMPUS_EVENT_NBR AND A.CAMPUS_EVENT_TYPE <> 'CRSE' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
|
2 | Character(9) | VARCHAR2(9) NOT NULL | Event ID | |
3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |