CSO_CHANNEL_NEWSLETTER

Associative table relating content channels to newsletter definitions. This is used to create subscriptions to content channel information.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_CHANNEL_NEWSLETTER_PK

CONTENT_CHANNEL_ID, NEWSLETTER_ID

Columns

Name Datatype Length Not-null Comments
CONTENT_CHANNEL_ID VARCHAR2 32 Yes This is the Reference to content channel definition.
NEWSLETTER_ID VARCHAR2 32 Yes This is the Reference to newsletter definition.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_CHANNEL_NEWSLETTER cso_channel CONTENT_CHANNEL_ID
CSO_CHANNEL_NEWSLETTER cso_newsletter NEWSLETTER_ID

Indexes

Index Uniqueness Columns
CSO_CHANNEL_NEWSLETTER_U1 Unique CONTENT_CHANNEL_ID, NEWSLETTER_ID
CSO_CHANNEL_NEWSLETTER_N1 Non Unique NEWSLETTER_ID