CSO_REPUTATION_LEVEL

This table contains the reputation model configuration for the default and overrides per repository.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_REPUTATION_LEVEL_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.
MAX_VAL NUMBER Max range number for this level.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
REFERENCE_KEY VARCHAR2 100 Yes This is the reference key identifier for this object.
REPUTATION_ID VARCHAR2 32 Yes This is the GUID reference to the reputationconfig object.
REPUTATION_LEVEL NUMBER This is the level number of this object.
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 cso_reputation_config REPUTATION_ID
cso_reputation_level_res cso_reputation_level REPUTATION_LEVEL_ID

Indexes

Index Uniqueness Tablespace Columns
CSO_REPUTATION_LEVEL_N1 Non Unique Default REPUTATION_ID
CSO_REPUTATION_LEVEL_U1 Unique Default RECORD_ID