CN_RS_VALUES_IDX_HEADER
This table uses to store attribute values column header for transaction processing
Details
-
Schema: FUSION
-
Object owner: CN
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
CN_RS_VAL_IDX_HDR_PK |
VALUES_IDX_HEADER_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| VALUES_IDX_HEADER_ID | NUMBER | Yes | Primary key | |
| USAGE_ID | NUMBER | Yes | Foreign key to CN_RS_USAGES_ALL_B | |
| 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. | |
| RELATION_PRODUCT | NUMBER | Relation product | ||
| INDEX_NAME | VARCHAR2 | 30 | Index name | |
| BUILD_INDEX_FLAG | VARCHAR2 | 1 | Build index flag | |
| DELETE_FLAG | VARCHAR2 | 1 | Delete flag | |
| ATTR_USG_ID | NUMBER | Holds information about the rule attribute for which the index is being created in real time match mode |
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 | Tablespace | Columns |
|---|---|---|---|
| CN_RS_VALUES_IDX_HEADER_N1 | Non Unique | Default | USAGE_ID, RELATION_PRODUCT |
| CN_RS_VALUES_IDX_HEADER_N2 | Non Unique | Default | INDEX_NAME |
| CN_RS_VALUES_IDX_HEADER_U1 | Unique | Default | VALUES_IDX_HEADER_ID |