Search Results ind_group_id
Overview
The BSC_TAB_IND_GROUPS_B table is a core repository within the Oracle Balanced Scorecard (BSC) application, a strategic performance management framework in Oracle E-Business Suite (EBS). This table functions as a junction table that defines the structural layout and membership of indicator groups within the context of a specific tab and Critical Success Factor (CSF). It is essential for rendering the visual hierarchy and organization of performance indicators on scorecard tabs, linking high-level strategic objectives (CSFs) to the groups of metrics used to measure them.
Key Information Stored
The table stores metadata that governs the presentation and logical grouping of indicators. The primary key, enforced by the unique index BSC_TAB_IND_GROUPS_B_U1, is a composite of TAB_ID, CSF_ID, and IND_GROUP_ID, ensuring a unique group definition per tab and CSF combination. Key columns include TAB_ID (the identifier for the scorecard tab), CSF_ID (the identifier for the Critical Success Factor), and IND_GROUP_ID (the identifier for the indicator group itself). The table also stores extensive layout attributes such as LEFT_POSITION, TOP_POSITION, WIDTH, and HEIGHT, which control the group's placement and dimensions on the tab. The SHORT_NAME column, indexed by BSC_TAB_IND_GROUPS_B_N1, provides an abbreviated identifier for the group.
Common Use Cases and Queries
This table is central to queries that analyze or troubleshoot the structure of a Balanced Scorecard. A primary use case is retrieving the complete layout configuration for a specific tab to understand how CSFs and their indicator groups are organized. For instance, to find all groups associated with a particular CSF (as indicated by the user's search for "csf_id"), the following query is typical:
- SELECT TAB_ID, IND_GROUP_ID, SHORT_NAME, LEFT_POSITION, TOP_POSITION FROM BSC.BSC_TAB_IND_GROUPS_B WHERE CSF_ID = <specific_csf_id> ORDER BY TAB_ID, NAME_POSITION;
Another common scenario involves generating a report of all groups across tabs, which can be achieved by joining with related descriptive tables like BSC_TABS_B for tab names and BSC_CSFS_B for CSF names. Administrators may also query this table to audit or modify group positioning attributes directly in the database for advanced customizations.
Related Objects
As a foundational configuration table, BSC_TAB_IND_GROUPS_B is referenced by the APPS synonym of the same name, which is the standard access point for all application code. It has a direct relationship with the BSC_TABS_B table (via TAB_ID) and the BSC_CSFS_B table (via CSF_ID). The IND_GROUP_ID likely references a master list of indicator groups, potentially in a table such as BSC_IND_GROUPS_B. The groups defined in this table are populated with specific indicators through related junction tables, such as BSC_TAB_INDICATORS_B, completing the hierarchy from Tab -> CSF -> Indicator Group -> Individual Indicator.
-
APPS.BSC_MIGRATION dependencies on BSC_TAB_IND_GROUPS_B
12.1.1
-
APPS.BSC_KPI_GROUP_PVT SQL Statements
12.1.1
-
APPS.BSC_KPI_GROUP_PVT dependencies on BSC_TAB_IND_GROUPS_TL
12.1.1
-
APPS.BSC_MIGRATION dependencies on BSC_TAB_IND_GROUPS_TL
12.1.1
-
APPS.BSC_BIS_KPI_CRUD_PUB dependencies on BSC_TAB_IND_GROUPS_VL
12.1.1
-
APPS.BSC_KPI_GROUP_PVT dependencies on BSC_TAB_IND_GROUPS_B
12.1.1
-
APPS.BSC_TAB_IND_GROUPS_PKG dependencies on BSC_TAB_IND_GROUPS_B
12.1.1
-
APPS.BSC_METADATA_DESC dependencies on BSC_TAB_IND_GROUPS_VL
12.1.1
-
APPS.BSC_PMF_UI_WRAPPER dependencies on BSC_TAB_IND_GROUPS_B
12.1.1
-
APPS.BSC_TAB_IND_GROUPS_PKG SQL Statements
12.1.1
-
APPS.BSC_KPI_GROUP_PVT dependencies on BSC_KPI_PUB
12.1.1
-
TABLE: BSC.BSC_TAB_IND_GROUPS_B
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_TAB_IND_GROUPS_B, object_name:BSC_TAB_IND_GROUPS_B, status:VALID,
-
APPS.BSC_KPI_PVT dependencies on BSC_TAB_IND_GROUPS_B
12.1.1
-
TABLE: BSC.BSC_TAB_IND_GROUPS_TL
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_TAB_IND_GROUPS_TL, object_name:BSC_TAB_IND_GROUPS_TL, status:VALID,
-
PACKAGE BODY: APPS.BSC_TAB_IND_GROUPS_PKG
12.1.1
-
APPS.BSC_TAB_IND_GROUPS_PKG dependencies on BSC_TAB_IND_GROUPS_TL
12.1.1
-
APPS.BSC_KPI_GROUP_PVT dependencies on FND_MESSAGE
12.1.1
-
VIEW: APPS.BSC_TAB_IND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_TAB_IND_V, object_name:BSC_TAB_IND_V, status:VALID,
-
PACKAGE BODY: APPS.BSC_KPI_GROUP_PVT
12.1.1
-
APPS.BSC_KPI_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.BSC_METADATA_DESC dependencies on BSC_TAB_INDICATORS
12.1.1
-
VIEW: APPS.BSC_TAB_IND_GROUPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_TAB_IND_GROUPS_VL FND.BSC_TAB_IND_GROUPS_VL, object_name:BSC_TAB_IND_GROUPS_VL, status:VALID,
-
TABLE: BSC.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,
-
Table: BSC_TAB_IND_GROUPS_TL
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_TAB_IND_GROUPS_TL, object_name:BSC_TAB_IND_GROUPS_TL, status:VALID, product: BSC - Balanced Scorecard , description: Translated Indicator groups information , implementation_dba_data: BSC.BSC_TAB_IND_GROUPS_TL ,
-
APPS.BSC_COPY_INDICATOR_PUB dependencies on BSC_TAB_IND_GROUPS_VL
12.1.1
-
View: BSC_TAB_IND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_TAB_IND_V, object_name:BSC_TAB_IND_V, status:VALID, product: BSC - Balanced Scorecard , description: Returns Groups that have indicators from a TAB , implementation_dba_data: APPS.BSC_TAB_IND_V ,
-
APPS.BSC_COPY_INDICATOR_PUB dependencies on BSC_BIS_KPI_CRUD_PUB
12.1.1
-
APPS.BSC_KPIS_PKG SQL Statements
12.1.1
-
APPS.BSC_KPI_GROUP_PUB dependencies on BSC_TAB_IND_GROUPS_VL
12.1.1
-
Table: BSC_TAB_IND_GROUPS_B
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_TAB_IND_GROUPS_B, object_name:BSC_TAB_IND_GROUPS_B, status:VALID, product: BSC - Balanced Scorecard , description: Indicator groups information , implementation_dba_data: BSC.BSC_TAB_IND_GROUPS_B ,
-
APPS.BSC_KPI_GROUP_PUB SQL Statements
12.1.1
-
Table: BSC_TAB_IND_GROUPS_B
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Indicator groups information , implementation_dba_data: Not implemented in this database ,
-
View: BSC_TAB_IND_GROUPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_TAB_IND_GROUPS_VL FND.BSC_TAB_IND_GROUPS_VL, object_name:BSC_TAB_IND_GROUPS_VL, status:VALID, product: BSC - Balanced Scorecard , description: View of BSC_TAB_IND_GROUPS_B and BSC_TAB_IND_GROUPS_TL. , implementation_dba_data: APPS.BSC_TAB_IND_GROUPS_VL ,
-
Table: BSC_TAB_IND_GROUPS_TL
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Translated Indicator groups information , implementation_dba_data: Not implemented in this database ,
-
View: BSC_TAB_IND_V
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Returns Groups that have indicators from a TAB , implementation_dba_data: Not implemented in this database ,
-
APPS.BSC_KPI_GROUP_PUB dependencies on BSC_TAB_IND_GROUPS_B
12.1.1
-
APPS.BSC_PMF_UI_WRAPPER dependencies on BSC_TAB_IND_GROUPS_TL
12.1.1
-
APPS.BSC_METADATA_DESC SQL Statements
12.1.1
-
View: BSC_TAB_IND_GROUPS_VL
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: View of BSC_TAB_IND_GROUPS_B and BSC_TAB_IND_GROUPS_TL. , implementation_dba_data: Not implemented in this database ,
-
APPS.BSC_KPI_PUB dependencies on BSC_TAB_IND_GROUPS_B
12.1.1
-
APPS.BSC_KPI_GROUP_PUB dependencies on BSC_KPI_GROUP_PVT
12.1.1
-
APPS.BSC_KPI_GROUP_PVT dependencies on BSC_KPIS_B
12.1.1
-
View: BSC_KPIS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_KPIS_VL, object_name:BSC_KPIS_VL, status:VALID, product: BSC - Balanced Scorecard , implementation_dba_data: APPS.BSC_KPIS_VL ,
-
View: BSC_KPIS_VL
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.BSC_BIS_CUSTOM_KPI_UTIL_PUB dependencies on BSC_TAB_IND_GROUPS_VL
12.1.1
-
APPS.BSC_PMF_UI_WRAPPER dependencies on BSC_KPIS_B
12.1.1
-
VIEW: APPS.BSC_KPIS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_KPIS_VL, object_name:BSC_KPIS_VL, status:VALID,
-
APPS.BSC_TAB_TPLATE dependencies on BSC_TAB_IND_GROUPS_B
12.1.1
-
PACKAGE BODY: APPS.BSC_KPIS_PKG
12.1.1
-
APPS.BSC_KPI_GROUP_PVT dependencies on BSC_KPI_GROUP_PVT
12.1.1