CSO_FOLDER_LOCALE

This table is used to store the Locale specific name for a folder.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_FOLDER_LOCALE_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
RECORD_ID VARCHAR2 32 Yes Record ID for the record.
FOLDER_ID VARCHAR2 32 Yes This column refers to the FOLDER_ID from CSO_FOLDERS.
LOCALE_ID VARCHAR2 32 Yes Locale ID for the record.
FOLDER_NAME VARCHAR2 256 Yes Locale Specific name for this FOLDER ID record.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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_FOLDER_LOCALE_PK Unique Default RECORD_ID
CSO_FOLDER_LOCALE_U1 Unique Default FOLDER_ID, LOCALE_ID