ATC_SUBSCR_ACC_ASSET_REL

ATC_SUBSCR_ACC_ASSET_REL stores the relationship between Asset and subscription account

Details

  • Schema: FUSION

  • Object owner: ATC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ATC_SUBSCR_ACC_ASSET_REL_PK

SUBSCR_ACC_ASSET_REL_ID

Columns

Name Datatype Length Precision Not-null Comments
SUBSCR_ACC_ASSET_REL_ID NUMBER 18 Yes Uniquely generated Id for subscription account asset relationship record
SUBSCR_ACC_ASSET_REL_NUMBER VARCHAR2 30 Yes This is a unique user key for the table.
SUBSCR_ACCOUNT_ID NUMBER 18 Yes subscription account associated to the record
ASSET_ID NUMBER 18 Yes Asset associated to the record.A foreign key to the CSE_ASSETS_B table.
RELATIONSHIP_TYPE VARCHAR2 30 Yes Type of the relationship between asset and subscription account
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.
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
ATC_SUBSCR_ACC_ASSET_REL_N1 Non Unique Default SUBSCR_ACCOUNT_ID
ATC_SUBSCR_ACC_ASSET_REL_N2 Non Unique Default ASSET_ID
ATC_SUBSCR_ACC_ASSET_REL_PK Unique Default SUBSCR_ACC_ASSET_REL_ID
ATC_SUBSCR_ACC_ASSET_REL_U1 Unique Default SUBSCR_ACC_ASSET_REL_NUMBER