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. | |
ENTITY_APPRV_STATUS_CODE | VARCHAR2 | 30 | Approval status of a matrix inherited dimension. Values are ORA_QP_DRAFT, ORA_QP_PENDING_APPROVAL, ORA_APPROVED, or ORA_REJECTED. Values come from the ORA_QP_ENTITY_APPROVAL_STATUS. An empty value or NULL means Approved. | ||
DELETED_FLAG | VARCHAR2 | 1 | Contains Y or N. Y: Record is marked for deletion and will be deleted upon approval. N: Not marked for deletion. An empty value or NULL means N. | ||
CHANGE_TYPE_CODE | VARCHAR2 | 30 | Type of change made to the entity. Valid values include ORA_QP_NEW, ORA_QP_CHANGED, and ORA_QP_DELETED. |
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 |