RD_CAMPUS_VW2

(SQL View)
Index Back

Campus Table

A table of the Campuses that make up an institution. A Campus is an academic / administrative center which may have faculty, programs, students, staff and facilities associated with it. A campus usually has one primary location, but may offer classes or have offices at several locations.

SELECT INSTITUTION , CAMPUS , DESCR , DESCRSHORT FROM PS_CAMPUS_TBL C WHERE %EffdtCheck(CAMPUS_TBL, C, %CurrentDateIn) AND C.EFF_STATUS = 'A'

  • Related Language Record: RD_CAMPUS_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Institution field to store institution information in campus solution system.

    Prompt Table: INSTITUTION_TBL

    2 CAMPUS Character(5) VARCHAR2(5) NOT NULL Campus
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description