XLA_EVENT_CLASS_ORDER
This table contains the event classes processing order for a particular application. The data in this table is generated based on the event model definition.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
APPLICATION_ID | NUMBER | Yes | Functional area within a software suite of products. For example, Financials or Payroll. | ||
ENTITY_CODE | VARCHAR2 | 30 | Yes | Unique abbreviated name assigned to an entity and used for reporting or in reference to an option. | |
EVENT_CLASS_CODE | VARCHAR2 | 30 | Yes | Unique abbreviated name assigned to an event class and used for reporting or in reference to an option. | |
PROCESSING_ORDER | NUMBER | Yes | Processing order of event classes. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
EDITION_NAME | VARCHAR2 | 128 | Yes | Identifier of the currently active event class order. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
XLA_EVENT_CLASS_ORDER_U1 | Unique | FUSION_TS_TX_DATA | APPLICATION_ID, PROCESSING_ORDER, EVENT_CLASS_CODE, EDITION_NAME |