CSO_CHANNEL_ASSOC

DEPRECATED: this table is not used any longer. ContentChannels are related through this class. Relating content is used to provide talkback, polling, and rating functionality for content channels.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_CHANNEL_ASSOC_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments Status
DATE_ADDED TIMESTAMP Yes DEPRECATED: The date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes DEPRECATED: The date that the record was modified.
PARENT_ID VARCHAR2 32 Yes This has been deprecated from the schema.
RECORD_ID VARCHAR2 32 Yes DEPRECATED: The primary key of the table.
SUBORDINATE_CONTENT_REF_ID VARCHAR2 32 This has been deprecated from the schema.
SUBORDINATE_ID VARCHAR2 32 Yes This has been deprecated from the schema.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. Obsolete

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_CHANNEL_ASSOC cso_channel PARENT_ID
CSO_CHANNEL_ASSOC cso_channel SUBORDINATE_ID
CSO_CHANNEL_ASSOC cso_content SUBORDINATE_CONTENT_REF_ID

Indexes

Index Uniqueness Tablespace Columns
CSO_CHANNEL_ASSOC_N1 Non Unique Default SUBORDINATE_CONTENT_REF_ID
CSO_CHANNEL_ASSOC_N2 Non Unique Default SUBORDINATE_ID
CSO_CHANNEL_ASSOC_N3 Non Unique Default PARENT_ID
CSO_CHANNEL_ASSOC_U1 Unique Default RECORD_ID