CSO_CHANNEL_REQ_TAG

This is an associative table that contains the required categories for a channel.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_CHANNEL_REQ_TAG_PK

CONTENT_CHANNEL_ID, TAG_ID

Columns

Name Datatype Length Not-null Comments
CONTENT_CHANNEL_ID VARCHAR2 32 Yes This is the GUID for the content channel.
TAG_ID VARCHAR2 32 Yes This is the GUID for the tag of this record.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_CHANNEL_REQ_TAG cso_tag TAG_ID
CSO_CHANNEL_REQ_TAG cso_channel CONTENT_CHANNEL_ID

Indexes

Index Uniqueness Columns
CSO_CHANNEL_REQ_TAG_U1 Unique CONTENT_CHANNEL_ID, TAG_ID
CSO_CHANNEL_REQ_TAG_N1 Non Unique TAG_ID