Search Results bsc_db_tables_rels
Overview
The BSC_DB_TABLES_RELS table is a metadata repository object within the Oracle E-Business Suite (EBS) Balanced Scorecard (BSC) module, which is documented as obsolete. Its primary role is to store information defining relationships between database tables that are relevant to the BSC application's data model. This table functions as a central catalog for understanding how different data entities within the BSC module are linked, which is essential for data integrity, application logic, and potentially for generating dynamic queries or reports. The provided ETRM metadata explicitly states that this table is "Not implemented in this database," indicating it may have been part of a design or installation artifact that was not deployed in standard instances of EBS 12.1.1 or 12.2.2, despite its definition existing in the data dictionary.
Key Information Stored
The table's structure is designed to capture a directed relationship between two tables. Based on the primary key and foreign key definitions, the critical columns are SOURCE_TABLE_NAME and TABLE_NAME. Together, these form the primary key (BSC_DB_TABLES_RELS_PK), suggesting that each unique combination of source and target table defines a distinct relationship record. The column names imply that the table stores a parent-child or foreign key relationship where the SOURCE_TABLE_NAME is likely the referencing table (the table containing the foreign key), and the TABLE_NAME is the referenced table (the primary key table). This metadata would be crucial for applications that need to navigate or validate the BSC data model programmatically.
Common Use Cases and Queries
Given its status as a metadata table for an obsolete module and its noted non-implementation, direct operational use in a live EBS environment is improbable. Historically, its intended use cases would have included application features that required dynamic discovery of table relationships, such as building ad-hoc query interfaces, generating data lineage reports, or enforcing data consistency rules within the BSC module. A typical query to retrieve all defined relationships would be a simple SELECT statement on the key columns. For example, to find all tables related to a specific primary table, one might use: SELECT source_table_name FROM bsc_db_tables_rels WHERE table_name = 'BSC_KPI_DATA';. However, administrators should verify the table's existence and content in their specific database before relying on it.
Related Objects
The ETRM documentation specifies two foreign key relationships, both pointing to the BSC_DB_TABLES table. This indicates that BSC_DB_TABLES_RELS is a child table of BSC_DB_TABLES, and both the SOURCE_TABLE_NAME and TABLE_NAME columns must exist as valid table names in the BSC_DB_TABLES master list. The documented relationships are:
- BSC_DB_TABLES_RELS.TABLE_NAME references BSC_DB_TABLES (ensures the referenced table is defined in the system).
- BSC_DB_TABLES_RELS.SOURCE_TABLE_NAME references BSC_DB_TABLES (ensures the source/referencing table is defined in the system).
-
Table: BSC_DB_TABLES_RELS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_DB_TABLES_RELS, object_name:BSC_DB_TABLES_RELS, status:VALID, product: BSC - Balanced Scorecard , description: Table relationships information , implementation_dba_data: BSC.BSC_DB_TABLES_RELS ,
-
Table: BSC_DB_TABLES_RELS
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Table relationships information , implementation_dba_data: Not implemented in this database ,
-
APPS.BSC_BIS_DIM_OBJ_PUB dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_UPDATE_SUM dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_DIMENSION_LEVELS_PVT dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_BSC_ADAPTER dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_BIS_DIM_REL_PUB dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_DBGEN_UTILS dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_IM_UTILS dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_MO_HELPER_PKG dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_DBGEN_BSC_READER dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_MIGRATION dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_BIA_WRAPPER dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_UPDATE dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_UPGRADES dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_UPDATE_LOCK dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_MO_INPUT_TABLE_PKG dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_MO_DOC_PKG dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_UPDATE_UTIL dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_MO_UI_PKG dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_MO_LOADER_CONFIG_PKG dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_UPDATE_INC dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_UPDATE_DIM dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_UPDATE_VAL dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_DIM_TPLATE dependencies on BSC_DB_TABLES_RELS
12.1.1
-
APPS.BSC_BIS_DIM_REL_PUB dependencies on BSC_DB_TABLES
12.1.1
-
APPS.BSC_MO_UI_PKG dependencies on BSC_DB_TABLES
12.1.1
-
APPS.BSC_MO_HELPER_PKG dependencies on BSC_DB_TABLES
12.1.1
-
APPS.BSC_BIS_DIM_OBJ_PUB dependencies on BSC_DB_TABLES
12.1.1
-
APPS.BSC_UPDATE_LOCK dependencies on BSC_DB_TABLES
12.1.1
-
APPS.BSC_MO_HELPER_PKG dependencies on BSC_DB_TABLES_COLS
12.1.1
-
APPS.BSC_UPDATE dependencies on BSC_DB_TABLES
12.1.1
-
APPS.BSC_DIM_TPLATE dependencies on BSC_DB_TABLES
12.1.1
-
APPS.BSC_DIMENSION_LEVELS_PVT dependencies on BSC_DB_TABLES
12.1.1
-
APPS.BSC_MO_LOADER_CONFIG_PKG dependencies on BSC_DB_TABLES
12.1.1
-
APPS.BSC_UPDATE_DIM dependencies on BSC_DB_TABLES
12.1.1
-
APPS.BSC_DBGEN_UTILS dependencies on BSC_DB_TABLES
12.1.1
-
APPS.BSC_MIGRATION dependencies on BSC_DB_TABLES
12.1.1
-
APPS.BSC_MO_INPUT_TABLE_PKG dependencies on BSC_DB_TABLES
12.1.1
-
APPS.BSC_MO_UI_PKG dependencies on BSC_DB_TABLES_COLS
12.1.1
-
APPS.BSC_DBGEN_BSC_READER dependencies on BSC_DB_TABLES
12.1.1
-
APPS.BSC_MO_INPUT_TABLE_PKG SQL Statements
12.1.1
-
APPS.BSC_PMD_OPT_DOC_UTIL SQL Statements
12.1.1
-
APPS.BSC_PMD_OPT_DOC_UTIL dependencies on BSC_PMD_OPT_DOC_UTIL
12.1.1
-
Table: BSC_DB_TABLES
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_DB_TABLES, object_name:BSC_DB_TABLES, status:VALID, product: BSC - Balanced Scorecard , description: Data tables information , implementation_dba_data: BSC.BSC_DB_TABLES ,
-
APPS.BSC_MO_UI_PKG dependencies on BSC_SYS_DIM_LEVELS_VL
12.1.1
-
Table: BSC_DB_TABLES
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Data tables information , implementation_dba_data: Not implemented in this database ,
-
TABLE: BSC.BSC_DB_TABLES_RELS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_DB_TABLES_RELS, object_name:BSC_DB_TABLES_RELS, status:VALID,
-
APPS.BSC_MO_LOADER_CONFIG_PKG dependencies on BSC_TMP_BIG_IN_COND
12.1.1
-
APPS.BSC_BSC_ADAPTER dependencies on BSC_DB_TABLES
12.1.1