EVENT_TYPE_TBL(SQL Table) |
Index Back |
---|---|
Event Type TableEVENT_TYPE_TBL is used to identify the types of on-campus and off-campus events that will be recorded in the events management module. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CAMPUS_EVENT_TYPE | Character(4) | VARCHAR2(4) NOT NULL | Event Type |
2 | EFFDT | 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 |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: EVENT_TYPE_TBL.DESCR |
6 | COMMENTS | Long Character | CLOB | Comment |