HCR_EM_REG_EVNT(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 | HCR_EM_EVENT_NAME | Character(30) | VARCHAR2(30) NOT NULL | HCM Event Manager - Event Name (corresponds to Event Handler app class names in HCR_EVENT_MANAGER:Events). |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | PACKAGEROOT | Character(30) | VARCHAR2(30) NOT NULL |
Root Package ID
Prompt Table: HCR_EM_PKG_VW |
4 | APPCLASS_PATH | Character(254) | VARCHAR2(254) NOT NULL |
Application Class Full Path
Prompt Table: HCR_EM_E_DEF_VW |
5 | HCR_EM_APP_CLASS | Character(100) | VARCHAR2(100) NOT NULL | Implementation App Class |
6 | OBJECTOWNERID | Character(4) | VARCHAR2(4) NOT NULL | Object owner identifier |
7 | HCR_EM_EVENT_STAT | Character(1) | VARCHAR2(1) NOT NULL |
HCR Event Manager - indicates whether the Event Type is active or inactive.
A=Active I=Inactive Default Value: A |
8 | HCR_EM_MULTICHN_SW | Character(1) | VARCHAR2(1) NOT NULL |
HCM Event Manager - this field is used to determine whether the event is assigned to a dedicated, or is randomly assigned to a channel at runtime. An event can use the "MultiChannel" mode, in which the system assigns each event to a random channel at the time that the event is raised. Assigning an Event to a dedicated channel causes all events of that type to be single-threaded.
Y/N Table Edit Default Value: N |
9 | HCR_EM_LOG_FLG | Character(1) | VARCHAR2(1) NOT NULL |
HCR Event Manager - Flag used to indicate whether the event should be included in Audit processing.
Y/N Table Edit Default Value: N |
10 | SYSTEM_DATA_FLG | Character(1) | VARCHAR2(1) NOT NULL |
This Y/ N field is used to identify which rows in a table are considered SYSTEM DATA.
Y/N Table Edit Default Value: N |
11 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL |
Record (Table) Name (see PSRECDEFN).
Prompt Table: PSRECDEFN |
12 | DESCRLONG | Long Character | CLOB NOT NULL | Long Description |