SVC_CHANNEL_RESOURCES

This table stores channel instance information for resources who use different account(s) for correspondence when using a particular channel instance.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

SVC_CHANNEL_RESOURCES_PK

CHANNEL_RESOURCE_ID

Columns

Name Datatype Length Precision Not-null Comments
CHANNEL_RESOURCE_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
CHANNEL_ID NUMBER 18 Yes One of the columns that makes up the composite alternate key for this table. Also a foreign key that references SVC_CHANNELS (CHANNEL_ID).
PARTY_ID NUMBER 18 Yes One of the columns that makes up the composite alternate key for this table. Also a foreign key that references HZ_PARTIES (PARTY_ID).
ACCOUNT_TOKEN VARCHAR2 400 Yes One of the columns that makes up the composite alternate key for this table. Stores the party's account token to be used for the channel instance.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.
ACCOUNT_CREDENTIALS VARCHAR2 400 Stores the credentials of the party's account token
DELETED_FLAG VARCHAR2 1 Yes Indicates whether this channel resource record is logically deleted (Y or N)

Foreign Keys

Table Foreign Table Foreign Key Column
SVC_CHANNEL_RESOURCES svc_channels_b CHANNEL_ID
SVC_CHANNEL_RESOURCES hz_parties PARTY_ID

Indexes

Index Uniqueness Tablespace Columns
SVC_CHANNEL_RESOURCES_F1 Unique Default CHANNEL_ID, PARTY_ID, ACCOUNT_TOKEN
SVC_CHANNEL_RESOURCES_F2 Non Unique Default PARTY_ID
SVC_CHANNEL_RESOURCES_PK Unique Default CHANNEL_RESOURCE_ID
SVC_CHANNEL_RESOURCES_U1 Unique Default LAST_UPDATE_DATE, CHANNEL_RESOURCE_ID