Search Results bsc_sys_periodicities
Overview
The BSC_SYS_PERIODICITIES table is a core reference table within the Oracle E-Business Suite Balanced Scorecard (BSC) application. It serves as the master repository for defining the time frequencies or intervals used for measuring and reporting on Key Performance Indicators (KPIs), benchmarks, and data sources. This table is fundamental to the BSC module's functionality, as it standardizes the periodicity definitions—such as Daily, Weekly, Monthly, Quarterly, or Yearly—that govern how performance data is aggregated, analyzed, and compared over time. Its role is to provide a centralized, controlled list of valid periodicities that ensure consistency across all scorecard components.
Key Information Stored
While the provided metadata does not list specific columns, the table's primary key and foreign key relationships define its critical structure. The central column is PERIODICITY_ID, a unique numeric identifier for each periodicity type, which serves as the table's primary key. Based on standard EBS design patterns, the table likely contains additional descriptive columns, such as a NAME or CODE (e.g., 'MONTHLY'), a DESCRIPTION, and potentially flags controlling data roll-up behavior and calendar alignment. The integrity of the PERIODICITY_ID is enforced by the primary key constraint BSC_SYS_PERIODICITIES_PK, making it the anchor for all related data.
Common Use Cases and Queries
The primary use case is to retrieve the list of available periodicities for configuration or reporting purposes. Administrators may query this table when setting up a new KPI to determine valid measurement frequencies. A common reporting need is to join this table to KPI data to translate the periodicity ID into a human-readable label. A typical query pattern would be:
SELECT periodicity_id, name FROM bsc_sys_periodicities WHERE enabled_flag = 'Y' ORDER BY sequence_num;SELECT kpi.name, p.name AS periodicity FROM bsc_kpis_b kpi, bsc_sys_periodicities p WHERE kpi.periodicity_id = p.periodicity_id;
This table is also crucial for data validation, ensuring that any KPI or benchmark record references a periodicity that is officially defined within the system.
Related Objects
The BSC_SYS_PERIODICITIES table is referenced as a parent table by several key BSC module tables via foreign key relationships, as documented in the metadata. These relationships are:
- BSC_DB_TABLES.PERIODICITY_ID: Links to data source tables defined for scorecarding.
- BSC_KPIS_B.PERIODICITY_ID: Associates a periodicity with the base definition of a Key Performance Indicator.
- BSC_KPI_PERIODICITIES.PERIODICITY_ID: Likely used to define multiple allowed periodicities for a single KPI or for periodicity-specific thresholds.
- BSC_SYS_BENCHMARKS_B.PERIODICITY_ID: Assigns a measurement frequency to benchmark definitions.
These foreign key constraints ensure referential integrity, meaning a periodicity cannot be deleted if it is in use by any KPI, benchmark, or data table.
-
Table: BSC_SYS_PERIODICITIES
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Periodicity information , implementation_dba_data: Not implemented in this database ,
-
Table: BSC_SYS_PERIODICITIES
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_SYS_PERIODICITIES, object_name:BSC_SYS_PERIODICITIES, status:VALID, product: BSC - Balanced Scorecard , description: Periodicity information , implementation_dba_data: BSC.BSC_SYS_PERIODICITIES ,
-
APPS.BSC_PERIODS_PUB dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_AW_READ dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_DBI_CALENDAR dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_LOCKS_PVT dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_UPDATE_SUM dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_PERIODICITIES_PUB dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_MO_HELPER_PKG dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_DBGEN_BSC_READER dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_UPDATE_LOCK dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_MIGRATION dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_MO_DB_PKG dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_BIS_KPI_MEAS_PUB dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_PERIODICITIES_PVT dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_BIS_KPI_CRUD_PUB dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_CALENDAR_PVT dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_PERIODS_PUB dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_PERIODS_UTILITY_PKG dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_DIMENSION_KEYS_PKG dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_UPDATE_CALC dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_PMF_UI_WRAPPER dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_BIS_KPI_MEAS_PUB dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_TIME_DIM_TEST dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_UPDATE_BASE_V2 dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_BSC_ADAPTER dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_BIS_LOCKS_PUB dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_DBGEN_METADATA_READER dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_UPDATE dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_UPDATE_UTIL dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_BSC_XTD_PKG dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_AW_CALENDAR dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_PERIODICITIES_PUB dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_MO_DOC_PKG dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_COPY_INDICATOR_PUB dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_CALENDAR_PUB dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_LOCKS_PUB dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_UPDATE_BASE dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_UPDATE_UTIL dependencies on BSC_SYS_PERIODICITY_ID_S
12.1.1
-
APPS.BSC_TIME_DIM_TEST SQL Statements
12.1.1
-
APPS.BSC_TIME_DIM_TEST dependencies on BSC_SYS_PERIODS
12.1.1
-
APPS.BSC_UPDATE dependencies on BSC_SYS_PERIODICITIES_VL
12.1.1
-
APPS.BSC_UPDATE_BASE_V2 dependencies on BSC_DB_CALCULATIONS
12.1.1
-
APPS.BSC_UPDATE_BASE dependencies on BSC_DB_CALCULATIONS
12.1.1
-
APPS.BSC_BSC_XTD_PKG dependencies on BSC_KPI_PERIODICITIES
12.1.1
-
APPS.BSC_PERIODS_UTILITY_PKG SQL Statements
12.1.1
-
APPS.BSC_CALENDAR_PVT dependencies on BSC_SYS_PERIODS
12.1.1
-
View: BSC_SYS_PERIODICITIES_VL
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: View of BSC_SYS_PERIODICITIES and BSC_SYS_PERIODICITIES_TL. , implementation_dba_data: Not implemented in this database ,
-
APPS.BSC_MO_HELPER_PKG dependencies on BSC_SYS_CALENDARS_B
12.1.1
-
APPS.BSC_TIME_DIM_TEST dependencies on BSC_SYS_PERIODS_TL
12.1.1