Search Results bsc_sys_dim_groups_vl
Overview
BSC_SYS_DIM_GROUPS_VL is a view in the Oracle E-Business Suite Balanced Scorecard (BSC) product. As indicated by its product designation, the module is obsolete in the EBS 12.1.1 and 12.2.2 release streams, and the object is no longer in active use. The view is documented in the ETRM metadata with the simple description "View of BSC_SYS_DIM_GROUPS_TL." The "_VL" suffix follows Oracle's standard naming convention for views that expose translated (language-specific) descriptive columns, sourced from the corresponding "_TL" (translation) table. The view presents a single translatable attribute, NAME, alongside the primary key of the parent dimension group record, filtered to the language of the current user session. Its role historically was to support reporting and integration against Balanced Scorecard system dimension groups by surfacing the user's preferred language version of each group name without requiring callers to join the translation table explicitly.
Underlying Base Objects
The view text documented in the ETRM metadata states: SELECT DIM_GROUP_ID, NAME FROM BSC_SYS_DIM_GROUPS_TL WHERE LANGUAGE = USERENV('LANG'). Accordingly, the sole underlying base object is the translation table BSC_SYS_DIM_GROUPS_TL. The view does not expose any untranslated columns from a companion "_B" or "_B_ANY" table within its own definition; it simply projects the primary key and the translated name from the translation table and restricts rows to those matching the current session language. The ETRM metadata lists no documented referenced base objects and leaves the owner field blank, consistent with its classification as obsolete and "not implemented in this database." Parties relying on this object should note that existence of the view in a given instance is not guaranteed.
Key Columns
- DIM_GROUP_ID — The identifier of the system dimension group. This is the primary key linking each translated row to its parent dimension group definition.
- NAME — The translated display name of the dimension group, resolved for the language specified by the current user environment through the LANGUAGE filter on BSC_SYS_DIM_GROUPS_TL.
The view exposes only these two columns; there are no additional descriptive, audit, or lifecycle columns present in its projection.
Common Use Cases and Queries
Because the object belongs to an obsolete product and is documented as not implemented in this database, direct querying is primarily of interest to historical support, migration analysis, or inventory scripts that catalog EBS database objects. Where the view is present, a typical query retrieves the list of dimension group names visible to the current user's language:
- Retrieve all visible dimension groups:
SELECT DIM_GROUP_ID, NAME FROM BSC_SYS_DIM_GROUPS_VL ORDER BY NAME; - Resolve a single dimension group by identifier:
SELECT DIM_GROUP_ID, NAME FROM BSC_SYS_DIM_GROUPS_VL WHERE DIM_GROUP_ID = :p_dim_group_id; - Search groups by partial name:
SELECT DIM_GROUP_ID, NAME FROM BSC_SYS_DIM_GROUPS_VL WHERE UPPER(NAME) LIKE UPPER('%' || :p_search || '%');
In each case, the LANGUAGE = USERENV('LANG') predicate embedded in the view ensures that only rows matching the session's language are returned, so callers need not add language filtering themselves. Any deployment considering reuse of this view should first confirm its presence in the target instance and treat the obsolete BSC module as non-supported for new development.
-
View: BSC_SYS_DIM_GROUPS_VL
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: View of BSC_SYS_DIM_GROUPS_TL. , implementation_dba_data: Not implemented in this database ,
-
View: BSC_SYS_DIM_GROUPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_SYS_DIM_GROUPS_VL, object_name:BSC_SYS_DIM_GROUPS_VL, status:VALID, product: BSC - Balanced Scorecard , description: View of BSC_SYS_DIM_GROUPS_TL. , implementation_dba_data: APPS.BSC_SYS_DIM_GROUPS_VL ,
-
APPS.BSC_DIMENSION_GROUPS_PUB SQL Statements
12.1.1
-
APPS.BSC_BIS_DIMENSION_PUB SQL Statements
12.1.1
-
VIEW: APPS.BSC_BIS_DIM_VL
12.1.1
-
VIEW: APPS.BSC_SYS_DIM_GROUPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_SYS_DIM_GROUPS_VL, object_name:BSC_SYS_DIM_GROUPS_VL, status:VALID,
-
APPS.BSC_DIMENSION_GROUPS_PVT SQL Statements
12.1.1
-
View: BSC_BIS_DIM_VL
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: BSC_BIS_DIM_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BSC_BIS_DIM_VL, object_name:BSC_BIS_DIM_VL, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BSC_BIS_DIM_VL ,
-
12.1.1 FND Design Data
12.1.1
-
APPS.BSC_BIS_KPI_MEAS_PUB SQL Statements
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_DIMENSION_GROUPS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_DIMENSION_GROUPS_PVT, status:VALID,
-
PACKAGE BODY: APPS.BSC_DIMENSION_GROUPS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_DIMENSION_GROUPS_PUB, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.BIS_REPORT_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_REPORT_PUB, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.BIS_DIMENSION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_DIMENSION_PVT, status:VALID,
-
PACKAGE BODY: APPS.BSC_DIMENSION_LEVELS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_DIMENSION_LEVELS_PVT, status:VALID,
-
PACKAGE BODY: APPS.BSC_DIMENSION_SETS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_DIMENSION_SETS_PUB, status:VALID,
-
APPS.BIS_UTIL SQL Statements
12.1.1
-
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_PMF_UI_API_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_PMF_UI_API_PUB, status:VALID,
-
PACKAGE BODY: APPS.BSC_KPI_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_KPI_PUB, status:VALID,
-
SYNONYM: APPS.BSC_SYS_DIM_GROUPS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BSC_SYS_DIM_GROUPS_TL, status:VALID,
-
PACKAGE BODY: APPS.BSC_UTILITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_UTILITY, status:VALID,
-
PACKAGE BODY: APPS.BSC_COPY_INDICATOR_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_COPY_INDICATOR_PUB, status:VALID,
-
PACKAGE BODY: APPS.BIS_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_UTIL, status:VALID,
-
PACKAGE BODY: APPS.BSC_DESIGNER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_DESIGNER_PVT, status:VALID,
-
APPS.BIS_REPORT_PUB SQL Statements
12.1.1
-
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_SIMULATION_VIEW_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_SIMULATION_VIEW_PVT, status:VALID,
-
PACKAGE BODY: APPS.BSC_BIS_DIMENSION_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_BIS_DIMENSION_PUB, status:VALID,
-
VIEW: APPS.BSC_BIS_DIM_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BSC_BIS_DIM_VL, object_name:BSC_BIS_DIM_VL, status:VALID,
-
PACKAGE BODY: APPS.BSC_UPGRADES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_UPGRADES, status:VALID,
-
PACKAGE BODY: APPS.BSC_BIS_DIM_OBJ_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_BIS_DIM_OBJ_PUB, 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 BODY: APPS.BSC_MIGRATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_MIGRATION, status:VALID,
-
APPS.BSC_UPGRADES SQL Statements
12.1.1
-
PACKAGE: APPS.BSC_CORRUPT_OBJECTS_RPT
12.1.1
-
APPS.BSC_BIS_DIM_OBJ_PUB SQL Statements
12.1.1
-
APPS.BSC_BIS_KPI_CRUD_PUB SQL Statements
12.1.1
-
APPS.BSC_UTILITY SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BSC_DIMENSION_GROUPS_PUB
12.1.1
-
APPS.BSC_METADATA_DESC SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BSC_DIMENSION_GROUPS_PVT
12.1.1
-
PACKAGE BODY: APPS.BSC_BIS_DIMENSION_PUB
12.1.1
-
APPS.BSC_DIMENSION_SETS_PUB SQL Statements
12.1.1
-
APPS.BSC_PMF_UI_API_PUB SQL Statements
12.1.1
-
APPS.BSC_MIGRATION dependencies on BSC_SYS_DIM_GROUPS_VL
12.1.1