CSE_FAILURE_CHAINS

This setup entity chains the failure, cause, and resolution that are valid combinations defined for a failure set.

Details

  • Schema: FUSION

  • Object owner: CSE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSE_FAILURE_CHAINS_PK

FAILURE_CHAIN_ID

Columns

Name Datatype Length Precision Not-null Comments
FAILURE_CHAIN_ID NUMBER 18 Yes The failure chain identifier. This is the primary key of the entity.
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.
FAILURE_SET_ID NUMBER 18 Yes The failure set for which this chain is established. The foreign key to the failure sets entity.
FAILURE_CODE_ID NUMBER 18 Yes The failure code that participates in the failure chain. Foreign key to condition event codes with the type of failure.
CAUSE_CODE_ID NUMBER 18 Yes The cause code that participates in the failure chain. Foreign key to condition event codes with the type of cause.
RESOLUTION_CODE_ID NUMBER Yes The resolution code that participates in the failure chain. Foreign key to condition event codes with the type of resolution.
ACTIVE_END_DATE TIMESTAMP The date when the applicability is no longer active.
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.

Indexes

Index Uniqueness Tablespace Columns
CSE_FAILURE_CHAINS_N01 Non Unique Default FAILURE_SET_ID
CSE_FAILURE_CHAINS_U01 Unique Default FAILURE_CHAIN_ID