ZCA_WBOT_RULE_EXECUTION

Table to captures rule execution metadata and log.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_WBOT_RULE_EXECUTION_PK

RULE_EXECUTION_ID

Columns

Name Datatype Length Precision Not-null Comments
RULE_EXECUTION_ID NUMBER 18 Yes Primary Key.
ORIGIN_REFERENCE_ID NUMBER 18 Yes Identifier for the origin (caller) of rule execution.
ORIGIN_REFERENCE_TYPE VARCHAR2 30 Yes Origin type (caller) of rule execution.
EXECUTION_METADATA_JSON CLOB Stores the metadata of the rule that was executed.
EXECUTION_STATE VARCHAR2 30 Yes Indicates the state of the execution.
EXECUTION_START_DATE_TIME TIMESTAMP Start time of the execution.
EXECUTION_END_DATE_TIME TIMESTAMP End time of the execution.
EXECUTION_LOG_JSON CLOB Captures input, output and other details of the execution at this step.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.

Indexes

Index Uniqueness Tablespace Columns
ZCA_WBOT_RULE_EXECUTION_U1 Unique Default RULE_EXECUTION_ID