Search Results bsc_sys_datasets_vl
Overview
BSC_SYS_DATASETS_VL is a translated (VL, "view with language") view belonging to the Balanced Scorecard (BSC) product family in Oracle E-Business Suite. Balanced Scorecard was delivered as part of the Oracle Enterprise Planning and Budgeting / Strategic Enterprise Management stack integrated with EBS, and is now classified as Obsolete in the ETRM 12.2.2 metadata. The view exposes dataset definitions used by the Balanced Scorecard charting and analytics engine — each dataset describes a measurable series, the arithmetic or comparison operation applied to two measures, and the presentation attributes (format, color method, axis title, autoscaling) used when rendering scorecard graphics.
Functionally, the view joins the base table that stores language-independent dataset attributes with the translation table that stores the user-facing name and help text. By resolving the translation row using USERENV('LANG'), the view automatically returns NAME and HELP in the session's current language, which is the standard Oracle EBS multi-language reporting pattern. The view is read-only and is intended for query and reporting consumption rather than for direct DML; inserts and updates must target the underlying _B and _TL tables.
Underlying Base Objects
The ETRM documentation identifies two referenced base objects, both documented in the view text:
- BSC_SYS_DATASETS_B — the "base" table holding language-independent columns:
DATASET_ID,MEASURE_ID1,OPERATION,MEASURE_ID2,FORMAT_ID,COLOR_METHOD,PROJECTION_FLAG,EDW_FLAG,AUTOSCALE_FLAG, andSOURCE. - BSC_SYS_DATASETS_TL — the translation table holding
DATASET_ID,LANGUAGE,NAME,HELP, and (typically)SOURCE_LANG.
The join is an equijoin on DATASET_ID, filtered by TL.LANGUAGE = USERENV('LANG'). Columns that may be null in the base table — EDW_FLAG and AUTOSCALE_FLAG — are wrapped in NVL(..., 0) so that consumers always receive a numeric 0/1 flag rather than a null. No additional documented base objects (for example, a measures or formats lookup table) are referenced in the documented view definition, so the view itself is a straightforward two-table join.
Key Columns
- DATASET_ID — Primary identifier linking the base and translation rows; the key used when joining to scorecard measure or chart definitions.
- NAME — Translated dataset label presented to end users in the current session language.
- HELP — Translated descriptive text displayed as online help for the dataset.
- MEASURE_ID1 / MEASURE_ID2 — Identifiers of the primary and secondary measures combined by the dataset.
- OPERATION — The arithmetic or comparison operator applied between the two measures.
- FORMAT_ID — Reference to the numeric display format applied to the resulting value.
- COLOR_METHOD — Determines how color is assigned when the dataset is rendered.
- PROJECTION_FLAG — Indicates whether the dataset is used as a projection series.
- EDW_FLAG — Enterprise Data Warehouse flag, normalized to 0 when null.
- AUTOSCALE_FLAG — Autoscale indicator, normalized to 0 when null.
- Y_AXIS_TITLE — Translated title applied to the Y axis of the associated chart.
- SOURCE — Identifies the origin or sourcing designation of the dataset.
Common Use Cases and Queries
Because the view is marked "Not implemented in this database" and the product is obsolete, it is primarily encountered during migration assessments, custom reporting against legacy BSC schemas, or data extraction prior to decommissioning. Typical queries list datasets with their measures and operations, or isolate autoscaled/EDW-enabled series:
- List all datasets in the session language:
SELECT DATASET_ID, NAME, HELP, OPERATION FROM BSC_SYS_DATASETS_VL ORDER BY DATASET_ID; - Find autoscaled datasets:
SELECT DATASET_ID, NAME FROM BSC_SYS_DATASETS_VL WHERE AUTOSCALE_FLAG = 1; - Isolate EDW-sourced datasets:
SELECT DATASET_ID, NAME, SOURCE FROM BSC_SYS_DATASETS_VL WHERE EDW_FLAG = 1; - Inspect measure pairings and axis titles:
SELECT DATASET_ID, MEASURE_ID1, MEASURE_ID2, OPERATION, Y_AXIS_TITLE FROM BSC_SYS_DATASETS_VL;
Always qualify queries with the appropriate language context, since returning rows depends on USERENV('LANG') matching a populated BSC_SYS_DATASETS_TL.LANGUAGE value.
-
View: BSC_SYS_DATASETS_VL
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: View of BSC_SYS_DATASETS_B and BSC_SYS_DATASETS_TL. , implementation_dba_data: Not implemented in this database ,
-
View: BSC_SYS_DATASETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_SYS_DATASETS_VL, object_name:BSC_SYS_DATASETS_VL, status:VALID, product: BSC - Balanced Scorecard , description: View of BSC_SYS_DATASETS_B and BSC_SYS_DATASETS_TL. , implementation_dba_data: APPS.BSC_SYS_DATASETS_VL ,
-
VIEW: APPS.BSC_DB_MEASURE_BY_DIM_SET_V
12.1.1
-
View: BSC_DB_MEASURE_BY_DIM_SET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_DB_MEASURE_BY_DIM_SET_V, object_name:BSC_DB_MEASURE_BY_DIM_SET_V, status:VALID, product: BSC - Balanced Scorecard , description: View of measures by dimension set , implementation_dba_data: APPS.BSC_DB_MEASURE_BY_DIM_SET_V ,
-
View: BSC_DB_MEASURE_BY_DIM_SET_V
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: View of measures by dimension set , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.BIS_APP_NAMES_RPTS_V
12.1.1
-
View: BIS_APP_NAMES_RPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_APP_NAMES_RPTS_V, object_name:BIS_APP_NAMES_RPTS_V, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BIS_APP_NAMES_RPTS_V ,
-
VIEW: APPS.BSC_SYS_DATASETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_SYS_DATASETS_VL, object_name:BSC_SYS_DATASETS_VL, status:VALID,
-
VIEW: APPS.BIS_DISPLAY_MEASURES_V
12.1.1
-
APPS.BSC_BIS_MEASURE_PUB SQL Statements
12.1.1
-
View: BIS_APP_NAMES_RPTS_V
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE: APPS.BSC_SIMULATION_VIEW_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BSC_SIMULATION_VIEW_PVT, status:VALID,
-
PACKAGE BODY: APPS.BSC_KPI_SERIES_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_KPI_SERIES_PUB, status:VALID,
-
PACKAGE BODY: APPS.BSC_ANALYSIS_OPTION_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_ANALYSIS_OPTION_PUB, status:VALID,
-
View: BIS_DISPLAY_MEASURES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_DISPLAY_MEASURES_V, object_name:BIS_DISPLAY_MEASURES_V, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BIS_DISPLAY_MEASURES_V ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.BSC_METADATA_DESC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_METADATA_DESC, status:VALID,
-
PACKAGE BODY: APPS.BSC_DATASETS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_DATASETS_PUB, status:VALID,
-
APPS.BSC_KPI_SERIES_PUB SQL Statements
12.1.1
-
SYNONYM: APPS.BSC_SYS_DATASETS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BSC_SYS_DATASETS_TL, status:VALID,
-
PACKAGE BODY: APPS.BSC_COLOR_UPGRADE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_COLOR_UPGRADE, status:VALID,
-
APPS.BSC_DATASETS_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BSC_SIMULATION_VIEW_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_SIMULATION_VIEW_PVT, status:VALID,
-
VIEW: APPS.BIS_APP_NAMES_RPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_APP_NAMES_RPTS_V, object_name:BIS_APP_NAMES_RPTS_V, status:VALID,
-
VIEW: APPS.BSC_DB_MEASURE_BY_DIM_SET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_DB_MEASURE_BY_DIM_SET_V, object_name:BSC_DB_MEASURE_BY_DIM_SET_V, status:VALID,
-
PACKAGE BODY: APPS.BSC_DATASETS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_DATASETS_PVT, status:VALID,
-
View: BIS_DISPLAY_MEASURES_V
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.BSC_BIS_MEASURE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_BIS_MEASURE_PUB, status:VALID,
-
PACKAGE BODY: APPS.BSC_OBJ_ANALYSIS_OPTIONS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_OBJ_ANALYSIS_OPTIONS_PUB, status:VALID,
-
PACKAGE BODY: APPS.BSC_MO_UI_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_MO_UI_PKG, status:VALID,
-
APPS.BSC_UPGRADES SQL Statements
12.1.1
-
APPS.BSC_CAUSE_EFFECT_UI_WRAPPER SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BSC_UTILITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_UTILITY, status:VALID,
-
VIEW: APPS.BIS_DISPLAY_MEASURES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_DISPLAY_MEASURES_V, object_name:BIS_DISPLAY_MEASURES_V, status:VALID,
-
PACKAGE BODY: APPS.BSC_BIS_KPI_MEAS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_BIS_KPI_MEAS_PUB, status:VALID,
-
PACKAGE BODY: APPS.BSC_UPGRADES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_UPGRADES, status:VALID,
-
SYNONYM: APPS.BSC_SYS_DATASETS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BSC_SYS_DATASETS_B, status:VALID,
-
PACKAGE BODY: APPS.BSC_BIS_KPI_CRUD_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_BIS_KPI_CRUD_PUB, status:VALID,
-
PACKAGE: APPS.BSC_UTILITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BSC_UTILITY, status:VALID,
-
PACKAGE BODY: APPS.BSC_PMF_UI_WRAPPER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_PMF_UI_WRAPPER, status:VALID,
-
APPS.BIS_DIMS_AND_LEVELS_PKG SQL Statements
12.1.1
-
APPS.BSC_METADATA_DESC SQL Statements
12.1.1
-
APPS.BSC_BIS_KPI_CRUD_PUB SQL Statements
12.1.1
-
APPS.BSC_DATASETS_PVT SQL Statements
12.1.1
-
APPS.BSC_COLOR_UPGRADE SQL Statements
12.1.1
-
APPS.BSC_DATASETS_PUB dependencies on BSC_SYS_DATASETS_VL
12.1.1
-
APPS.BSC_OBJ_ANALYSIS_OPTIONS_PUB dependencies on BSC_SYS_DATASETS_VL
12.1.1
-
APPS.BSC_METADATA_DESC dependencies on BSC_SYS_DATASETS_VL
12.1.1