EOEN_HNDL_LOG(SQL Table) |
Index Back |
---|---|
Event Manager - Handler LogEOEN Event Manager - This table contains a row for every registered "Event Handler" that was executed for an event. Rows are only inserted when the "Audit" flag is enabled for that Event Handler |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MSGNODENAME | Character(30) | VARCHAR2(30) NOT NULL | Application Message Node Name. Name of the Application Message Node Definition. (see PSMSGNODEDEFN). |
2 | EOEN_EVENT_ID | Number(10,0) | DECIMAL(10) NOT NULL | EOEN Event Manager - Raw Binary serial number identifying a particular Event that has been raised in the framework |
3 | EOEN_APP_CLASS | Character(100) | VARCHAR2(100) NOT NULL | Implementation App Class |
4 | EOEN_DTTM | DateTime(26) | TIMESTAMP | EOEN Event Manager - Date Time Stamp |
5 | EOEN_EXEC_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
EOEN Event Manager - Registered Code Execution Statu
F=FAIL S=Success |