Search Results bsc_tab_view_labels_tl
Overview
BSC_TAB_VIEW_LABELS_TL is a translation (TL) table belonging to the BSC — Balanced Scorecard product family in Oracle E-Business Suite. Per the ETRM documentation, the BSC module is classified as Obsolete, meaning the object is retained for legacy compatibility but is not implemented in current 12.1.1 or 12.2.2 instances. The table stores translated label text and layout attributes associated with tab views used in the Balanced Scorecard user interface, enabling multilingual rendering of scorecard dashboard elements.
Functionally, this is the language-specific counterpart to the base label definition table (typically BSC_TAB_VIEW_LABELS_B). The _TL suffix follows Oracle's standard multilingual translation pattern: one row per (business entity, language) combination, while the corresponding _B table holds language-independent attributes. Translated rows carry textual and positional data such as the display label name, font styling, coordinates, and hyperlink URL.
The ETRM metadata assigns a heuristic Data Vault classification of standalone, indicating that no foreign key relationships were mined from the physical schema. In Data Vault modeling terms, this would suggest treating the table as a self-contained construct rather than a strict hub, link, or satellite, though its four-part primary key structure bears resemblance to a multi-attribute hub combined with language-specific satellite content.
Key Information Stored
The table contains 21 documented columns. The most significant for reporting and integration purposes are catalogued below.
- TAB_ID, TAB_VIEW_ID, LABEL_ID, LANGUAGE — the composite surrogate primary key (
BSC_TAB_VIEW_LABELS_TL_PK), which the metadata also flags as the unique business-key indexBSC_TAB_VIEW_LABELS_TL_U1. Together these columns identify a specific label on a specific view of a specific tab, in a specific language. - SOURCE_LANG — the language from which the translation was derived, supporting Oracle's standard translation workflow.
- TEXT_FLAG — a control flag indicating whether the label renders as text versus another display form.
- NAME — the translated label caption displayed to the user.
- LEFT_POSITION, TOP_POSITION, WIDTH, HEIGHT — layout geometry governing label placement and sizing on the rendered tab view.
- FONT_SIZE, FONT_STYLE, FONT_COLOR — presentation attributes controlling typography and colour.
- URL — optional hyperlink target associated with the label.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard Oracle WHO columns auditing row provenance.
- NOTE — free-text annotation attached to the label.
Note that the primary key is entirely a composite natural/surrogate mix, with no single surrogate column such as a generated ID. The unique index duplicates the primary key column set exactly.
Common Use Cases and Queries
Because the BSC module is obsolete, this table is primarily encountered during upgrade assessments, data archival, or historical reporting. Typical query patterns include retrieving all translated labels for a given tab view restricted to a target language:
- Filter by
TAB_IDandTAB_VIEW_IDwithLANGUAGE = userenv('LANG')to reproduce the runtime label set. - Join to the
_Bbase table onTAB_ID,TAB_VIEW_ID, andLABEL_IDto compare translated versus base attributes. - Aggregate by
LANGUAGEto audit translation completeness across all configured languages usingSOURCE_LANGto identify untranslated rows. - Extract
FONT_*and geometry columns for style-sheet migration projects when retiring the scorecard UI.
Related Objects
BSC_TAB_VIEW_LABELS_B— the base (language-independent) label definition table; joins onTAB_ID,TAB_VIEW_ID,LABEL_ID.BSC_TAB_VIEWS_BandBSC_TAB_VIEWS_TL— parent tab view definitions referenced throughTAB_IDandTAB_VIEW_ID.BSC_TABS_BandBSC_TABS_TL— tab-level definitions supplying theTAB_IDcontext.FND_LANGUAGES— validation source for theLANGUAGEandSOURCE_LANGcolumns.FND_APPLICATION— identifies the owning BSC application during cross-module analysis.
No foreign keys are documented, so joins should be validated manually against the base tables before use in production queries.
-
Table: BSC_TAB_VIEW_LABELS_TL
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Translated Labels by Tab View information , implementation_dba_data: Not implemented in this database ,
-
Table: BSC_TAB_VIEW_LABELS_TL
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_TAB_VIEW_LABELS_TL, object_name:BSC_TAB_VIEW_LABELS_TL, status:VALID, product: BSC - Balanced Scorecard , description: Translated Labels by Tab View information , implementation_dba_data: BSC.BSC_TAB_VIEW_LABELS_TL ,
-
APPS.BSC_TAB_VIEW_LABELS_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.BSC_TAB_VIEW_LABELS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BSC_TAB_VIEW_LABELS_TL, status:VALID,
-
PACKAGE BODY: APPS.BSC_TAB_VIEW_LABELS_PKG
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: BSC - Balanced Scorecard , description: View of BSC_TAB_VIEW_LABELS_TL. , implementation_dba_data: APPS.BSC_TAB_VIEW_LABELS_VL ,
-
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 ,
-
TABLE: BSC.BSC_TAB_VIEW_LABELS_TL
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_TAB_VIEW_LABELS_TL, object_name:BSC_TAB_VIEW_LABELS_TL, status:VALID,
-
VIEW: APPS.BSC_TAB_VIEW_LABELS_VL
12.1.1
-
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,
-
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_TAB_VIEW_LABELS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_TAB_VIEW_LABELS_PKG, status:VALID,
-
PACKAGE BODY: APPS.BSC_LAUNCH_PAD_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_LAUNCH_PAD_PUB, status:VALID,
-
View: BSC_TAB_VIEW_LABELS_VL
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.BSC_CUSTOM_VIEW_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_CUSTOM_VIEW_PVT, status:VALID,
-
PACKAGE BODY: APPS.BSC_SCORECARD_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_SCORECARD_PVT, 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 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.BSC_KPI_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_KPI_PVT, status:VALID,
-
APPS.BSC_CUSTOM_VIEW_PUB SQL Statements
12.1.1
-
APPS.BSC_CUSTOM_VIEW_PVT SQL Statements
12.1.1
-
PACKAGE: APPS.BSC_CUSTOM_VIEW_UI_WRAPPER
12.1.1
-
APPS.BSC_CUSTOM_VIEW_PVT dependencies on BSC_TAB_VIEW_LABELS_TL
12.1.1
-
APPS.BSC_KPI_PVT dependencies on BSC_TAB_VIEW_LABELS_TL
12.1.1
-
APPS.BSC_LAUNCH_PAD_PUB dependencies on BSC_TAB_VIEW_LABELS_TL
12.1.1
-
APPS.BSC_SCORECARD_PVT dependencies on BSC_TAB_VIEW_LABELS_TL
12.1.1
-
APPS.BSC_TAB_VIEW_LABELS_PKG dependencies on BSC_TAB_VIEW_LABELS_TL
12.1.1
-
APPS.BSC_CUSTOM_VIEW_UI_WRAPPER dependencies on BSC_TAB_VIEW_LABELS_TL
12.1.1
-
APPS.BSC_SCORECARD_PVT SQL Statements
12.1.1
-
APPS.BSC_CUSTOM_VIEW_UI_WRAPPER SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BSC_CUSTOM_VIEW_UI_WRAPPER
12.1.1
-
APPS.BSC_LAUNCH_PAD_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BSC_CUSTOM_VIEW_PVT
12.1.1
-
PACKAGE BODY: APPS.BSC_CUSTOM_VIEW_PUB
12.1.1
-
APPS.BSC_TAB_VIEW_LABELS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.BSC_CUSTOM_VIEW_UI_WRAPPER dependencies on BSC_TAB_VIEW_LABELS_B
12.1.1
-
APPS.BSC_CUSTOM_VIEW_UI_WRAPPER dependencies on BSC_TAB_VIEW_KPI_TL
12.1.1
-
eTRM - BSC Tables and Views
12.1.1
description: Tab permissions ,
-
PACKAGE BODY: APPS.BSC_LAUNCH_PAD_PUB
12.1.1
-
APPS.BSC_CUSTOM_VIEW_PVT dependencies on BSC_SYS_IMAGES
12.1.1
-
APPS.BSC_MIGRATION dependencies on BSC_TAB_VIEW_LABELS_B
12.1.1
-
APPS.BSC_SCORECARD_PVT dependencies on BSC_TAB_VIEW_LABELS_B
12.1.1
-
APPS.BSC_TAB_VIEW_LABELS_PKG dependencies on V$SESSION
12.1.1
-
APPS.BSC_SCORECARD_PVT dependencies on BSC_TAB_VIEWS_B
12.1.1
-
APPS.BSC_CUSTOM_VIEW_PVT dependencies on BSC_CUSTOM_VIEW_UI_WRAPPER
12.1.1
-
APPS.BSC_LAUNCH_PAD_PUB dependencies on BSC_TAB_VIEW_LABELS_B
12.1.1