MTG_EVNT_TYP_VW(SQL View) |
Index Back |
---|---|
Meeting Event Type ViewMTG_EVNT_TYP_VW is a view of the Event Type Table, it has all the event types except for Courses. This is used as a prompt on the Campus Event table. |
SELECT A.CAMPUS_EVENT_TYPE , A.EFFDT , A.EFF_STATUS , A.DESCR FROM PS_EVENT_TYPE_TBL A , PS_INSTALLATION_CC B WHERE A.CAMPUS_EVENT_TYPE <> B.EVENT_TYPE_CRS |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(4) | VARCHAR2(4) NOT NULL | Event Type | |
2 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |