CAMPUSEVNTVWLNG

(SQL View)
Index Back

Campus Event View

Campus 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'

  • Related Language Record for CAMPUS_EVENT_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution

    Default Value: OPR_DEF_TBL_CS.INSTITUTION

    Prompt Table: INSTITUTION_TBL

    2 CAMPUS_EVENT_NBR Character(9) VARCHAR2(9) NOT NULL Event ID
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description