CSO_SCH_INT_HIERND_RES_HI

This table stores the history of localized values of the nodes in the Intent Hierarchy (currently not used)

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SCH_INT_HIERND_RES_HI_PK

RECORD_ID, ROW_START

Columns

Name Datatype Length Not-null Comments
DATE_ADDED TIMESTAMP Yes This is the datetime when the record was added.
DATE_MODIFIED TIMESTAMP Yes This is the datetime when the record was last modified.
DESCRIPTION VARCHAR2 4000 This is the description of the config object.
LOCALE_ID VARCHAR2 32 Yes Locale ID, a foreign key reference to RECORD_ID in CSO_LOCALE table (e.g. en_US)
NAME VARCHAR2 255 This is the Localized name of the config object.
NEEDS_TRANSLATION VARCHAR2 255 This column is not currently being used and may go away.
RECORD_ID VARCHAR2 32 Yes Record ID, forming compound primary key with ROW_START
RESOURCE_ID VARCHAR2 32 Yes This is the resource ID of this record.
ROW_END TIMESTAMP This is the dateime when a specific version of the config object was modified (NULL indicates this version has not been modified and is currently active)
ROW_START TIMESTAMP Yes This is the datetime when a specific version of the config object was added.

Indexes

Index Uniqueness Columns
CSO_SCH_INT_HIERND_RES_HI_U1 Unique RECORD_ID, ROW_START