Search Results bsc_sys_dataset_calc
Overview
The BSC_SYS_DATASET_CALC table is a core configuration table within the Oracle E-Business Suite Balanced Scorecard (BSC) module. Its primary function is to manage the selective disabling of specific calculations for defined datasets. In the context of the Balanced Scorecard, a dataset represents a collection of key performance indicators (KPIs) and data used for strategic performance management. This table provides a granular level of control, allowing administrators to exclude certain automated calculations from processing within a specific dataset, thereby tailoring the performance measurement logic to unique business requirements without altering the global calculation definitions.
Key Information Stored
The table acts as a junction or intersection entity, storing pairs of identifiers that define a disablement rule. Its structure is defined by a composite primary key. The two critical columns are DATASET_ID, which references a specific dataset from the BSC_SYS_DATASETS_B table, and DISABLED_CALC_ID, which references a particular calculation defined in the BSC_SYS_CALCULATIONS table. Each record in this table signifies that the calculation identified by DISABLED_CALC_ID is explicitly turned off for the dataset identified by DATASET_ID. The table does not store the calculation logic or dataset details itself; it solely maintains this relationship.
Common Use Cases and Queries
The primary use case is administrative configuration and troubleshooting of Balanced Scorecard calculation behavior. A system administrator may query this table to audit which calculations are disabled across the system or for a particular dataset. Common SQL patterns include identifying all disabled calculations for a given dataset name, or verifying if a specific calculation is disabled anywhere. For example, to list all disabled calculations for a dataset named 'Q4_FINANCIAL_SCORECARD', a query would join BSC_SYS_DATASET_CALC to BSC_SYS_DATASETS_B and BSC_SYS_CALCULATIONS. Conversely, during performance tuning or issue diagnosis, technical consultants might query this table to rule out disabled calculations as the cause for unexpected KPI values in a specific dataset report.
Related Objects
This table has defined dependencies on two other primary BSC configuration tables, enforced through foreign key constraints:
- BSC_SYS_DATASETS_B: The DATASET_ID column in BSC_SYS_DATASET_CALC references the primary key of this table, which stores the master list of all datasets.
- BSC_SYS_CALCULATIONS: The DISABLED_CALC_ID column in BSC_SYS_DATASET_CALC references the primary key of this table, which contains the definitions of all available system calculations.
The table's primary key constraint, BSC_SYS_DATASET_CALC_PK, ensures the uniqueness of each dataset and calculation ID combination, preventing duplicate disablement rules.
-
Table: BSC_SYS_DATASET_CALC
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_SYS_DATASET_CALC, object_name:BSC_SYS_DATASET_CALC, status:VALID, product: BSC - Balanced Scorecard , description: Disabled calculations information per dataset , implementation_dba_data: BSC.BSC_SYS_DATASET_CALC ,
-
Table: BSC_SYS_DATASET_CALC
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Disabled calculations information per dataset , implementation_dba_data: Not implemented in this database ,
-
APPS.BSC_TEMPLATE dependencies on BSC_SYS_DATASET_CALC
12.1.1
-
APPS.BSC_DATASETS_PVT dependencies on BSC_SYS_DATASET_CALC
12.1.1
-
APPS.BSC_OBJ_ANALYSIS_OPTIONS_PUB dependencies on BSC_SYS_DATASET_CALC
12.1.1
-
APPS.BSC_AOP_TPLATE dependencies on BSC_SYS_DATASET_CALC
12.1.1
-
APPS.BSC_BIS_MEASURE_PUB dependencies on BSC_SYS_DATASET_CALC
12.1.1
-
APPS.BSC_CALCULATIONS_PUB dependencies on BSC_SYS_DATASET_CALC
12.1.1
-
APPS.BSC_TEMPLATE dependencies on BSC_SYS_DATASETS_TL
12.1.1
-
SYNONYM: APPS.BSC_SYS_DATASET_CALC
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BSC_SYS_DATASET_CALC, status:VALID,
-
TABLE: BSC.BSC_SYS_DATASET_CALC
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_SYS_DATASET_CALC, object_name:BSC_SYS_DATASET_CALC, status:VALID,
-
Table: BSC_SYS_DATASETS_B
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_SYS_DATASETS_B, object_name:BSC_SYS_DATASETS_B, status:VALID, product: BSC - Balanced Scorecard , description: Datasets information , implementation_dba_data: BSC.BSC_SYS_DATASETS_B ,
-
Table: BSC_SYS_CALCULATIONS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_SYS_CALCULATIONS, object_name:BSC_SYS_CALCULATIONS, status:VALID, product: BSC - Balanced Scorecard , description: System calculations , implementation_dba_data: BSC.BSC_SYS_CALCULATIONS ,
-
Table: BSC_SYS_CALCULATIONS
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: System calculations , implementation_dba_data: Not implemented in this database ,
-
APPS.BSC_CALCULATIONS_PUB dependencies on BSC_COLOR_CALC_UTIL
12.1.1
-
Table: BSC_SYS_DATASETS_B
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Datasets information , implementation_dba_data: Not implemented in this database ,
-
APPS.BSC_AOP_TPLATE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BSC_AOP_TPLATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_AOP_TPLATE, status:VALID,
-
APPS.BSC_CALCULATIONS_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BSC_CALCULATIONS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_CALCULATIONS_PUB, status:VALID,
-
PACKAGE BODY: APPS.BSC_TEMPLATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_TEMPLATE, 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_DATASETS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_DATASETS_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.BSC_MIGRATION dependencies on BSC_SYS_DATASETS_B
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.BSC_BIS_MEASURE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_BIS_MEASURE_PUB, status:VALID,
-
APPS.BSC_DATASETS_PVT SQL Statements
12.1.1
-
APPS.BSC_TEMPLATE SQL Statements
12.1.1
-
APPS.BSC_DATASETS_PVT dependencies on FND_API
12.1.1
-
PACKAGE BODY: APPS.BSC_TEMPLATE
12.1.1
-
PACKAGE BODY: APPS.BSC_AOP_TPLATE
12.1.1
-
APPS.BSC_BIS_MEASURE_PUB SQL Statements
12.1.1
-
APPS.BSC_DATASETS_PVT dependencies on FND_MSG_PUB
12.1.1
-
PACKAGE BODY: APPS.BSC_DATASETS_PVT
12.1.1
-
PACKAGE BODY: APPS.BSC_CALCULATIONS_PUB
12.1.1
-
APPS.BSC_OBJ_ANALYSIS_OPTIONS_PUB dependencies on BSC_KPI_ANALYSIS_MEASURES_B
12.1.1
-
APPS.BSC_DATASETS_PVT dependencies on FND_MESSAGE
12.1.1
-
APPS.BSC_OBJ_ANALYSIS_OPTIONS_PUB SQL Statements
12.1.1
-
eTRM - BSC Tables and Views
12.1.1
description: Tab permissions ,
-
PACKAGE BODY: APPS.BSC_BIS_MEASURE_PUB
12.1.1
-
APPS.BSC_MIGRATION SQL Statements
12.1.1
-
APPS.BSC_MIGRATION dependencies on BSC_APPS
12.1.1
-
PACKAGE BODY: APPS.BSC_MIGRATION
12.1.1
-
eTRM - BSC Tables and Views
12.1.1
description: Tab permissions ,
-
PACKAGE BODY: APPS.BSC_OBJ_ANALYSIS_OPTIONS_PUB
12.1.1
-
12.1.1 DBA Data
12.1.1