CSO_GSR_REQUEST_LOCALE

This is an associative table that contains locales selected by the user for a GFR Request.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_GSR_REQUEST_LOCALE_PK

GSR_REQUEST_ID, LOCALE_ID

Columns

Name Datatype Length Not-null Comments
GSR_REQUEST_ID VARCHAR2 32 Yes This is the GUID for the GFR Request.
LOCALE_ID VARCHAR2 32 Yes This is the GUID for the Locale.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_GSR_REQUEST_LOCALE cso_gsr_request GSR_REQUEST_ID
CSO_GSR_REQUEST_LOCALE cso_locale LOCALE_ID

Indexes

Index Uniqueness Columns
CSO_GSR_REQUEST_LOCALE_U1 Unique GSR_REQUEST_ID, LOCALE_ID
CSO_GSR_REQUEST_LOCALE_N1 Non Unique LOCALE_ID