CSO_PUB_SITE

Associative table that relates published content to either a repository or a view. As new records are published these records are replaced.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_PUB_SITE_PK

PUB_ID, SITE_ID

Columns

Name Datatype Length Not-null Comments
PUB_ID VARCHAR2 32 Yes This is the GUID reference to CONTENT_TEXTPUB records.
SITE_ID VARCHAR2 32 Yes This is the GUID reference to SITE records.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_PUB_SITE cso_site SITE_ID
CSO_PUB_SITE cso_content_text_pub PUB_ID

Indexes

Index Uniqueness Columns
CSO_PUB_SITE_U1 Unique PUB_ID, SITE_ID
CSO_PUB_SITE_UK1 Unique SITE_ID, PUB_ID