Search Results bsc_tab_views_vl
Overview
BSC_TAB_VIEWS_VL is a translation-enabled (VL, or "view with language") database view that belongs to the BSC – Balanced Scorecard product family in Oracle E-Business Suite. In ETRM 12.1.1 and 12.2.2, the Balanced Scorecard module is documented as obsolete, meaning it is retained for backward compatibility and historical data access but is no longer actively enhanced or supported for new implementations.
Views suffixed with _VL are a standard EBS design pattern. They join a base table (_B) containing language-independent columns with a translation table (_TL) containing language-dependent descriptive columns such as Name and Help. The view applies a USERENV('LANG') predicate so that each session automatically retrieves the description in the user's current language. This makes BSC_TAB_VIEWS_VL the primary presentation-layer object for retrieving dashboard "tab views" (the selectable tabs on a Balanced Scorecard dashboard) in the correct language, whether accessed from a form, an OA Framework page, a concurrent report, or a custom SQL integration.
Underlying Base Objects
The view is defined directly over two documented base tables:
- BSC_TAB_VIEWS_B — the base table holding language-independent attributes: identifiers, the enabled flag, and standard WHO audit columns.
- BSC_TAB_VIEWS_TL — the translation table holding the language-specific
NAMEandHELPtext, keyed by language.
The join is performed on the composite key TAB_ID + TAB_VIEW_ID. The documented view text is:
SELECT B.TAB_ID, B.TAB_VIEW_ID, TL.NAME, TL.HELP, B.ENABLED_FLAG, B.CREATED_BY, B.CREATION_DATE, B.LAST_UPDATED_BY, B.LAST_UPDATE_DATE, B.LAST_UPDATE_LOGIN FROM BSC_TAB_VIEWS_B B, BSC_TAB_VIEWS_TL TL WHERE B.TAB_ID = TL.TAB_ID AND B.TAB_VIEW_ID = TL.TAB_VIEW_ID AND TL.LANGUAGE = USERENV('LANG')
No additional base objects are documented in the ETRM metadata, and no implementing database DBA data is present in the reference environment, reinforcing the obsolete status of the module.
Key Columns
- TAB_ID — Identifier of the parent Balanced Scorecard tab (dashboard section) to which the view belongs.
- TAB_VIEW_ID — Identifier of the specific view (sub-section or visualization) within the tab.
- NAME — Translated display name of the tab view, sourced from
BSC_TAB_VIEWS_TL. - HELP — Translated help or descriptive text for the tab view, also from the translation table.
- ENABLED_FLAG — Indicates whether the tab view is active (
Y) or inactive (N) for display. - CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard EBS "WHO" audit columns tracking record creation and last modification.
Common Use Cases and Queries
Typical usage includes generating configuration reports of available scorecard tab views, driving custom dashboards or portals that need translated labels, and migrating Balanced Scorecard configurations between environments during archival or upgrade activities.
List all enabled tab views in the session's language:
SELECT tab_id, tab_view_id, name, help FROM bsc_tab_views_vl WHERE enabled_flag = 'Y' ORDER BY tab_id, tab_view_id;
Retrieve views for a specific tab:
SELECT tab_view_id, name FROM bsc_tab_views_vl WHERE tab_id = :p_tab_id ORDER BY name;
Audit recently modified entries:
SELECT tab_id, tab_view_id, name, last_updated_by, last_update_date FROM bsc_tab_views_vl WHERE last_update_date > SYSDATE - 30;
-
View: BSC_TAB_VIEWS_VL
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: View of BSC_TAB_VIEWS_B and BSC_TAB_VIEWS_TL. , implementation_dba_data: Not implemented in this database ,
-
View: BSC_TAB_VIEWS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_TAB_VIEWS_VL, object_name:BSC_TAB_VIEWS_VL, status:VALID, product: BSC - Balanced Scorecard , description: View of BSC_TAB_VIEWS_B and BSC_TAB_VIEWS_TL. , implementation_dba_data: APPS.BSC_TAB_VIEWS_VL ,
-
VIEW: APPS.BSC_TAB_VIEW_LABELS_VL
12.1.1
-
VIEW: APPS.BSC_TAB_VIEWS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_TAB_VIEWS_VL, object_name:BSC_TAB_VIEWS_VL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
View: BSC_TAB_VIEW_LABELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_TAB_VIEW_LABELS_VL FND.BSC_TAB_VIEW_LABELS_VL, object_name:BSC_TAB_VIEW_LABELS_VL, status:VALID, product: BSC - Balanced Scorecard , description: View of BSC_TAB_VIEW_LABELS_TL. , implementation_dba_data: APPS.BSC_TAB_VIEW_LABELS_VL ,
-
SYNONYM: APPS.BSC_TAB_VIEWS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BSC_TAB_VIEWS_TL, status:VALID,
-
PACKAGE BODY: APPS.BSC_CUSTOM_VIEW_UI_WRAPPER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_CUSTOM_VIEW_UI_WRAPPER, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.BSC_TAB_VIEWS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BSC_TAB_VIEWS_B, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
View: BSC_TAB_VIEW_LABELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_TAB_VIEW_LABELS_VL FND.BSC_TAB_VIEW_LABELS_VL, object_name:BSC_TAB_VIEW_LABELS_VL, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.BSC_TAB_VIEW_LABELS_VL ,
-
PACKAGE BODY: APPS.BSC_UPGRADES_GENERIC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_UPGRADES_GENERIC, status:VALID,
-
View: BSC_TAB_VIEW_LABELS_VL
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
View: BSC_TAB_VIEW_LABELS_VL
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: View of BSC_TAB_VIEW_LABELS_TL. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.BSC_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_LOOKUPS FND.BSC_LOOKUPS, object_name:BSC_LOOKUPS, status:VALID,
-
VIEW: APPS.BSC_TAB_VIEW_LABELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_TAB_VIEW_LABELS_VL FND.BSC_TAB_VIEW_LABELS_VL, object_name:BSC_TAB_VIEW_LABELS_VL, 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.BSC_UPGRADES_GENERIC SQL Statements
12.1.1
-
APPS.BSC_CUSTOM_VIEW_UI_WRAPPER SQL Statements
12.1.1
-
APPS.BSC_PMF_UI_WRAPPER dependencies on BSC_TAB_VIEWS_VL
12.1.1
-
APPS.BSC_UPGRADES_GENERIC dependencies on BSC_TAB_VIEWS_VL
12.1.1
-
APPS.BSC_CUSTOM_VIEW_UI_WRAPPER dependencies on BSC_TAB_VIEWS_VL
12.1.1
-
PACKAGE BODY: APPS.BSC_UPGRADES_GENERIC
12.1.1
-
APPS.BSC_BIS_LOCKS_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BSC_CUSTOM_VIEW_UI_WRAPPER
12.1.1
-
eTRM - BSC Tables and Views
12.1.1
description: Tab permissions ,
-
APPS.BSC_PMF_UI_WRAPPER SQL Statements
12.1.1
-
eTRM - BSC Tables and Views
12.1.1
description: Tab permissions ,
-
PACKAGE BODY: APPS.BSC_BIS_LOCKS_PVT
12.1.1
-
PACKAGE BODY: APPS.BSC_PMF_UI_WRAPPER
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
APPS.BSC_PMF_UI_WRAPPER dependencies on FND_API
12.1.1
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,