Search Results bsc_sys_periods_tl
Overview
The BSC_SYS_PERIODS_TL table is a translation table within the Oracle E-Business Suite Balanced Scorecard (BSC) module. Its primary function is to store translated textual descriptions for system-defined periods, enabling the application to support multiple languages. This table is a critical component for the localization of period names used in scorecard reporting and analysis. It is important to note that the BSC module itself is marked as obsolete in the EBS 12.1.1 and 12.2.2 releases, indicating that while the table may exist in upgraded environments, no new development or significant enhancements are expected for this functionality. The table's structure is designed to support the standard Oracle Applications translation architecture, where the '_TL' suffix denotes a translation table.
Key Information Stored
The table stores translated period information, keyed by a composite primary key. The core columns that define the unique period and its translation are YEAR, PERIODICITY_ID, and PERIOD_ID. These columns together identify a specific period instance (e.g., "January 2023" for a monthly periodicity). The primary translated column is typically a column like PERIOD_NAME, which would hold the language-specific name for the period (e.g., "Janvier" in French). While the specific name column is not listed in the provided metadata, its presence is implied by the table's description as a translation table. The table also includes standard translation table columns such as LANGUAGE and SOURCE_LANG to manage the multilingual data set.
Common Use Cases and Queries
The primary use case is retrieving period descriptions in a user's session language for display in BSC reports and user interfaces. A common query would join this table to its base table (likely BSC_SYS_PERIODS_B) to fetch a list of periods with translated names. For instance, to generate a localized list of periods for a specific year and periodicity, a developer might use a SQL pattern such as:
SELECT tl.period_name, b.* FROM bsc_sys_periods_b b, bsc_sys_periods_tl tl WHERE b.year = tl.year AND b.periodicity_id = tl.periodicity_id AND b.period_id = tl.period_id AND tl.language = userenv('LANG');
Given the module's obsolete status, direct operational use or customization is strongly discouraged. Queries against this table are most likely encountered during data migration audits, historical report maintenance, or support for legacy implementations.
Related Objects
Based on the documented foreign key relationship, BSC_SYS_PERIODS_TL is referenced by one other table in the obsolete BSC module:
- BSC_KPI_COMMENTS: This table references BSC_SYS_PERIODS_TL to validate the period context for Key Performance Indicator comments. The join is performed using the composite key columns:
BSC_KPI_COMMENTS.PERIODICITY_ID = BSC_SYS_PERIODS_TL.PERIODICITY_ID,BSC_KPI_COMMENTS.PERIOD_ID = BSC_SYS_PERIODS_TL.PERIOD_ID, andBSC_KPI_COMMENTS.YEAR = BSC_SYS_PERIODS_TL.YEAR.
-
Table: BSC_SYS_PERIODS_TL
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Translated Period information , implementation_dba_data: Not implemented in this database ,
-
Table: BSC_SYS_PERIODS_TL
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_SYS_PERIODS_TL, object_name:BSC_SYS_PERIODS_TL, status:VALID, product: BSC - Balanced Scorecard , description: Translated Period information , implementation_dba_data: BSC.BSC_SYS_PERIODS_TL ,
-
APPS.BSC_MO_HELPER_PKG dependencies on BSC_SYS_PERIODS_TL
12.1.1
-
APPS.BSC_CALENDAR_PVT dependencies on BSC_SYS_PERIODS_TL
12.1.1
-
APPS.BSC_TAB_TPLATE dependencies on BSC_SYS_PERIODS_TL
12.1.1
-
APPS.BSC_PERIODICITY_PVT dependencies on BSC_SYS_PERIODS_TL
12.1.1
-
APPS.BSC_SYS_PERIODS_PKG dependencies on BSC_SYS_PERIODS_TL
12.1.1
-
APPS.BSC_UPDATE_UTIL dependencies on BSC_SYS_PERIODS_TL
12.1.1
-
APPS.BSC_DBI_CALENDAR dependencies on BSC_SYS_PERIODS_TL
12.1.1
-
APPS.BSC_PERIODICITIES_PVT dependencies on BSC_SYS_PERIODS_TL
12.1.1
-
APPS.BSC_TIME_DIM_TEST dependencies on BSC_SYS_PERIODS_TL
12.1.1
-
APPS.BSC_PERIODICITY_PVT dependencies on BSC_SYS_PERIODS
12.1.1
-
PACKAGE BODY: APPS.BSC_SYS_PERIODS_PKG
12.1.1
-
APPS.BSC_SYS_PERIODS_PKG SQL Statements
12.1.1
-
APPS.BSC_SYS_PERIODS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.BSC_TIME_DIM_TEST dependencies on BSC_SYS_PERIODS
12.1.1
-
APPS.BSC_PERIODICITIES_PVT dependencies on BSC_SYS_PERIODS
12.1.1
-
APPS.BSC_UPDATE_UTIL dependencies on BSC_SYS_PERIODS
12.1.1
-
SYNONYM: APPS.BSC_SYS_PERIODS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BSC_SYS_PERIODS_TL, status:VALID,
-
APPS.BSC_TIME_DIM_TEST SQL Statements
12.1.1
-
APPS.BSC_CALENDAR_PVT dependencies on BSC_SYS_PERIODS
12.1.1
-
TABLE: BSC.BSC_SYS_PERIODS_TL
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_SYS_PERIODS_TL, object_name:BSC_SYS_PERIODS_TL, status:VALID,
-
APPS.BSC_DBI_CALENDAR dependencies on BSC_SYS_PERIODS
12.1.1
-
APPS.BSC_DBI_CALENDAR dependencies on BSC_SYS_CALENDARS_TL
12.1.1
-
APPS.BSC_TIME_DIM_TEST dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_MO_HELPER_PKG dependencies on BSC_KPI_DEFAULTS_TL
12.1.1
-
APPS.BSC_MO_HELPER_PKG dependencies on BSC_UPDATE_UTIL
12.1.1
-
VIEW: APPS.BSC_SYS_PERIODS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_SYS_PERIODS_VL FND.BSC_SYS_PERIODS_VL, object_name:BSC_SYS_PERIODS_VL, status:VALID,
-
APPS.BSC_CALENDAR_PVT dependencies on BSC_DB_CALENDAR
12.1.1
-
APPS.BSC_TAB_TPLATE dependencies on BSC_DIM_TPLATE
12.1.1
-
APPS.BSC_UPDATE_UTIL dependencies on BSC_DB_WEEK_MAPS
12.1.1
-
Table: BSC_KPI_COMMENTS
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Indicator comments , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.BSC_PERIODICITIES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_PERIODICITIES_PVT, status:VALID,
-
APPS.BSC_TAB_TPLATE dependencies on FND_LANGUAGES
12.1.1
-
Table: BSC_KPI_COMMENTS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_KPI_COMMENTS, object_name:BSC_KPI_COMMENTS, status:VALID, product: BSC - Balanced Scorecard , description: Indicator comments , implementation_dba_data: BSC.BSC_KPI_COMMENTS ,
-
PACKAGE BODY: APPS.BSC_SYS_PERIODS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_SYS_PERIODS_PKG, status:VALID,
-
PACKAGE BODY: APPS.BSC_CALENDAR_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_CALENDAR_PVT, status:VALID,
-
PACKAGE BODY: APPS.BSC_DBI_CALENDAR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_DBI_CALENDAR, status:VALID,
-
APPS.BSC_UPDATE_UTIL dependencies on BSC_KPI_PERIODICITIES
12.1.1
-
PACKAGE BODY: APPS.BSC_TIME_DIM_TEST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_TIME_DIM_TEST, status:VALID,
-
APPS.BSC_DBI_CALENDAR SQL Statements
12.1.1
-
View: BSC_SYS_PERIODS_VL
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: View of BSC_SYS_PERIODS_TL. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.BSC_PERIODICITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_PERIODICITY_PVT, status:VALID,
-
View: BSC_SYS_PERIODS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_SYS_PERIODS_VL FND.BSC_SYS_PERIODS_VL, object_name:BSC_SYS_PERIODS_VL, status:VALID, product: BSC - Balanced Scorecard , description: View of BSC_SYS_PERIODS_TL. , implementation_dba_data: APPS.BSC_SYS_PERIODS_VL ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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_MO_HELPER_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_MO_HELPER_PKG, status:VALID,
-
PACKAGE BODY: APPS.BSC_UPDATE_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_UPDATE_UTIL, status:VALID,
-
12.1.1 DBA Data
12.1.1