CN_RS_VALUES_IDX_DETAILS

This table uses to store the attribute values column id details for transaction processing

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

CN_RS_VAL_IDX_DTLS_PK

VALUES_IDX_DETAILS_ID

Columns

Name Datatype Length Not-null Comments
VALUES_IDX_DETAILS_ID NUMBER Yes Primary key
VALUES_IDX_HEADER_ID NUMBER Yes Foreign key to CN_RS_VALUES_IDX_HEADER
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
VALUES_COL_MAP VARCHAR2 30 Values column map
INPUT_SELECTIVITY NUMBER Input selectivity
INPUT_ORDINAL_SELECTIVITY NUMBER Input ordinal selectivity

Foreign Keys

Table Foreign Table Foreign Key Column
CN_RS_VALUES_IDX_DETAILS cn_rs_values_idx_header VALUES_IDX_HEADER_ID

Indexes

Index Uniqueness Columns
CN_RS_VALUES_IDX_DETAILS_N1 Non Unique VALUES_IDX_HEADER_ID
CN_RS_VALUES_IDX_DETAILS_N2 Non Unique VALUES_COL_MAP
CN_RS_VALUES_IDX_DETAILS_U1 Unique VALUES_IDX_DETAILS_ID