CAMPUS_EVE_SRCH(SQL View) |
Index Back |
---|---|
Campus Event Search - CoursesThis Campus Event Table view is used as a search record to retrieve Course events only in the Course Events panelgroup. |
SELECT a.campus_event_nbr , a.institution , a.descr , a.campus_event_type 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 |
2 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | CAMPUS_EVENT_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Event Type
Prompt Table: EVENT_TYPE_TBL |