CSE_TRACKED_OBJECT_REFS

Entity to capture the association of the asset with the related tracked objects

Details

  • Schema: FUSION

  • Object owner: CSE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSE_ASSET_TRACKED_OBJ_REFS_PK

TRACKED_OBJECT_REF_ID

Columns

Name Datatype Length Precision Not-null Comments
TRACKED_OBJECT_REF_ID NUMBER 18 Yes Unique identifier and Primary Key. System Generated using the Fusion Global Unique ID generator
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 Identifier for the asset object.
TRANSACTION_ID NUMBER 18 Yes Identifier of the transaction. Foreign key to the asset transaction entity.
GEN_OBJECT_ID NUMBER 18 Genealogy Object Identifier. Foreign key column to the genealogy object.
TRACKED_OBJECT_CODE VARCHAR2 30 Yes Identifier of the tracked object.
PK_VALUE1 VARCHAR2 240 Primary key value 1 of the data source.
UK_VALUE1 VARCHAR2 240 User Key Value 1 of the data source.
PK_VALUE2 VARCHAR2 240 Primary key value 2 of the data source.
UK_VALUE2 VARCHAR2 240 User Key Value 2 of the data source.
PK_VALUE3 VARCHAR2 240 Primary key value 3 of the data source.
UK_VALUE3 VARCHAR2 240 User Key Value 3 of the data source.
PK_VALUE4 VARCHAR2 240 Primary key value 4 of the data source.
UK_VALUE4 VARCHAR2 240 User Key Value 4 of the data source.
PK_VALUE5 VARCHAR2 240 Primary key value 5 of the data source.
UK_VALUE5 VARCHAR2 240 User Key Value 5 of the data source.
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_ASSET_TRACKED_OBJ_REFS_U1 Unique Default TRACKED_OBJECT_REF_ID
CSE_TRACKED_OBJECT_REFS_N01 Non Unique Default TRACKED_OBJECT_CODE, ASSET_ID