CSE_FAILURE_EVENTS

The entity records the failure events that are captured for the asset in the context of a maintenance work order that is executed or manually recorded for the asset directly or from a third party.

Details

  • Schema: FUSION

  • Object owner: CSE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSE_FAILURE_EVENTS_PK

FAILURE_EVENT_ID

Columns

Name Datatype Length Precision Not-null Comments
FAILURE_EVENT_ID NUMBER 18 Yes The failure event identifier. 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.
ASSET_ID NUMBER 18 Yes The asset for which the failure event is logged.
FAILURE_SET_ID NUMBER 18 Yes The failure set used in the failure event capture.
SET_ASSOCIATION_ID NUMBER 18 The reference to the association used in the determination of the failure set for this event.
FAILURE_DATE TIMESTAMP The capture date for the failure event.
TRACKING_OBJECT_TYPE VARCHAR2 30 The object type for which the tracking object key is persisted. The type could be either the work order or asset.
TRACKING_OBJECT_ID NUMBER 18 The tracking object key for which the failure events are captured. This could be the work order identifier when the event it captured in the context of a work order completion or the asset identifier when captured directly from the asset.
FAILURE_FLAG VARCHAR2 1 Indicates that the failure event created is truly a failure. When the event is identified as not a failure, this flag is turned off.
ASSET_DOWN_FLAG VARCHAR2 1 Yes Flag to denote whether the asset is down when this failure is recorded.
AVAILABLE_DATE TIMESTAMP Date and Time failure was resolved and asset was available to use.
SOURCE_SYSTEM_TYPE VARCHAR2 30 Indicates the type of source system (i.e. internal or external) from which data is being imported. Valid values exist in the lookup with lookup type = ORA_CSE_SOURCE_SYSTEM_TYPE.
SOURCE_SYSTEM_ID NUMBER 18 Represents the identifier of the source system. If the source system type = "ORA_INTERNAL" this value equates to the application id. If "ORA_EXTERNAL", then it is the source system as defined in the trading community (TCA) source systems table.
SOURCE_DOC_TYPE_CODE VARCHAR2 30 The source document type code. This is something that is captured to identify the type of document in the source_doc_id column.
SOURCE_DOC_ID VARCHAR2 36 The source document reference from either a third party external system or from an internal system.
REPAIR_COST NUMBER Repair cost captured from the external system for which the failure is recorded.
REPAIR_COST_CURRENCY_CODE VARCHAR2 15 The currency code for the repair cost.
TBF_DAYS NUMBER Time between failure. This is captured as number of days beween the failure events.
TBF_METER_UNITS NUMBER Time between failure. This is captured as number of meter units beween the failure events.
TBF_METER_UNITS_UOM_CODE VARCHAR2 3 The units of measure code for the captured meter units between failures.
WO_COMPLETION_DATE TIMESTAMP The work order completion date for a failure event that is captured from the third party external system.
ATTRIBUTE_CATEGORY VARCHAR2 80 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR16 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR17 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR18 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR19 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR20 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP1 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP2 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP3 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP4 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP5 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
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_EVENTS_N01 Non Unique Default ASSET_ID
CSE_FAILURE_EVENTS_N02 Non Unique Default TRACKING_OBJECT_TYPE, TRACKING_OBJECT_ID
CSE_FAILURE_EVENTS_U01 Unique Default FAILURE_EVENT_ID