Search Results bsc_kpi_dim_sets_tl
Overview
The BSC_KPI_DIM_SETS_TL table is a core repository for multilingual descriptive information related to Key Performance Indicator (KPI) dimension sets within the Oracle E-Business Suite Balanced Scorecard (BSC) module. As a translation table (denoted by the '_TL' suffix), its primary role is to store user-friendly names and descriptions for dimension sets across multiple installed languages, enabling global deployments. A dimension set defines the analytical perspectives (such as Product, Geography, or Time) through which a KPI's performance data can be sliced, aggregated, and analyzed. This table is integral to the configuration and presentation layer of the Balanced Scorecard, ensuring that dimension set labels are correctly displayed in the user's preferred language throughout the application interface and reports.
Key Information Stored
The table's structure centers on a composite primary key and language-specific descriptive columns. The primary key consists of DIM_SET_ID and INDICATOR, which uniquely identifies a specific dimension set for a given KPI. The INDICATOR column is a foreign key to the BSC_KPIS_B table, linking the descriptive text to the base KPI definition. While the exact column list is not fully detailed in the provided metadata, standard Oracle E-Business Suite translation table conventions dictate the presence of a LANGUAGE column (and often a SOURCE_LANG column) to identify the language of the translated text. The core content columns typically include DIM_SET_NAME and potentially a DESCRIPTION field, holding the translated labels for the dimension set. The table's design supports the simultaneous storage of multiple translations for a single dimension set record.
Common Use Cases and Queries
This table is primarily accessed for user interface rendering and for generating localized reports. Common operational and reporting queries include retrieving the translated name for a specific dimension set in the current session language or extracting a full list of all dimension set translations for a given KPI to support data migration or reconciliation tasks. A typical join pattern to fetch a KPI's dimension set names in the user's language would involve BSC_KPIS_B, BSC_KPI_DIM_SETS_B (the base table), and BSC_KPI_DIM_SETS_TL. For example:
SELECT kpi.NAME, tl.DIM_SET_NAME FROM BSC_KPIS_B kpi, BSC_KPI_DIM_SETS_B ds, BSC_KPI_DIM_SETS_TL tl WHERE kpi.INDICATOR = ds.INDICATOR AND ds.DIM_SET_ID = tl.DIM_SET_ID AND ds.INDICATOR = tl.INDICATOR AND tl.LANGUAGE = USERENV('LANG');
Administrators may also query this table to audit or manage translation completeness across installed languages.
Related Objects
BSC_KPI_DIM_SETS_TL sits at a critical junction within the Balanced Scorecard schema, maintaining defined relationships with several key configuration tables. It references the base KPI definition and is referenced by numerous objects that define the analytical behavior of a dimension set.
- References (Foreign Key): BSC_KPIS_B via the INDICATOR column. This enforces that a dimension set description must be associated with a valid KPI.
- Referenced By (Primary Key): The composite primary key (DIM_SET_ID, INDICATOR) is referenced by foreign keys in several central tables:
These relationships underscore that the descriptive records in BSC_KPI_DIM_SETS_TL are foundational to the configuration of data sources, default values, dimension groups, hierarchy levels, and analysis properties for a KPI's dimensional analysis.
-
Table: BSC_KPI_DIM_SETS_TL
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_KPI_DIM_SETS_TL, object_name:BSC_KPI_DIM_SETS_TL, status:VALID, product: BSC - Balanced Scorecard , description: Dimension sets information , implementation_dba_data: BSC.BSC_KPI_DIM_SETS_TL ,
-
Table: BSC_KPI_DIM_SETS_TL
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Dimension sets information , implementation_dba_data: Not implemented in this database ,
-
APPS.BSC_BIS_DIMENSION_PUB dependencies on BSC_KPI_DIM_SETS_TL
12.1.1
-
APPS.BSC_DIMENSION_SETS_PVT dependencies on BSC_KPI_DIM_SETS_TL
12.1.1
-
APPS.BSC_TEMPLATE dependencies on BSC_KPI_DIM_SETS_TL
12.1.1
-
APPS.BSC_BIS_DIM_OBJ_PUB dependencies on BSC_KPI_DIM_SETS_TL
12.1.1
-
APPS.BSC_KPI_DIM_SETS_PKG dependencies on BSC_KPI_DIM_SETS_TL
12.1.1
-
APPS.BSC_KPI_PUB dependencies on BSC_KPI_DIM_SETS_TL
12.1.1
-
APPS.BSC_PMF_UI_API_PUB dependencies on BSC_KPI_DIM_SETS_TL
12.1.1
-
APPS.BSC_BIS_KPI_MEAS_PUB dependencies on BSC_KPI_DIM_SETS_TL
12.1.1
-
APPS.BSC_DIMENSION_SETS_PUB dependencies on BSC_KPI_DIM_SETS_TL
12.1.1
-
APPS.BSC_KPI_DIM_SETS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BSC_KPI_DIM_SETS_PKG
12.1.1
-
APPS.BSC_TEMPLATE dependencies on BSC_KPI_ANALYSIS_MEASURES_B
12.1.1
-
APPS.BSC_TEMPLATE dependencies on BSC_KPI_DIM_LEVELS_B
12.1.1
-
View: BSC_KPI_DIM_SETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_KPI_DIM_SETS_VL FND.BSC_KPI_DIM_SETS_VL, object_name:BSC_KPI_DIM_SETS_VL, status:VALID, product: BSC - Balanced Scorecard , description: View of BSC_KPI_DIM_SETS_TL. , implementation_dba_data: APPS.BSC_KPI_DIM_SETS_VL ,
-
APPS.BSC_KPI_DIM_SETS_PKG dependencies on FND_LANGUAGES
12.1.1
-
View: BSC_KPI_DIM_SETS_VL
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: View of BSC_KPI_DIM_SETS_TL. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.BSC_KPI_DIM_SETS_VL
12.1.1
-
TABLE: BSC.BSC_KPI_DIM_SETS_TL
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_KPI_DIM_SETS_TL, object_name:BSC_KPI_DIM_SETS_TL, status:VALID,
-
SYNONYM: APPS.BSC_KPI_DIM_SETS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BSC_KPI_DIM_SETS_TL, status:VALID,
-
APPS.BSC_PMF_UI_WRAPPER dependencies on BSC_DESIGNER_PVT
12.1.1
-
APPS.BSC_DIMENSION_SETS_PVT SQL Statements
12.1.1
-
VIEW: APPS.BSC_KPI_DIM_SETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_KPI_DIM_SETS_VL FND.BSC_KPI_DIM_SETS_VL, object_name:BSC_KPI_DIM_SETS_VL, status:VALID,
-
Table: BSC_KPI_DIM_GROUPS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_KPI_DIM_GROUPS, object_name:BSC_KPI_DIM_GROUPS, status:VALID, product: BSC - Balanced Scorecard , description: Dimension groups information , implementation_dba_data: BSC.BSC_KPI_DIM_GROUPS ,
-
Table: BSC_KPI_ANALYSIS_OPTIONS_B
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Analysis options information , implementation_dba_data: Not implemented in this database ,
-
Table: BSC_KPI_DIM_LEVEL_PROPERTIES
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_KPI_DIM_LEVEL_PROPERTIES, object_name:BSC_KPI_DIM_LEVEL_PROPERTIES, status:VALID, product: BSC - Balanced Scorecard , description: Dimension levels properties , implementation_dba_data: BSC.BSC_KPI_DIM_LEVEL_PROPERTIES ,
-
View: BSC_KPI_DIM_SETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_KPI_DIM_SETS_VL FND.BSC_KPI_DIM_SETS_VL, object_name:BSC_KPI_DIM_SETS_VL, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.BSC_KPI_DIM_SETS_VL ,
-
Table: BSC_KPI_DIM_GROUPS
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Dimension groups information , implementation_dba_data: Not implemented in this database ,
-
Table: BSC_KPI_DATA_TABLES
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_KPI_DATA_TABLES, object_name:BSC_KPI_DATA_TABLES, status:VALID, product: BSC - Balanced Scorecard , description: Data table information , implementation_dba_data: BSC.BSC_KPI_DATA_TABLES ,
-
View: BSC_KPI_DIM_SETS_VL
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
Table: BSC_KPI_DEFAULTS_B
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_KPI_DEFAULTS_B, object_name:BSC_KPI_DEFAULTS_B, status:VALID, product: BSC - Balanced Scorecard , description: Indicator data for information box , implementation_dba_data: BSC.BSC_KPI_DEFAULTS_B ,
-
Table: BSC_KPI_DIM_LEVEL_PROPERTIES
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Dimension levels properties , implementation_dba_data: Not implemented in this database ,
-
Table: BSC_KPI_DATA_TABLES
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Data table information , implementation_dba_data: Not implemented in this database ,
-
Table: BSC_KPI_DIM_LEVELS_B
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_KPI_DIM_LEVELS_B, object_name:BSC_KPI_DIM_LEVELS_B, status:VALID, product: BSC - Balanced Scorecard , description: Dimension levels information , implementation_dba_data: BSC.BSC_KPI_DIM_LEVELS_B ,
-
Table: BSC_KPI_DEFAULTS_B
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Indicator data for information box , implementation_dba_data: Not implemented in this database ,
-
Table: BSC_KPI_DIM_LEVELS_B
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Dimension levels information , implementation_dba_data: Not implemented in this database ,
-
Table: BSC_KPI_ANALYSIS_OPTIONS_B
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_KPI_ANALYSIS_OPTIONS_B, object_name:BSC_KPI_ANALYSIS_OPTIONS_B, status:VALID, product: BSC - Balanced Scorecard , description: Analysis options information , implementation_dba_data: BSC.BSC_KPI_ANALYSIS_OPTIONS_B ,
-
PACKAGE: APPS.BSC_DIMENSION_SETS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BSC_DIMENSION_SETS_PUB, status:VALID,
-
APPS.BSC_TAB_TPLATE dependencies on FND_API
12.1.1
-
PACKAGE BODY: APPS.BSC_KPI_DIM_SETS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_KPI_DIM_SETS_PKG, status:VALID,
-
APPS.BSC_PMF_UI_WRAPPER dependencies on BSC_KPI_DIM_LEVEL_PROPERTIES
12.1.1
-
Table: BSC_KPIS_B
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_KPIS_B, object_name:BSC_KPIS_B, status:VALID, product: BSC - Balanced Scorecard , description: Key performance indicator information , implementation_dba_data: BSC.BSC_KPIS_B ,
-
Table: BSC_KPIS_B
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Key performance indicator information , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.BSC_DIMENSION_SETS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_DIMENSION_SETS_PVT, status:VALID,
-
APPS.BSC_DIMENSION_SETS_PVT dependencies on FND_LANGUAGES
12.1.1
-
PACKAGE BODY: APPS.BSC_TEMPLATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_TEMPLATE, status:VALID,
-
PACKAGE BODY: APPS.BSC_PMF_UI_API_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_PMF_UI_API_PUB, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.BSC_BIS_DIMENSION_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_BIS_DIMENSION_PUB, status:VALID,