PricingMatrixClassesdimensions
PricingMatrixClassesdimensions
Columns
| Name | Type | Description |
| PricingMatrixClassesMatrixClassId [KEY] | Long | Value that uniquely identifies the pricing matrix class. |
| MatrixDimensionId [KEY] | Long | Value that uniquely identifies the matrix dimension. |
| MatrixDimensionName | String | Name of the matrix dimension associated with the matrix class. |
| MatrixClassId | Long | Value that uniquely identifies the matrix class for the matrix dimension. |
| SourceCodeName | String | Name of the source code for the matrix dimension. |
| DimensionType | String | Dimension type for a matrix dimension. |
| DataType | String | Type of data for the matrix dimension. A list of accepted values is defined in the lookup type ORA_QP_MTRXR_DIMN_DATA_TYPES. |
| ComparisonOperator | String | Comparison operator for the matrix dimension. A list of accepted values is defined in the lookup type ORA_QP_MTRXR_OPERATORS. |
| CompareToEntity | String | Entity that's used along with the Compare To Attribute for comparison for the matrix dimension evaluation. |
| CompareToAttr | String | Attribute that's used along with the Compare To Entity for comparison during matrix dimension evaluation. |
| DomainType | String | Type of domain for the matrix dimension. A list of accepted values is defined in the lookup type ORA_QP_MTRXR_DIMN_DOMAIN_TYPES. |
| DisplaySequence | Int | Display sequence for the matrix dimension. |
| IsNullable | String | Contains one of the following values. Y: matrix dimension can be null. N: matrix dimension can't be null. This attribute doesn't have a default value. |
| NullInRuleIsWildCard | String | Contains one of the following values. Y: empty value is evaluated as any match. N: empty value isn't evaluated as any match. This attribute doesn't have a default value. |
| IsRequired | String | Contains one of the following values. Y: matrix dimension is required. N: matrix dimension isn't required. This attribute doesn't have a default value. |
| DefaultIsFixedValue | String | Contains one of the following values. Y: default value for the matrix dimension is fixed and can't be changed. N: default value for the matrix dimension isn't fixed and can be changed. This attribute doesn't have a default value. |
| DefaultValueDate | Date | Default date for the matrix dimension. |
| DefaultValueNumber | Decimal | Default number for the matrix dimension. |
| DefaultValueString | String | Default string for the matrix dimension. |
| DefaultValueTimestamp | Datetime | Default timestamp value for the matrix dimension. |
| ShowDefaultValueDimensionInRules | String | Value that indicates whether the dimension with a fixed default value must be displayed in the matrix rules user interface. The default value is N. |
| CreatedBy | String | User who created the record. |
| CreationDate | Datetime | Date and time when the record was created. |
| LastUpdateDate | Datetime | Most recent date and time when the application updated the record. |
| LastUpdatedBy | String | User who most recently updated the record. |
| Finder | String | Finder parameter for querying pricing matrix class dimensions |
| MatrixClassName | String | Matrix class name for finder queries |