CAMPUS_TBL(SQL Table) |
Index Back |
---|---|
Campus TableA 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. |
# | 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 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: CAMPUS_TBL.DESCR |
7 | LOCATION | Character(10) | VARCHAR2(10) NOT NULL |
Location Code
Prompt Table:
LOCATION_TBL
|
8 | FACILITY_CONFLICT | Character(1) | VARCHAR2(1) NOT NULL |
Status of Facility
Y/N Table Edit Default Value: INSTITUTION_TBL.FACILITY_CONFLICT |