CSO_REPUTATION_LEVEL_RES

This table contains the localized resources for the reputation levels.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_REPUTATION_LEVEL_RES_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments Status
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes Date record was last modified in repository.
ENTITY_DESCRIPTION VARCHAR2 4000 This is a description field for this record.
REPUTATION_LEVEL_ID VARCHAR2 32 Yes This is the GUID reference to the owner record.
LOCALE_ID VARCHAR2 32 Yes This is the GUID reference to the locale record.
NAME VARCHAR2 1000 This is the localized forum name for this 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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. Obsolete

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_REPUTATION_LEVEL_RES cso_reputation_level REPUTATION_LEVEL_ID
CSO_REPUTATION_LEVEL_RES cso_locale LOCALE_ID

Indexes

Index Uniqueness Tablespace Columns
CSO_REPUTATION_LEVEL_RES_N1 Non Unique Default REPUTATION_LEVEL_ID
CSO_REPUTATION_LEVEL_RES_N2 Non Unique Default LOCALE_ID
CSO_REPUTATION_LEVEL_RES_U1 Unique Default RECORD_ID