CSO_CONTENT_TEXT_ACCESS
This table contains a relationship between content_text and access_id.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: cso_content_text_access
Primary Key
| Name | Columns |
|---|---|
|
CSO_CONTENT_TEXT_ACCESS_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| RECORD_ID | VARCHAR2 | 32 | Yes | This is the primary key of the table. |
| CONTENT_TEXT_ID | VARCHAR2 | 32 | Yes | This is the ID of content text from cso_content_text table. |
| ACCESS_ID | VARCHAR2 | 256 | Yes | This holds the external security attribute value. |
| ACCESS_FIELD_TYPE | NUMBER | This represents the Access type such as Access Group, User Group, etc. | ||
| DATE_ADDED | TIMESTAMP | Yes | This is the date that record is added to the repository. | |
| DATE_MODIFIED | TIMESTAMP | Yes | This is the date that record was modified. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CSO_CONTENT_TEXT_ACCESS_PK | Unique | Default | RECORD_ID |
| CSO_CONTENT_TEXT_ACCESS_U1 | Unique | Default | CONTENT_TEXT_ID, ACCESS_ID, ACCESS_FIELD_TYPE |