CSO_OCE_ASSET_USRGRPS

This table to store the Content Management asset and user group mapping.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_OCE_ASSET_USRGRP_PK

ASSET_USRGRP_ID

Columns

Name Datatype Length Precision Not-null Comments
ASSET_USRGRP_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.
ASSET_ID VARCHAR2 256 Yes This attribute holds Content Management asset Id.
ASSET_NAME VARCHAR2 256 Yes This attribute holds the value of Content Management asset file name.
USER_GROUP VARCHAR2 100 Yes This is the reference key of the user group.
PUBLISHED VARCHAR2 1 Asset publishing status, Y, N or F based on Content Management publish/unpublish status.

Indexes

Index Uniqueness Tablespace Columns
CSO_OCE_ASSET_USRGRPS_N1 Non Unique Default PUBLISHED
CSO_OCE_ASSET_USRGRPS_PK Unique Default ASSET_USRGRP_ID
CSO_OCE_ASSET_USRGRPS_U1 Unique Default ASSET_ID, USER_GROUP