CSO_BUSINESS_UNIT

This table is used to store Oracle Knowledge specific details about Business Units.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_BUSINESS_UNIT_PK

RECORD_ID

Columns

Name Datatype Length Precision Not-null Comments
RECORD_ID VARCHAR2 32 Yes The primary key of the table. One pk/row per Business Unit Org Id irrespective of effective dates.
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes This is the date that the record was modified.
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.
BU_ORG_ID NUMBER 18 Yes This is the Reference to Business Unit Org Id.
BIT_NUMBER NUMBER 18 Yes Oracle internal use only. This is the bit representing this Business Unit internally in CSO_CONTENT_TEXT.BU_ORG_IDS_1 and CSO_TAG.BU_ORG_IDS_1.

Indexes

Index Uniqueness Columns
CSO_BUSINESS_UNIT_PK Unique RECORD_ID
CSO_BUSINESS_UNIT_U1 Unique BU_ORG_ID