MOT_TERR_METRICS_B

This table is used to store the setup for Territory Metrics.

Details

  • Schema: FUSION

  • Object owner: MOT

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MOT_TERR_METRICS_B_PK

TERR_METRIC_ID

Columns

Name Datatype Length Precision Not-null Comments
TERR_METRIC_ID NUMBER 18 Yes Primary key.
FORECAST_TRENDING_FLAG VARCHAR2 1 FORECAST_TRENDING_FLAG
ACTIVE_FLAG VARCHAR2 1 Yes Flag to indicate whether the metrics is active or inactive.
PARTITION_ID NUMBER 18 Yes Identifier of the dimension partition.
METRICS_CODE VARCHAR2 80 Yes Code for the metrics.
ACTIVATION_REQUEST VARCHAR2 30 Activation request to disable or enable the metrics.
CALCULATED_FLAG VARCHAR2 1 Identify if a metric is calculated based on other metrics. If so, formula definition is required
FORMULA_DEFINITION VARCHAR2 1000 Formula to use in defining a calculated metrics in Essbase outline
DRILL_REPORT_PATH VARCHAR2 256 Full path of drill report
ENABLED_FLAG VARCHAR2 1 Yes Identify if a metric is available in Runtime UI
VO_ATTR_NAME VARCHAR2 256 View object attribute for storing metrics value
METRICS_DATA_SOURCE VARCHAR2 30 Identify the source of the metrics
METRICS_QUERY_HANDLER VARCHAR2 256 The query handler java implementation class full name. This java class implement the MetricQueryHandler interface that knows how to query up the value for this metrics.
METRICS_DRILL_HANDLER VARCHAR2 256 The drill handler java implementation class full name. This java class implements the MetricDrillHandler interface that knows how to construct the filter xml string for this metric drill through report.
BI_FACT_NAME VARCHAR2 80 Identify name of the facts in OBI
BI_FACT_ATTR_NAME VARCHAR2 80 Identify name of the fact attribute in OBI
INTERNAL_FLAG VARCHAR2 1 Identify if a metric is internal and should not be exposed to the UI
CUMULATIVE_FLAG VARCHAR2 1 Indentify if a metric should be aggregated with time balancing
CUMULATIVE_HISTORY_REQUIRED VARCHAR2 1 Identify if the metric requires to store historical metrics values in the essbase.
ASSOCIATED_TIME_ENTITY VARCHAR2 256 Identify the time entity name in OBI associated to the metrics for time filtering.
ASSOCIATED_TIME_ENTITY_ATTRS VARCHAR2 256 Identify a list of attribute names of the time entity
TERR_METRIC_SUBJECT_AREA_ID NUMBER 18 Identify the dimension group that the metric is used
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.
CONFLICT_ID NUMBER 18 Yes Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server).
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
MOT_TERR_METRICS_B mot_terr_dim_partitions PARTITION_ID
MOT_TERR_METRICS_B mot_terr_metric_subject_areas TERR_METRIC_SUBJECT_AREA_ID
mot_terr_metrics_tl mot_terr_metrics_b TERR_METRIC_ID

Indexes

Index Uniqueness Tablespace Columns
MOT_TERR_METRICS_B_PK Unique Default TERR_METRIC_ID, ORA_SEED_SET1
MOT_TERR_METRICS_B_PK1 Unique Default TERR_METRIC_ID, ORA_SEED_SET2
MOT_TERR_METRICS_B_U1 Unique Default PARTITION_ID, METRICS_CODE, ORA_SEED_SET1
MOT_TERR_METRICS_B_U11 Unique Default PARTITION_ID, METRICS_CODE, ORA_SEED_SET2