DBA Data[Home] [Help] [Dependency Information]


TABLE: QPR.QPR_MEAS_AGGRS

Object Details
Object Name: QPR_MEAS_AGGRS
Object Type: TABLE
Owner: QPR
Subobject Name:
Status: VALID


This table details measure aggregation rules that can override the price plan cube default.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_MEAS_AGGRS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMEAS_AGG_ID
QPR_MEAS_AGGRS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRICE_PLAN_ID
ColumnMEASURE_ID
Columns
Name Datatype Length Mandatory Comments
MEAS_AGG_ID NUMBER
Yes Unique Identifier for cube measure aggregation calculation.
CUBE_DIM_ID NUMBER
Yes Identifies the cube dimension for which aggregation rule applies.
MEASURE_ID NUMBER
Yes Identifies the cube measure for which the aggregation calculation is specified.
PRICE_PLAN_ID NUMBER
Yes Identifies the price plan.
TEMPLATE_FLAG VARCHAR2 (1)
Indicates if the rows belong to plan template. Takes values 'Y'/'N'.
SEEDED_FLAG VARCHAR2 (1)
Indicates if the record is seeded or not. Takes values 'Y'/'N'.
OVERRIDE_FLAG VARCHAR2 (1)
Specifies that the Measure will override the parent cube's default aggregation
AGGMAP_NAME VARCHAR2 (30)
Name of the aggregation map for the measure, which contains a set of rules for distributing data throughout the levels of a dimension hierarchy. Aggmaps can be used either for aggregation or allocation.
AGGMAP_CACHE_STORE VARCHAR2 (10)
Indicates if the aggregated values are cached or not. Takes values 'STORE'/ 'NOSTORE' indicating caching and no caching respectively.
AGGMAP_CACHE_NA VARCHAR2 (5)
Indicates if 'NA' values resulting from aggregation operation are cached or not. Takes values 'NA'/'NONA' indicating caching and nocaching respectively.
DIM_OPCODE VARCHAR2 (30)
Specifies the aggregation operator used to aggregate the measure against the specified cube dimension.
SET_LEVEL_FLAG VARCHAR2 (1)
Identifies if the dimension member expression is to be specified for the dimension or its level. Takes values 'Y'/'N'. If 'Y', then member expression for calculating the measure aggregation specifies Level members for inclusion or exclusion. If 'N' then member expression specifies dimension members.
DIM_EXPRESSION_TYPE VARCHAR2 (30)
Identifies if the dimension members will be included or excluded during the aggregate presummarization.
DIM_EXPRESSION VARCHAR2 (240)
Aggregatio expression to identify the dimension members by value or a set by attribute value or all members, which will either be included or excluded based on the expression type.
WEIGHTED_MEASURE_FLAG VARCHAR2 (1)
Indicates if the aggregation operator specified includes application of weight values in the calculation or not. Takes values 'Y'/'N'. Example, when aggregation operator is Weighted average, this field has 'Y' value.
WEIGHT_MEASURE_NAME VARCHAR2 (30)
Identifies the object/measure that will be used as weight values in calculations involving weighted aggregation operators like Weighted average.
WNAFILL VARCHAR2 (10)
Indicates the value that is used to replace the 'NA' weight values, which is used in weighted aggregation calculation. Takes values between 0.0 to 1.0.
DIVIDE_BY_ZERO_FLAG VARCHAR2 (1)
Indicates if a division by zero is permitted or not in the aggregation calculation. Takes values 'Y'/'N'.If 'Y' then division by zero results in an 'NA' value. If 'N' then it results in an error.
DECIMAL_OVERFLOW_FLAG VARCHAR2 (1)
Indicates if a decimal overflow is permitted or not during aggregation calculations. Takes values 'Y'/ 'N'. If 'Y', then a decimal overflow results in an 'NA' value. If 'N' then a decimal overflow results in an error.
NASKIP_FLAG VARCHAR2 (1)
Indicates if 'NA' values must be considered for aggregation or not. Takes values 'Y'/'N'.
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
PROGRAM_ID NUMBER

Identifies the concurrent program
PROGRAM_LOGIN_ID NUMBER

Identifies the Oracle Applicaitons Consurrent Program Login ID
PROGRAM_APPLICATION_ID NUMBER

Identifies the Oracle Application that spawned the consurrent program
REQUEST_ID NUMBER

Identifies the concurrent request instance that spawned the concurrent program
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT MEAS_AGG_ID
,      CUBE_DIM_ID
,      MEASURE_ID
,      PRICE_PLAN_ID
,      TEMPLATE_FLAG
,      SEEDED_FLAG
,      OVERRIDE_FLAG
,      AGGMAP_NAME
,      AGGMAP_CACHE_STORE
,      AGGMAP_CACHE_NA
,      DIM_OPCODE
,      SET_LEVEL_FLAG
,      DIM_EXPRESSION_TYPE
,      DIM_EXPRESSION
,      WEIGHTED_MEASURE_FLAG
,      WEIGHT_MEASURE_NAME
,      WNAFILL
,      DIVIDE_BY_ZERO_FLAG
,      DECIMAL_OVERFLOW_FLAG
,      NASKIP_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
FROM QPR.QPR_MEAS_AGGRS;

Dependencies

[top of page]

QPR.QPR_MEAS_AGGRS does not reference any database object

QPR.QPR_MEAS_AGGRS is referenced by following:

SchemaAPPS
SynonymQPR_MEAS_AGGRS