EOEN_REGISTRY(SQL Table) |
Index Back |
---|---|
Event Manager RegistryEvent Manager Registry. Used to register application classes to Event Manager Events. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EOEN_EVENT_NAME | Character(30) | VARCHAR2(30) NOT NULL | EOEN Event Manager - Event Name (corresponds to Event Handler app class names in EOEN_EVENT_MANAGER:Events |
2 | SEQNUM | Number(3,0) | SMALLINT NOT NULL | Sequence Number |
3 | PACKAGEROOT | Character(30) | VARCHAR2(30) NOT NULL |
Root Package ID
Prompt Table: EOEN_PKG_VW |
4 | APPCLASS_PATH | Character(254) | VARCHAR2(254) NOT NULL |
Application Class Full Path
Prompt Table: EOEN_H_DEF_VW |
5 | EOEN_APP_CLASS | Character(100) | VARCHAR2(100) NOT NULL | Implementation App Class |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
7 | EOEN_HANDLR_MODE | Character(1) | VARCHAR2(1) NOT NULL |
EOEN Event Manager - Identifies an Event Handler as being either Synchronous or Asynchronou
A=Asynchronous S=Synchronous Default Value: A |
8 | EOEN_HANDLR_LOG | Character(1) | VARCHAR2(1) NOT NULL |
EOEN Event Monitor - indicates the type of logging (if any) that should be performed for an Event Handler
E=Errors Only N=None Y=All Executions Default Value: N |
9 | EOEN_SOURCE_IND | Character(1) | VARCHAR2(1) NOT NULL |
EOEN Event Manager - This field is used on the Event Registry to denote whether the registered code should be invoked for Local Events, Remote Events or Both
B=Local & Remote L=Local Only R=Remote Only Default Value: L |
10 | EOEN_EVENT_STAT | Character(1) | VARCHAR2(1) NOT NULL |
EOEN Event Manager - indicates whether the Event Type is active or inactive
A=Active I=Inactive Default Value: A |
11 | SYSTEM_DATA_FLG | Character(1) | VARCHAR2(1) NOT NULL |
System Data
Y/N Table Edit Default Value: N |
12 | EOEN_TRACE_FLG | Character(1) | VARCHAR2(1) NOT NULL |
EOEN Event Manager - Flag indicating whether or not Event Handlers should produce trace/debug information. This info is included in the Handler execution log, and displayed in the Event Monitor
Y/N Table Edit Default Value: N |