HCR_EM_HNDL_LOG(SQL Table) |
Index Back |
---|---|
Event Manager - Handler LogHCR 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 | HCR_EM_EVENT_ID | Number(10,0) | DECIMAL(10) NOT NULL | HCR Event Manager - Raw Binary serial number identifying a particular Event that has been raised in the framework. |
3 | HCR_EM_APP_CLASS | Character(100) | VARCHAR2(100) NOT NULL | Implementation App Class |
4 | HCR_EM_DTTM | DateTime(26) | TIMESTAMP | HCR Event Manager - Date Time Stamp. |
5 | HCR_EM_EXEC_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
HCR Event Manager - Registered Code Execution Status
F=FAIL S=Success |