CSO_OCE_DEPT_REPOS

This table stores the mapping between Knowledge department and Content Management repository.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_OCE_DEPT_REPOS_PK

DEPT_REPO_ID

Columns

Name Datatype Length Precision Not-null Comments
DEPT_REPO_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 Yes This is the department reference key.
REPOSITORY_NAME VARCHAR2 256 This is the Content Management repository name.
REPOSITORY_ID VARCHAR2 256 This is the Content Management repository Id.
SYNC_COMPLETED VARCHAR2 1 Flag indicates the status of the Content Management repository creation.
LOCALIZATION_POLICY_ID VARCHAR2 256 This attribute stores the localization policy Id.
SYNC_START_TIME TIMESTAMP This attribute indicates the start time of sync operation.
SYNC_END_TIME TIMESTAMP This attribute indicates the end time of sync operation.
SYNC_LOCK VARCHAR2 20 This attribute is used to synchronize the sync operation.
SCHEDULED_ESS_REQUEST_ID NUMBER 18 This is the ess_request_id reference key.

Foreign Keys

Table Foreign Table Foreign Key Column
cso_oce_sync_history cso_oce_dept_repos DEPT_REPO_ID

Indexes

Index Uniqueness Tablespace Columns
CSO_OCE_DEPT_REPOS_PK Unique Default DEPT_REPO_ID
CSO_OCE_DEPT_REPOS_U1 Unique Default DEPARTMENT
CSO_OCE_DEPT_REPOS_U2 Unique Default SCHEDULED_ESS_REQUEST_ID