CSO_DATA_LIST_ITEM_RES

This table contains the localized names of the datalist item records.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_DATA_LIST_ITEM_RES_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
VALUE VARCHAR2 255 Localized display text for the given reference key.
DATA_LIST_ITEM_ID VARCHAR2 32 Yes This is the GUID reference to the associated data list.
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes This is the date that the record was modified.
LOCALE_ID VARCHAR2 32 Yes The locale associated with the current record.
NAME VARCHAR2 1000 This is the User friendly name for the record.
NEEDS_TRANSLATION CHAR 1 Flag indicating whether or not the resource needs translating to other supported locales in the repository.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
SEARCH_STRING VARCHAR2 255 String used as a reference key in the source code to match a resource request with a locale specific resource.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_DATA_LIST_ITEM_RES cso_data_list_item DATA_LIST_ITEM_ID
CSO_DATA_LIST_ITEM_RES cso_locale LOCALE_ID

Indexes

Index Uniqueness Columns
CSO_DATA_LIST_ITEM_RES_U1 Unique RECORD_ID
CSO_DATA_LIST_ITEM_RES_N1 Non Unique DATA_LIST_ITEM_ID, LOCALE_ID
CSO_DATA_LIST_ITEM_RES_N2 Non Unique LOCALE_ID