CSE_TRANSACTED_RELATIONSHIPS

Intersection table that relates the asset and the transaction entities.

Details

  • Schema: FUSION

  • Object owner: CSE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSE_TRANSACTED_RLTNS_PK

TRANSACTED_RELATIONSHIP_ID

Columns

Name Datatype Length Precision Not-null Comments
TRANSACTED_RELATIONSHIP_ID NUMBER 18 Yes The primary key of the transacted relationship entity.
TRANSACTION_ID NUMBER 18 Transaction Identifier. Foreign key to cse_transactions.
RELATIONSHIP_ID NUMBER 18 Asset that is transacted as part of this transaction.
EVENT_RAISED_FLAG VARCHAR2 1 Flag indicating whether an asset event was raised or not.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
CSE_TRANSACTED_RLTNS_N01 Non Unique Default RELATIONSHIP_ID, TRANSACTION_ID
CSE_TRANSACTED_RLTNS_U01 Unique Default TRANSACTED_RELATIONSHIP_ID