AV_CMPS_TBL_VW

(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 A.INSTITUTION , A.CAMPUS , A.EFFDT , A.DESCR FROM PS_CAMPUS_TBL A

# 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 Character(5) VARCHAR2(5) NOT NULL Campus
3 EFFDT Date(10) DATE NOT NULL Effective Date

Default Value: %date

4 DESCR Character(30) VARCHAR2(30) NOT NULL Description