Search Results indicator_id
Overview
APPS.BISBV_PERFORMANCE_MEASURES is a Business Intelligence System (BIS) reporting view in Oracle E-Business Suite that presents the master catalog of performance measures (indicators) tracked within the Oracle Balanced Scorecard / Daily Business Intelligence framework. The view consolidates descriptive attributes from the indicator definition tables and optionally associates up to seven analytical dimensions with each measure. Because the "BV" segment in the name denotes a Business View, the object is intended primarily as a read-only reporting surface rather than a transaction entry point, and it is typically consumed by dashboards, scorecard regions, and custom operational reports that need a single, language-aware list of enabled indicators.
Its role in EBS reporting and integration is to abstract the join complexity between the base indicator table, its translation table, and the dimension mapping table. Rather than requiring report authors to repeat the multilingual join and the seven separate dimension lookups, BISBV_PERFORMANCE_MEASURES exposes a flattened projection in which each indicator appears once with DIMENSION1_ID through DIMENSION7_ID resolved.
Underlying Base Objects
The view is defined over three logical sets of base objects, joined with outer joins for the dimension associations:
- BIS_INDICATORS — the primary table holding each indicator's definition, including its identifier, short name, unit of measure class, data source configuration, and enabled/obsolete flags.
- BIS_INDICATORS_TL — the translation table supplying the language-specific NAME and DESCRIPTION, joined on INDICATOR_ID and restricted by
LANGUAGE = USERENV('LANG')so the view returns text in the session's current language. - BIS_INDICATOR_DIMENSIONS (aliased seven times as dim1 through dim7) — the mapping table linking indicators to analytical dimensions. Each alias is joined on INDICATOR_ID with the outer-join operator (+), and constrained to a fixed
SEQUENCE_NOvalue (1 through 7).
This is the point of direct relevance to the "sequence_no" search: the dimension sequence number is the discriminator that allows a single mapping table to supply seven distinct dimension slots, and it is used as a join predicate rather than being projected as a column in the view.
Key Columns
MEASURE_ID— the indicator identifier (source column INDICATOR_ID); the primary key for joining to other BIS objects.MEASURE_SHORT_NAMEandMEASURE_NAME— the internal short name and the translated display name.DESCRIPTION— the translated long description of the measure.DIMENSION1_ID…DIMENSION7_ID— the dimension identifiers mapped by sequence number; null when no dimension occupies that slot.UNIT_OF_MEASURE_CLASS— the UOM class (for example currency, quantity, or percentage) governing the measure's values.ACTUAL_DATA_SOURCE_TYPE,ACTUAL_DATA_SOURCE, andFUNCTION_NAME— define how actual results are sourced and computed.COMPARISON_SOURCE,INCREASE_IN_MEASURE, andENABLE_LINK— control target/comparison behavior and drill-down navigation.DATASET_ID,ENABLED,OBSOLETE, andMEASURE_TYPE— classification and lifecycle attributes; OBSOLETE is coalesced to 'F' when null.
Common Use Cases and Queries
Typical usage includes validating indicator setup, driving custom scorecard reports, and auditing dimension assignments. A simple listing of active measures:
SELECT measure_id, measure_name, measure_type FROM apps.bisbv_performance_measures WHERE enabled = 'Y' AND obsolete = 'F';SELECT measure_short_name, dimension1_id, dimension2_id, dimension3_id FROM apps.bisbv_performance_measures;SELECT measure_name, unit_of_measure_class, function_name FROM apps.bisbv_performance_measures WHERE dataset_id = :p_dataset_id;
Because the joins to the translation and dimension tables are outer joins, indicators without translations or without any mapped dimension are still returned, which makes the view safe for exception-based reporting.
-
VIEW: APPS.BISBV_PERFORMANCE_MEASURES
12.1.1
-
VIEW: APPS.BIS_IND_TL_LVL_V
12.1.1
-
View: BISBV_PERFORMANCE_MEASURES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISBV_PERFORMANCE_MEASURES, object_name:BISBV_PERFORMANCE_MEASURES, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BISBV_PERFORMANCE_MEASURES ,
-
View: BISBV_PERFORMANCE_MEASURES
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.BISFV_PERFORMANCE_MEASURES
12.1.1
-
View: BISFV_PERFORMANCE_MEASURES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISFV_PERFORMANCE_MEASURES, object_name:BISFV_PERFORMANCE_MEASURES, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BISFV_PERFORMANCE_MEASURES ,
-
View: BISFV_PERFORMANCE_MEASURES
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.BIS_KPI_NAMES_RPTS_V
12.1.1
-
TABLE: BIS.BIS_INDICATOR_DIMENSIONS
12.1.1
owner:BIS, object_type:TABLE, fnd_design_data:BIS.BIS_INDICATOR_DIMENSIONS, object_name:BIS_INDICATOR_DIMENSIONS, status:VALID,
-
APPS.BIS_PMF_MIGRATION_PUB SQL Statements
12.1.1
-
APPS.BIS_APPLICATION_MEASURE_PVT SQL Statements
12.1.1
-
APPS.BIS_MEASURE_PVT SQL Statements
12.1.1
-
TABLE: BIS.BIS_IND_CUSTOMIZATIONS
12.1.1
owner:BIS, object_type:TABLE, fnd_design_data:BIS.BIS_IND_CUSTOMIZATIONS, object_name:BIS_IND_CUSTOMIZATIONS, status:VALID,
-
APPS.BIS_PMF_MIGRATION_PVT SQL Statements
12.1.1
-
View: BIS_ACTUAL_VALUES_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
TABLE: BIS.BIS_APPLICATION_MEASURES
12.1.1
owner:BIS, object_type:TABLE, fnd_design_data:BIS.BIS_APPLICATION_MEASURES, object_name:BIS_APPLICATION_MEASURES, status:VALID,
-
View: BIS_ACTUAL_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_ACTUAL_VALUES_V, object_name:BIS_ACTUAL_VALUES_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_ACTUAL_VALUES_V ,
-
VIEW: APPS.BIS_ACTUAL_VALUES_V
12.1.1
-
VIEW: APPS.BIS_IND_TL_LVL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:BIS_IND_TL_LVL_V, status:VALID,
-
TABLE: BIS.BIS_INDICATORS_TL
12.1.1
owner:BIS, object_type:TABLE, fnd_design_data:BIS.BIS_INDICATORS_TL, object_name:BIS_INDICATORS_TL, status:VALID,
-
TABLE: BIS.BIS_SETUP_MEASURE_KPI
12.1.1
owner:BIS, object_type:TABLE, object_name:BIS_SETUP_MEASURE_KPI, status:VALID,
-
VIEW: APPS.BISBV_IND_SITE_CUSTOMIZATION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISBV_IND_SITE_CUSTOMIZATION, object_name:BISBV_IND_SITE_CUSTOMIZATION, status:VALID,
-
VIEW: APPS.BISFV_IND_CUSTOMIZATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISFV_IND_CUSTOMIZATIONS_V, object_name:BISFV_IND_CUSTOMIZATIONS_V, status:VALID,
-
TABLE: BIS.BIS_INDICATORS
12.1.1
owner:BIS, object_type:TABLE, fnd_design_data:BIS.BIS_INDICATORS, object_name:BIS_INDICATORS, status:VALID,
-
TABLE: BIS.BIS_SETUP_KPI_PAGE
12.1.1
owner:BIS, object_type:TABLE, object_name:BIS_SETUP_KPI_PAGE, status:VALID,
-
TABLE: AMW.AMW_MEASURE_ASSOCIATIONS
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_MEASURE_ASSOCIATIONS, object_name:AMW_MEASURE_ASSOCIATIONS, status:VALID,
-
TABLE: BIS.BIS_TARGET_LEVELS
12.1.1
owner:BIS, object_type:TABLE, fnd_design_data:BIS.BIS_TARGET_LEVELS, object_name:BIS_TARGET_LEVELS, status:VALID,
-
VIEW: APPS.BIS_INDICATOR_RESPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_INDICATOR_RESPS_V, object_name:BIS_INDICATOR_RESPS_V, status:VALID,
-
VIEW: APPS.BIS_ACTUAL_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_ACTUAL_VALUES_V, object_name:BIS_ACTUAL_VALUES_V, status:VALID,
-
VIEW: APPS.BIS_TARGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_TARGETS_V, object_name:BIS_TARGETS_V, status:VALID,
-
VIEW: APPS.BIS_TARGET_LEVELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_TARGET_LEVELS_VL, object_name:BIS_TARGET_LEVELS_VL, status:VALID,
-
TYPE: APPS.T_BIS_KPI_PAGE_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:T_BIS_KPI_PAGE_OBJ, status:VALID,
-
APPS.BIS_TARGET_LEVEL_PVT SQL Statements
12.1.1
-
View: BIS_INDICATOR_RESPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_INDICATOR_RESPS_V, object_name:BIS_INDICATOR_RESPS_V, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BIS_INDICATOR_RESPS_V ,
-
VIEW: APPS.BIS_INDICATORS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_INDICATORS_VL, object_name:BIS_INDICATORS_VL, status:VALID,
-
View: BIS_INDICATORS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_INDICATORS_VL, object_name:BIS_INDICATORS_VL, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BIS_INDICATORS_VL ,
-
TYPE: APPS.T_BIS_KPI_PAGE_OBJ
12.2.2
owner:APPS, object_type:TYPE, object_name:T_BIS_KPI_PAGE_OBJ, status:VALID,
-
View: BIS_TARGET_LEVELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_TARGET_LEVELS_VL, object_name:BIS_TARGET_LEVELS_VL, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BIS_TARGET_LEVELS_VL ,
-
VIEW: APPS.BIS_TARGET_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_TARGET_LEVELS_V, object_name:BIS_TARGET_LEVELS_V, status:VALID,
-
View: BIS_TARGET_LEVELS_VL
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: BIS_INDICATORS_VL
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
APPS.BSC_UPGRADES SQL Statements
12.1.1
-
View: BIS_INDICATOR_RESPS_V
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
APPS.BIS_MEASURE_SECURITY_PVT SQL Statements
12.1.1
-
View: BIS_TARGET_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_TARGET_LEVELS_V, object_name:BIS_TARGET_LEVELS_V, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BIS_TARGET_LEVELS_V ,
-
APPS.BIS_INDICATORS_MLS SQL Statements
12.1.1
-
View: BIS_TARGET_LEVELS_V
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
APPS.BIS_WEIGHTED_MEASURE_PVT SQL Statements
12.1.1
-
View: BIS_TARGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_TARGETS_V, object_name:BIS_TARGETS_V, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BIS_TARGETS_V ,
-
View: BIS_TARGETS_V
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,