Search Results pa_summ_balances
Overview
The PA_SUMM_BALANCES table is a core data repository within the Oracle E-Business Suite Projects module (PA). Its primary function is to store aggregated financial balance information for reporting objects, serving as a critical performance layer for project accounting and financial reporting. By maintaining pre-summarized balances, it enables efficient generation of key reports—such as project performance, work-in-progress (WIP), and cost distribution summaries—without requiring real-time aggregation from vast transactional tables. This table is integral to the financial close and reporting processes in both Oracle EBS 12.1.1 and 12.2.2, providing a validated and structured source for analytical queries.
Key Information Stored
The table's structure is designed to hold summarized financial data linked to specific reporting periods and objects. Based on the provided metadata, the most critical columns include the object identifier and the accounting period reference. The OBJECT_ID column is a foreign key to PA_OBJECTS, linking each summarized balance to a specific project, task, or other reporting entity within the Projects module. The PERIOD_SET_NAME column is a foreign key to GL_PERIOD_SETS, anchoring the summarized data to a specific accounting calendar. While the specific balance columns (e.g., raw cost, burdened cost, revenue) are not detailed in the excerpt, the table typically stores aggregated amounts for key financial dimensions like actuals, commitments, and budget amounts, categorized by expenditure type, revenue category, or other natural account segments.
Common Use Cases and Queries
This table is primarily accessed for high-level financial analysis and standardized reporting. A common use case is querying period-to-date or project-to-date summarized costs and revenues for a set of projects. For example, a financial analyst might execute a query to retrieve total actual costs by period for a specific project hierarchy. The table is also essential for reconciling project balances with the General Ledger. A typical SQL pattern involves joining PA_SUMM_BALANCES with PA_OBJECTS for descriptive information and GL_PERIOD_SETS for period details:
SELECT pob.object_name, psb.period_name, psb.actual_raw_cost FROM pa_summ_balances psb, pa_objects pob WHERE psb.object_id = pob.object_id AND pob.project_id = :p_project_id ORDER BY psb.period_name;
Reports and interfaces often source data from this table to avoid performance degradation associated with directly querying transactional tables like PA_EXPENDITURES_ALL.
Related Objects
PA_SUMM_BALANCES has defined relationships with several key EBS objects, as indicated by its foreign keys. The primary parent table is PA_OBJECTS, which defines all reportable entities in Projects, such as projects, tasks, and top tasks. The table also references GL_PERIOD_SETS, linking it to the enterprise's accounting calendar. While not listed in the excerpt, this summary table is likely populated by or feeds into various Oracle Projects public application programming interfaces (APIs) and is a fundamental source for Oracle Projects standard reports and the Projects Intelligence (PJI) reporting schema. Direct transactional tables like PA_EXPENDITURES_ALL and PA_COST_DISTRIBUTION_ALL are the ultimate sources for the summaries stored here.
-
Table: PA_SUMM_BALANCES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SUMM_BALANCES, object_name:PA_SUMM_BALANCES, status:VALID, product: PA - Projects , description: PA_SUMM_BALANCES stores summarized balance informations for reporting objects. , implementation_dba_data: PA.PA_SUMM_BALANCES ,
-
Table: PA_SUMM_BALANCES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SUMM_BALANCES, object_name:PA_SUMM_BALANCES, status:VALID, product: PA - Projects , description: PA_SUMM_BALANCES stores summarized balance informations for reporting objects. , implementation_dba_data: PA.PA_SUMM_BALANCES ,
-
APPS.PA_FP_ORG_FCST_UTILS dependencies on PA_SUMM_BALANCES
12.1.1
-
APPS.PA_FORECAST_GRC_PVT dependencies on PA_SUMM_BALANCES
12.2.2
-
APPS.PA_FP_ORG_FCST_UTILS dependencies on PA_SUMM_BALANCES
12.2.2
-
APPS.PA_SUMMARIZE_ORG_ROLLUP_PVT dependencies on PA_SUMM_BALANCES
12.1.1
-
APPS.PA_REP_UTILS_SUMM_PKG dependencies on PA_SUMM_BALANCES
12.1.1
-
APPS.PA_REP_UTIL_SCREEN dependencies on PA_SUMM_BALANCES
12.1.1
-
APPS.PA_SUMMARIZE_ORG_ROLLUP_PVT dependencies on PA_SUMM_BALANCES
12.2.2
-
APPS.PA_FORECAST_GRC_PVT dependencies on PA_SUMM_BALANCES
12.1.1
-
APPS.PA_REP_UTILS_SUMM_PKG dependencies on PA_SUMM_BALANCES
12.2.2
-
APPS.PA_REP_UTIL_SCREEN dependencies on PA_SUMM_BALANCES
12.2.2
-
APPS.PA_REP_UTIL_SCREEN dependencies on PA_OBJECTS
12.1.1
-
APPS.PA_REP_UTIL_SCREEN dependencies on PA_OBJECTS
12.2.2
-
APPS.PA_REP_UTIL_SCREEN dependencies on GL_PERIODS
12.1.1
-
APPS.PA_REP_UTIL_SCREEN dependencies on PA_LOOKUPS
12.1.1
-
APPS.PA_REP_UTIL_SCREEN dependencies on PA_LOOKUPS
12.2.2
-
APPS.PA_REP_UTIL_SCREEN dependencies on PA_RESOURCES_DENORM
12.1.1
-
APPS.PA_SUMMARIZE_ORG_ROLLUP_PVT dependencies on PA_ORG_HIERARCHY_DENORM
12.2.2
-
APPS.PA_REP_UTIL_SCREEN dependencies on GL_PERIODS
12.2.2
-
APPS.PA_REP_UTIL_SCREEN dependencies on PA_RESOURCES_DENORM
12.2.2
-
APPS.PA_FORECAST_GRC_PVT dependencies on PA_OBJECTS
12.1.1
-
APPS.PA_SUMMARIZE_ORG_ROLLUP_PVT dependencies on PA_ORG_HIERARCHY_DENORM
12.1.1
-
APPS.PA_FORECAST_GRC_PVT dependencies on PA_OBJECTS
12.2.2
-
VIEW: PA.PA_SUMM_BALANCES#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_SUMM_BALANCES#, status:VALID,
-
VIEW: PA.PA_SUMM_BALANCES#
12.2.2
-
SYNONYM: APPS.PA_SUMM_BALANCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_SUMM_BALANCES, status:VALID,
-
SYNONYM: APPS.PA_SUMM_BALANCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_SUMM_BALANCES, status:VALID,
-
APPS.PA_SUMMARIZE_ORG_ROLLUP_PVT SQL Statements
12.1.1
-
APPS.PA_SUMMARIZE_ORG_ROLLUP_PVT SQL Statements
12.2.2
-
APPS.PA_SUMMARIZE_ORG_ROLLUP_PVT dependencies on PA_OBJECTS
12.2.2
-
APPS.PA_SUMMARIZE_ORG_ROLLUP_PVT dependencies on PA_OBJECTS
12.1.1
-
APPS.PA_FP_ORG_FCST_UTILS dependencies on PA_OBJECTS
12.1.1
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_GL_V
12.2.2
-
APPS.PA_FP_ORG_FCST_UTILS dependencies on PA_OBJECTS
12.2.2
-
TABLE: PA.PA_SUMM_BALANCES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SUMM_BALANCES, object_name:PA_SUMM_BALANCES, status:VALID,
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_GE_V
12.1.1
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_PA_V
12.2.2
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_GE_V
12.2.2
-
Table: GL_PERIOD_SETS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_PERIOD_SETS, object_name:GL_PERIOD_SETS, status:VALID, product: GL - General Ledger , description: Calendar definitions , implementation_dba_data: GL.GL_PERIOD_SETS ,
-
Table: GL_PERIOD_SETS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_PERIOD_SETS, object_name:GL_PERIOD_SETS, status:VALID, product: GL - General Ledger , description: Calendar definitions , implementation_dba_data: GL.GL_PERIOD_SETS ,
-
Table: PA_OBJECTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_OBJECTS, object_name:PA_OBJECTS, status:VALID, product: PA - Projects , description: PA_OBJECTS stores the reporting objects for which summarized balances are created. , implementation_dba_data: PA.PA_OBJECTS ,
-
APPS.PA_FORECAST_GRC_PVT SQL Statements
12.1.1
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_PA_V
12.1.1
-
TABLE: PA.PA_SUMM_BALANCES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SUMM_BALANCES, object_name:PA_SUMM_BALANCES, status:VALID,
-
PACKAGE BODY: APPS.PA_SUMMARIZE_ORG_ROLLUP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_SUMMARIZE_ORG_ROLLUP_PVT, status:VALID,
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_GL_V
12.1.1
-
PACKAGE BODY: APPS.PA_REP_UTILS_SUMM_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_REP_UTILS_SUMM_PKG, status:VALID,
-
Table: PA_OBJECTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_OBJECTS, object_name:PA_OBJECTS, status:VALID, product: PA - Projects , description: PA_OBJECTS stores the reporting objects for which summarized balances are created. , implementation_dba_data: PA.PA_OBJECTS ,
-
PACKAGE BODY: APPS.PA_REP_UTILS_SUMM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_REP_UTILS_SUMM_PKG, status:VALID,