| EVENTS_TBL(SQL Table) | Index Back | 
|---|---|
| SJE EventsSchedule and Events record for integration with Contracts. | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Schedule for integration with Contracts. | |
| 3 | Number(3,0) | SMALLINT NOT NULL | Identifies a user-defined event on a schedule for automatically creating standard and recurring journal entries.  Event Occurrence is a number associated with a date for creation of the journal. Default Value: 1 | |
| 4 | EVENT_DT | Date(10) | DATE NOT NULL | The date upon which an accounting event is scheduled to be processed and converted into corresponding accounting | 
| 5 | TIME_HH | Number(2,0) | SMALLINT NOT NULL | Time - Hour | 
| 6 | TIME_MM | Number(2,0) | SMALLINT NOT NULL | Time - Minute | 
| 7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |