Stores Event Classes Name and Description
Module:
ENTITY_CODE, EVENT_CLASS_CODE, LANGUAGE, APPLICATION_ID
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
APPLICATION_ID | NUMBER | 38 | 0 | True | Functional area within a software suite of products. | ||
EVENT_CLASS_CODE | VARCHAR2 | 32 | True | Unique abbreviated name assigned to an event class. | |||
ENTITY_CODE | VARCHAR2 | 32 | True | Unique abbreviated name assigned to an entity. | |||
LANGUAGE | VARCHAR2 | 16 | True | Indicates the code of the language into which the contents of the translatable columns are translated. | |||
SOURCE_RECORD_ID | VARCHAR2 | 128 | Source Record Identifier . It is a unique combination of EVENT_CLASS_CODE, ENTITY_CODE, LANGUAGE | ||||
EVENT_CLASS_NAME | VARCHAR2 | 128 | Categorization of events within an application, such as Purchasing or Payables. For example, Purchasing event classes include Requisition, Purchase Order and Agreement, and Release. | ||||
EVENT_CLASS_DESCRIPTION | VARCHAR2 | 256 | Additional information associated with the categorization of events within an application, such as Purchasing or Payables. For example, Purchasing event classes include Requisition, Purchase Order and Agreement, and Release. |