Search Results bsc_sys_periods
Overview
The table BSC_SYS_PERIODS is a core data structure within the Oracle E-Business Suite (EBS) module BSC (Balanced Scorecard). As indicated by its description, it stores periods information, which is fundamental for time-based analysis, performance measurement, and reporting within the Balanced Scorecard framework. The Balanced Scorecard module is designed for strategic performance management, translating an organization's mission and strategy into a comprehensive set of performance measures. The BSC_SYS_PERIODS table provides the temporal dimension for this system, enabling the tracking of metrics, objectives, and initiatives across defined fiscal or calendar periods. It is critical to note that the ETRM explicitly marks the BSC module as "Obsolete," indicating it is a legacy component that may no longer be under active development or enhancement in versions 12.1.1 and 12.2.2.
Key Information Stored
The table's primary key, BSC_SYS_PERIODS_PK, is a composite key consisting of PERIODICITY_ID, PERIOD_ID, and YEAR. This structure defines the core data elements. The PERIODICITY_ID column identifies the type of time cycle (e.g., monthly, quarterly, annually). The PERIOD_ID specifies the sequence or identifier within that periodicity (e.g., month number 1-12, quarter 1-4). The YEAR column stores the calendar or fiscal year. Together, these columns uniquely define any specific time period within the Balanced Scorecard system. While the provided metadata does not list additional columns, typical period tables in EBS often include fields for period start date, end date, status (open, closed, future), and name.
Common Use Cases and Queries
The primary use case for BSC_SYS_PERIODS is to serve as a master reference for valid time periods when entering or querying performance data. Reports and analyses within the Balanced Scorecard would join to this table to filter data by period, calculate period-over-period comparisons, and validate that data is being entered against an open and valid period. A common query pattern would involve selecting a range of periods for reporting. For example, to list all monthly periods for a given year, one might use: SELECT period_id, period_name FROM bsc_sys_periods WHERE periodicity_id = 'MONTHLY' AND year = :p_year ORDER BY period_id;. Another critical use is period validation in data entry processes, ensuring transactional data is tagged with a period that exists and is active within the BSC_SYS_PERIODS table.
Related Objects
Based on the documented primary key, the BSC_SYS_PERIODS table is a parent table to other entities within the Balanced Scorecard schema. Any table containing the composite foreign key columns (PERIODICITY_ID, PERIOD_ID, YEAR) would reference BSC_SYS_PERIODS to maintain referential integrity for period data. While specific child tables are not listed in the brief metadata, in a typical BSC data model, this would likely include fact tables storing actual and target performance measure values, initiative status logs, and strategic objective snapshots. The table itself is central to the period dimension within the module's data warehouse-like structure.
-
Table: BSC_SYS_PERIODS
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Periods information , implementation_dba_data: Not implemented in this database ,
-
Table: BSC_SYS_PERIODS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_SYS_PERIODS, object_name:BSC_SYS_PERIODS, status:VALID, product: BSC - Balanced Scorecard , description: Periods information , implementation_dba_data: BSC.BSC_SYS_PERIODS ,
-
APPS.BSC_PERIODICITIES_PUB dependencies on BSC_SYS_PERIODS
12.1.1
-
APPS.BSC_UPDATE_UTIL dependencies on BSC_SYS_PERIODS
12.1.1
-
APPS.BSC_PERIODICITY_PVT dependencies on BSC_SYS_PERIODS
12.1.1
-
APPS.BSC_PERIODS_PUB dependencies on BSC_SYS_PERIODS
12.1.1
-
APPS.BSC_DBI_CALENDAR dependencies on BSC_SYS_PERIODS
12.1.1
-
APPS.BSC_CALENDAR_PVT dependencies on BSC_SYS_PERIODS
12.1.1
-
APPS.BSC_PERIODICITIES_PVT dependencies on BSC_SYS_PERIODS
12.1.1
-
APPS.BSC_PERIODS_PUB dependencies on BSC_SYS_PERIODS
12.1.1
-
APPS.BSC_TIME_DIM_TEST dependencies on BSC_SYS_PERIODS
12.1.1
-
APPS.BSC_DBI_CALENDAR dependencies on BSC_DB_CALENDAR
12.1.1
-
TABLE: BSC.BSC_SYS_PERIODS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_SYS_PERIODS, object_name:BSC_SYS_PERIODS, status:VALID,
-
APPS.BSC_TIME_DIM_TEST dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_DBI_CALENDAR SQL Statements
12.1.1
-
SYNONYM: APPS.BSC_SYS_PERIODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BSC_SYS_PERIODS, status:VALID,
-
APPS.BSC_PERIODS_PUB SQL Statements
12.1.1
-
APPS.BSC_TIME_DIM_TEST SQL Statements
12.1.1
-
APPS.BSC_DBI_CALENDAR dependencies on BSC_SYS_CALENDARS_TL
12.1.1
-
APPS.BSC_DBI_CALENDAR dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_CALENDAR_PVT dependencies on BSC_SYS_PERIODICITIES
12.1.1
-
APPS.BSC_UPDATE_UTIL SQL Statements
12.1.1
-
APPS.BSC_PERIODICITIES_PVT dependencies on BSC_SYS_PERIODS_TL
12.1.1
-
APPS.BSC_PERIODICITY_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BSC_PERIODS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_PERIODS_PUB, status:VALID,
-
PACKAGE BODY: APPS.BSC_CALENDAR_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_CALENDAR_PVT, status:VALID,
-
APPS.BSC_PERIODICITY_PVT dependencies on BSC_SYS_PERIODS_TL
12.1.1
-
APPS.BSC_DBI_CALENDAR dependencies on BSC_IM_UTILS
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_PERIODICITY_PVT dependencies on FND_MSG_PUB
12.1.1
-
PACKAGE BODY: APPS.BSC_PERIODICITIES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_PERIODICITIES_PVT, status:VALID,
-
PACKAGE: APPS.BSC_PERIODS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BSC_PERIODS_PUB, status:VALID,
-
PACKAGE BODY: APPS.BSC_PERIODICITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_PERIODICITY_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,
-
PACKAGE: APPS.BSC_PERIODICITIES_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BSC_PERIODICITIES_PUB, status:VALID,
-
APPS.BSC_PERIODICITIES_PVT dependencies on BSC_SYS_PERIODICITIES_TL
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.BSC_TIME_DIM_TEST dependencies on BSC_SYS_PERIODS_TL
12.1.1
-
APPS.BSC_TIME_DIM_TEST dependencies on BSC_SYS_CALENDARS_B
12.1.1
-
PACKAGE BODY: APPS.BSC_DBI_CALENDAR
12.1.1
-
APPS.BSC_DIMENSION_KEYS_PKG SQL Statements
12.1.1
-
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
-
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
-
APPS.BSC_DBI_CALENDAR dependencies on BSC_SYS_PERIODS_TL
12.1.1
-
APPS.BSC_DBI_CALENDAR dependencies on BSC_SYS_CALENDARS_B
12.1.1
-
PACKAGE BODY: APPS.BSC_PERIODICITY_PVT
12.1.1
-
APPS.BSC_UPDATE_VAL SQL Statements
12.1.1