CSO_SCH_ALIAS

This table stores a key-value pair of an alias.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SCH_ALIAS_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
ALIAS_LIST_ID VARCHAR2 32 This is the ID of the alias list the alias belongs to
ALIASES_ORDER NUMBER The order of the alias in the alias list.
KEY_ID VARCHAR2 32 Yes This is the key of the alias for this record.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
VALUE_ID VARCHAR2 32 Yes This is the value of the alias for this record.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_SCH_ALIAS cso_sch_alias_list ALIAS_LIST_ID

Indexes

Index Uniqueness Columns
CSO_SCH_ALIAS_U1 Unique RECORD_ID