EVENT_SRCH(SQL View) |
Index Back |
---|---|
Campus Event SearchCampus Event Search is an extract of CAMPUS_EVENT without CAMPUS_EVENT_TYPE = "CRSE" |
select a.campus_event_nbr, a.campus_event_type, a.institution, a.descr from ps_campus_event a, PS_INSTALLATION_CC b where campus_event_type <> b.event_type_crs |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CAMPUS_EVENT_NBR | Character(9) | VARCHAR2(9) NOT NULL |
Event ID
Default Value: 0 Prompt Table: EVENT_SRCH |
2 | CAMPUS_EVENT_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Event Type
Prompt Table: EVENT_TYPE_TBL |
3 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |