Search Results bsc_kpi_calculations
Overview
The BSC_KPI_CALCULATIONS table is a core data object within the Oracle E-Business Suite Balanced Scorecard (BSC) module. It functions as a junction or mapping table that establishes the relationship between Key Performance Indicators (KPIs) and the specific calculation logic used to derive their values. In the context of Oracle EBS 12.1.1 and 12.2.2, this table is essential for the configuration and execution of performance measurement frameworks, enabling administrators to link a defined KPI to one or more predefined calculation formulas stored in the system.
Key Information Stored
The table's structure is defined by a composite primary key, which consists of two critical columns. The CALCULATION_ID column stores a unique identifier that references a specific calculation formula defined in the BSC_SYS_CALCULATIONS table. The INDICATOR column stores the identifier for a specific Key Performance Indicator, which is a foreign key to the BSC_KPIS_B table. Together, each record in this table represents a single, explicit assignment of a calculation method to a KPI. The table does not store the calculation logic itself but serves as the critical link between the KPI definition and its computational engine.
Common Use Cases and Queries
This table is primarily accessed for configuration, auditing, and troubleshooting within the Balanced Scorecard setup. A common administrative task is to review all calculations assigned to a particular KPI. The following query pattern illustrates this, joining to the relevant descriptive tables:
SELECT kpi.NAME, calc.CALCULATION_NAME FROM BSC_KPI_CALCULATIONS kpic INNER JOIN BSC_KPIS_B kpi ON kpic.INDICATOR = kpi.INDICATOR INNER JOIN BSC_SYS_CALCULATIONS calc ON kpic.CALCULATION_ID = calc.CALCULATION_ID WHERE kpi.NAME = '&KPI_NAME';
Conversely, identifying all KPIs that utilize a specific calculation formula is another key reporting use case, vital for assessing the impact of changing a calculation definition. Data integrity checks often involve queries to find orphaned records where either the KPI or the calculation definition no longer exists in their respective source tables.
Related Objects
The BSC_KPI_CALCULATIONS table sits at the center of a defined relational model within the BSC schema, as documented in the provided metadata.
- Referenced Tables (Foreign Keys):
- BSC_KPIS_B: Linked via the
INDICATORcolumn. This is the base table for KPI definitions. - BSC_SYS_CALCULATIONS: Linked via the
CALCULATION_IDcolumn. This table stores the master list of available calculation formulas.
- BSC_KPIS_B: Linked via the
- Referencing Table (Child Table):
- BSC_KPI_CALCULATIONS_USER: This table references BSC_KPI_CALCULATIONS using both the
INDICATORandCALCULATION_IDcolumns, typically to store user-specific overrides or notes related to a specific KPI-calculation assignment.
- BSC_KPI_CALCULATIONS_USER: This table references BSC_KPI_CALCULATIONS using both the
The primary key constraint BSC_KPI_CALCULATIONS_PK on (CALCULATION_ID, INDICATOR) enforces uniqueness for each KPI-calculation combination.
-
Table: BSC_KPI_CALCULATIONS
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Calculations information , implementation_dba_data: Not implemented in this database ,
-
Table: BSC_KPI_CALCULATIONS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_KPI_CALCULATIONS, object_name:BSC_KPI_CALCULATIONS, status:VALID, product: BSC - Balanced Scorecard , description: Calculations information , implementation_dba_data: BSC.BSC_KPI_CALCULATIONS ,
-
APPS.BSC_OBJ_ANALYSIS_OPTIONS_PUB dependencies on BSC_KPI_CALCULATIONS
12.1.1
-
APPS.BSC_BIS_KPI_CRUD_PUB dependencies on BSC_KPI_CALCULATIONS
12.1.1
-
APPS.BSC_COLOR_UPGRADE dependencies on BSC_KPI_CALCULATIONS
12.1.1
-
APPS.BSC_SIMULATION_VIEW_PVT dependencies on BSC_KPI_CALCULATIONS
12.1.1
-
APPS.BSC_TEMPLATE dependencies on BSC_KPI_CALCULATIONS
12.1.1
-
APPS.BSC_CALCULATIONS_PVT dependencies on BSC_KPI_CALCULATIONS
12.1.1
-
APPS.BSC_CALCULATIONS_PUB dependencies on BSC_KPI_CALCULATIONS
12.1.1
-
APPS.BSC_TAB_TPLATE dependencies on BSC_KPI_CALCULATIONS
12.1.1
-
APPS.BSC_METADATA_DESC dependencies on BSC_KPI_CALCULATIONS
12.1.1
-
APPS.BSC_DESIGNER_PVT dependencies on BSC_KPI_CALCULATIONS
12.1.1
-
APPS.BSC_TEMPLATE dependencies on BSC_KPI_CALCULATIONS
12.1.1
-
APPS.BSC_CALCULATIONS_PVT dependencies on BSC_KPI_CALCULATIONS
12.1.1
-
APPS.BSC_KPI_PVT dependencies on BSC_KPI_CALCULATIONS
12.1.1
-
APPS.BSC_CALCULATIONS_PUB SQL Statements
12.1.1
-
APPS.BSC_OBJECTIVE_METADATA_SETUP dependencies on JTF_DIAGNOSTIC_COREAPI
12.1.1
-
APPS.BSC_TEMPLATE dependencies on BSC_KPI_ANALYSIS_MEASURES_TL
12.1.1
-
APPS.BSC_TEMPLATE dependencies on BSC_KPI_ANALYSIS_GROUPS
12.1.1
-
TABLE: BSC.BSC_KPI_CALCULATIONS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_KPI_CALCULATIONS, object_name:BSC_KPI_CALCULATIONS, status:VALID,
-
SYNONYM: APPS.BSC_KPI_CALCULATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BSC_KPI_CALCULATIONS, status:VALID,
-
APPS.BSC_CALCULATIONS_PVT dependencies on FND_API
12.1.1
-
VIEW: APPS.BSC_DB_COLOR_KPI_V
12.1.1
-
APPS.BSC_CALCULATIONS_PVT SQL Statements
12.1.1
-
APPS.BSC_METADATA_DESC dependencies on BSC_LOOKUPS
12.1.1
-
Table: BSC_KPI_CALCULATIONS_USER
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_KPI_CALCULATIONS_USER, object_name:BSC_KPI_CALCULATIONS_USER, status:VALID, product: BSC - Balanced Scorecard , description: Calculations information by user , implementation_dba_data: BSC.BSC_KPI_CALCULATIONS_USER ,
-
PACKAGE BODY: APPS.BSC_CALCULATIONS_PUB
12.1.1
-
APPS.BSC_DESIGNER_PVT dependencies on BSC_KPI_ANALYSIS_OPTIONS_TL
12.1.1
-
APPS.BSC_KPI_PVT dependencies on BSC_KPI_CALCULATIONS_USER
12.1.1
-
Table: BSC_KPI_CALCULATIONS_USER
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Calculations information by user , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
PACKAGE BODY: APPS.BSC_CALCULATIONS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_CALCULATIONS_PVT, status:VALID,
-
PACKAGE: APPS.BSC_CALCULATIONS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BSC_CALCULATIONS_PVT, status:VALID,
-
PACKAGE BODY: APPS.BSC_CALCULATIONS_PVT
12.1.1
-
APPS.BSC_DESIGNER_PVT dependencies on BSC_KPI_PERIODICITIES
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,
-
View: BSC_DB_COLOR_KPI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_DB_COLOR_KPI_V, object_name:BSC_DB_COLOR_KPI_V, status:VALID, product: BSC - Balanced Scorecard , implementation_dba_data: APPS.BSC_DB_COLOR_KPI_V ,
-
PACKAGE: APPS.BSC_TEMPLATE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BSC_TEMPLATE, status:VALID,
-
Table: BSC_KPIS_B
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Key performance indicator information , implementation_dba_data: Not implemented in this database ,
-
Table: 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, product: BSC - Balanced Scorecard , description: Key performance indicator information , implementation_dba_data: BSC.BSC_KPIS_B ,
-
PACKAGE BODY: APPS.BSC_COLOR_UPGRADE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_COLOR_UPGRADE, status:VALID,
-
View: BSC_DB_COLOR_KPI_V
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.BSC_TEMPLATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_TEMPLATE, status:VALID,
-
PACKAGE BODY: APPS.BSC_CALCULATIONS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_CALCULATIONS_PUB, status:VALID,
-
APPS.BSC_CALCULATIONS_PUB dependencies on BSC_CALCULATIONS_PVT
12.1.1
-
APPS.BSC_DESIGNER_PVT dependencies on BSC_KPI_DIM_LEVEL_PROPERTIES
12.1.1
-
PACKAGE BODY: APPS.BSC_TAB_TPLATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_TAB_TPLATE, 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,
-
VIEW: APPS.BSC_DB_COLOR_KPI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_DB_COLOR_KPI_V, object_name:BSC_DB_COLOR_KPI_V, status:VALID,