CSE_FAILURE_SET_ASSOCIATIONS
This entiry makes the failure set elligible for either the item or the item category or asset.
Details
-
Schema: FUSION
-
Object owner: CSE
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CSE_FAILURE_SET_ASSOC_PK |
SET_ASSOCIATION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SET_ASSOCIATION_ID | NUMBER | 18 | Yes | The failure set association 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 that is associated to either the item or asset or item category. The foreign key to the failure sets entity. | |
| OBJECT_TYPE_CODE | VARCHAR2 | 30 | Yes | The type of object key that is referenced in this for applicability. It could be either Item or Asset or Item Category. Valid values are drawn from a system lookup. | |
| OBJECT_ID | NUMBER | 18 | Yes | The object primary key for which the object type is specified. This object is defined as applicable for the failure set. | |
| MASTER_ORGANIZATION_ID | NUMBER | 18 | The master organization of the item that is associated with the failure set. | ||
| CAPTURE_REQUIRED_FLAG | VARCHAR2 | 1 | Yes | Indicates whether capturing failure data is mandatory or not. Enforced at work order completion. | |
| DEFAULT_FLAG | VARCHAR2 | 1 | Yes | This failure set will apply to any asset for which no other failure set specifically applies. | |
| 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_SET_ASSOC_N01 | Non Unique | Default | OBJECT_TYPE_CODE, OBJECT_ID |
| CSE_FAILURE_SET_ASSOC_N02 | Non Unique | Default | FAILURE_SET_ID |
| CSE_FAILURE_SET_ASSOC_U01 | Unique | Default | SET_ASSOCIATION_ID |