CSO_PUB_SECURITY_TAG

Associative table that relates published content with user groups. This data gets updated when records are published.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_PUB_SECURITY_TAG_PK

PUB_ID, TAG_ID

Columns

Name Datatype Length Not-null Comments
PUB_ID VARCHAR2 32 Yes This is the GUID reference to CONTENT_TEXTPUB records.
TAG_ID VARCHAR2 32 Yes This is the Reference to Tag table, containing either a category, user group.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_PUB_SECURITY_TAG cso_tag TAG_ID
CSO_PUB_SECURITY_TAG cso_content_text_pub PUB_ID

Indexes

Index Uniqueness Columns
CSO_PUB_SECURITY_TAG_U1 Unique PUB_ID, TAG_ID
CSO_PUB_SECURITY_TAG_N2 Non Unique TAG_ID