QP_MATRIX_DIMENSIONS_B

This table contains the definition of each Dynamic Matrix Dimension.

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

QP_MATRIX_DIMENSIONS_B_PK

DYNAMIC_MATRIX_DIMENSION_ID

Columns

Name Datatype Length Precision Not-null Comments
DYNAMIC_MATRIX_DIMENSION_ID NUMBER 18 Yes Primary Key of the table qp_matrix_dimensions_b and it's a unique number.
DYN_MATRIX_DIMENSION_GUID VARCHAR2 64 Yes This is a unique identifier generated for the matrix class dimensions
DYNAMIC_MATRIX_CLASS_ID NUMBER 18 Yes Primary Key of the table qp_matrix_classes_b and it's a unique number.
DIMENSION_TYPE VARCHAR2 50 Yes Type of Dimension, conditional dimension or result dimension
DATA_TYPE_CODE VARCHAR2 30 Yes Data type of Domain Value (string, number, date etc..)
DOMAIN_TYPE_CODE VARCHAR2 30 Yes Type of Domain, for the attributes.
FILTER_BY_ATTR1_CODE VARCHAR2 80 Column to store the first Attribute Code in the Entity used to filter Data Set. In case of UDA, this will be AttributeGroupCode.
FILTER_BY_ATTR2_CODE VARCHAR2 80 Column to store the second Attribute Code in the Entity used to filter Data Set. In case of UDA, this will be AttributeCode.
FILTER_BY_ATTR1_VALUE VARCHAR2 80 Column to store the value of the first Attribute Code to compare with. In case of UDA, this will be Attribute Group Name (Item EFF Context Name).
FILTER_BY_ATTR2_VALUE VARCHAR2 80 Column to store the value of the second Attribute Code to compare with. In case of UDA, this will be Attribute Name (Item EFF Segment Name).
DISPLAY_SEQUENCE_NUM NUMBER 9 Yes display sequence number as the dimensions are displayed.
IS_NULLABLE_FLAG VARCHAR2 30 Yes Is the Dimension nullable, Default value for this flag is ???N???.
NULL_AS_WILD_CARD_FLAG VARCHAR2 30 Yes This flag, null as wild card flag indicates if null value can be used as wild card.
DISP_DEFVAL_ADMIN_UI_FLAG VARCHAR2 30 Yes Flag to control display of Default Value in UI, Default ???N???.
DYNAMIC_MATRIX_ID NUMBER 18 Foreign Key, dynamic_matrix_id to the table qp_matrices
SOURCE_CODE_NAME VARCHAR2 100 source code name represents, Dimension Source Name.
DOMAIN_LOOK_UP_CODE VARCHAR2 30 domain lookup code reprsents a type of code for, Domain Code
APP_MODULE_NAME VARCHAR2 240 Qualified Name of the Application Module
APP_CONFIG VARCHAR2 1000 this indicates, Configuration of Application Module.
DOMAIN_VO_NAME VARCHAR2 240 View Object name in the Application Module.
DOMAIN_VO_VC_NAME VARCHAR2 240 View Criteria of View Object being used.
DOMAIN_VO_KEY_ATTR VARCHAR2 100 Key attributes defined for the View Object.
DOMAIN_VO_DISPLAY_ATTR VARCHAR2 100 Display attributes in the View Object defined in the domain.
DEFAULT_VALUE_NUMBER NUMBER Default Value of the specified Domain
DEFAULT_VALUE_TEXT VARCHAR2 100 Default Value of the specified Domain
DEFAULT_VALUE_TIMESTAMP TIMESTAMP Default Value of the specified Domain
DEFAULT_VALUE_DATE DATE Default Value of the specified Domain
DEFAULT_FIXED_VALUE_FLAG VARCHAR2 30 Yes Flag that specifies if the Default value is fixed, Default ???N???
COMPARISON_OPERATOR_CODE VARCHAR2 30 Comparision Operator Code of the Dimension
COMPARE_TO_ENTITY_CODE VARCHAR2 80 Compare to Entity Code for the Dimension
COMPARE_TO_ATTR_CODE VARCHAR2 80 Compare to Attribute Code of the Dimension
REQD_DIMN_FOR_CLASS_EXPR VARCHAR2 240 Required dimension for the class expression.
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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
QP_MATRIX_DIMENSIONS_B qp_matrix_classes_b DYNAMIC_MATRIX_CLASS_ID
QP_MATRIX_DIMENSIONS_B qp_matrices DYNAMIC_MATRIX_ID
qp_matrix_vo_bind_variables qp_matrix_dimensions_b DYNAMIC_MATRIX_DIMENSION_ID
qp_matrix_vo_bind_variables qp_matrix_dimensions_b FILTER_DIMENSION_ID
qp_matrix_dimensions_tl qp_matrix_dimensions_b DYNAMIC_MATRIX_DIMENSION_ID
qp_matrix_domains_b qp_matrix_dimensions_b DYNAMIC_MATRIX_DIMENSION_ID
qp_matrix_inherited_dimensions qp_matrix_dimensions_b DYNAMIC_MATRIX_DIMENSION_ID

Indexes

Index Uniqueness Tablespace Columns
QP_MATRIX_DIMENSIONS_B_FK1 Non Unique FUSION_TS_TX_IDX DYNAMIC_MATRIX_CLASS_ID
QP_MATRIX_DIMENSIONS_B_FK2 Non Unique FUSION_TS_TX_IDX DYNAMIC_MATRIX_ID
QP_MATRIX_DIMENSIONS_B_N1 Non Unique FUSION_TS_TX_IDX SOURCE_CODE_NAME
QP_MATRIX_DIMENSIONS_B_PK Unique FUSION_TS_TX_IDX DYNAMIC_MATRIX_DIMENSION_ID, ORA_SEED_SET1
QP_MATRIX_DIMENSIONS_B_PK1 Unique FUSION_TS_TX_IDX DYNAMIC_MATRIX_DIMENSION_ID, ORA_SEED_SET2
QP_MATRIX_DIMENSIONS_B_U1 Unique FUSION_TS_TX_IDX DYN_MATRIX_DIMENSION_GUID, ORA_SEED_SET1
QP_MATRIX_DIMENSIONS_B_U11 Unique FUSION_TS_TX_IDX DYN_MATRIX_DIMENSION_GUID, ORA_SEED_SET2