CSO_OCE_USRGRP_CHANNELS

This table stores the mapping between user group and Content Management channel.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_OCE_USRGRP_CHANNELS_PK

USRGRP_CHANNEL_ID

Columns

Name Datatype Length Precision Not-null Comments
USRGRP_CHANNEL_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
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.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
DEPARTMENT VARCHAR2 100 This is the department reference key.
USER_GROUP VARCHAR2 100 Yes This is the reference key of user group.
CHANNEL_NAME VARCHAR2 256 Yes This is the Content Management channel name.
CHANNEL_ID VARCHAR2 256 Yes This is the Content Management channel Id.
CHANNEL_TOKEN VARCHAR2 256 This is the Content Management channel token.
SITE_CHANNEL VARCHAR2 1 Yes Flag indicates if it is a site channel.

Indexes

Index Uniqueness Tablespace Columns
CSO_OCE_USRGRP_CHANNELS_PK Unique Default USRGRP_CHANNEL_ID
CSO_OCE_USRGRP_CHANNELS_U1 Unique Default USER_GROUP