QP_MATRIX_INHERITED_DIMENSIONS

This Dynamic Matrix table defines the inheritance of Dynamic Matrix Dimension to Dynamic Matrix.

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

QP_MATRIX_INHERITED_DIMN_PK

MATRIX_INHERITED_DIMNS_ID

Columns

Name Datatype Length Precision Not-null Comments
MATRIX_INHERITED_DIMNS_ID NUMBER 18 Yes Primary Key of the table qp_matrix_inherited_dimensions and it's a unique number.
MATRIX_INHERITED_DIMNS_GUID VARCHAR2 64 Yes This is a unique identifier generated for the matrix inherited dimensions(GUID)
DYNAMIC_MATRIX_ID NUMBER 18 Yes Primary Key of the table qp_matrices and it's a unique number.
DYNAMIC_MATRIX_DIMENSION_ID NUMBER 18 Yes Primary Key of the table qp_matrix_dimensions_b and it's a unique number.
MAP_TO_RULE_COL_NUM NUMBER 9 Column in Matrix Rule to be mapped to for Dimension value.
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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Foreign Keys

Table Foreign Table Foreign Key Column
QP_MATRIX_INHERITED_DIMENSIONS qp_matrix_dimensions_b DYNAMIC_MATRIX_DIMENSION_ID
QP_MATRIX_INHERITED_DIMENSIONS qp_matrices DYNAMIC_MATRIX_ID

Indexes

Index Uniqueness Tablespace Columns
QP_MATRIX_INHERITED_DIMN_FK1 Non Unique FUSION_TS_TX_IDX DYNAMIC_MATRIX_DIMENSION_ID
QP_MATRIX_INHERITED_DIMN_PK Unique FUSION_TS_TX_IDX MATRIX_INHERITED_DIMNS_ID
QP_MATRIX_INHERITED_DIMN_U1 Unique FUSION_TS_TX_IDX DYNAMIC_MATRIX_ID, DYNAMIC_MATRIX_DIMENSION_ID
QP_MATRIX_INHERITED_DIMN_U2 Unique FUSION_TS_TX_IDX MATRIX_INHERITED_DIMNS_GUID