CSO_CONTENT_TEXT_BU

This is an associative table that contains the Business Units assigned to an Article version.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_CONTENT_TEXT_BU_PK

CONTENT_TEXT_ID, BU_ORG_ID

Columns

Name Datatype Length Precision Not-null Comments
CONTENT_TEXT_ID VARCHAR2 32 Yes This is the reference to contenttext table record.
BU_ORG_ID NUMBER 18 Yes This is the reference to Business Unit Org Id assigned to this Article version.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_CONTENT_TEXT_BU cso_content_text CONTENT_TEXT_ID

Indexes

Index Uniqueness Columns
CSO_CONTENT_TEXT_BU_PK Unique CONTENT_TEXT_ID, BU_ORG_ID
CSO_CONTENT_TEXT_BU_N1 Non Unique BU_ORG_ID