Search Results pa_project_accum_budgets
Overview
The PA_PROJECT_ACCUM_BUDGETS table is a core data object within the Oracle E-Business Suite Projects module (PA). It functions as a summary repository for project budget amounts. Its primary role is to store aggregated budget data, facilitating efficient reporting and analysis of project financial performance. The table works in conjunction with the PA_PROJECT_ACCUM_HEADERS table to provide a consolidated view of project financial metrics, including budgets, revenue, and costs, across different budget classifications and financial plan types. This accumulation structure is critical for performance inquiries, project summaries, and integrated financial reporting within Oracle EBS 12.1.1 and 12.2.2.
Key Information Stored
The table stores summarized budget figures linked to a specific project accumulation header and categorized by budget type. While the full column list is not detailed in the provided metadata, the documented foreign key relationships and primary key structure define its critical elements. The primary key is a composite of PROJECT_ACCUM_ID and BUDGET_TYPE_CODE, ensuring unique budget summaries per accumulation header and type. Essential columns include PROJECT_ACCUM_ID (linking to PA_PROJECT_ACCUM_HEADERS), BUDGET_TYPE_CODE (linking to PA_BUDGET_TYPES), and FIN_PLAN_TYPE_ID (linking to PA_FIN_PLAN_TYPES_B). The table likely contains numeric amount columns (e.g., RAW_COST, BURDENED_COST, REVENUE) representing the aggregated budget values for the specified combination.
Common Use Cases and Queries
This table is primarily accessed for consolidated project budget reporting and analysis. Common use cases include generating project-level budget versus actual reports, analyzing budget distributions across different budget types (e.g., original, current, baseline), and supporting financial plan inquiries. A typical query would join this table to its related dimensions to retrieve a comprehensive budget summary.
- Sample Query Pattern: Retrieving budget amounts by project and budget type.
SELECT pah.PROJECT_ID, pab.BUDGET_TYPE_CODE, pbt.NAME, pab.RAW_COST, pab.BURDENED_COST FROM PA_PROJECT_ACCUM_BUDGETS pab, PA_PROJECT_ACCUM_HEADERS pah, PA_BUDGET_TYPES pbt WHERE pab.PROJECT_ACCUM_ID = pah.PROJECT_ACCUM_ID AND pab.BUDGET_TYPE_CODE = pbt.BUDGET_TYPE_CODE AND pah.PROJECT_ID = :1; - Reporting: The data is foundational for standard Oracle Projects reports and can be leveraged in custom BI Publisher or FSG reports to analyze budget performance.
Related Objects
The PA_PROJECT_ACCUM_BUDGETS table has defined foreign key relationships with several key master and transaction tables, as per the provided ETRM data.
- PA_PROJECT_ACCUM_HEADERS: Joined via
PA_PROJECT_ACCUM_BUDGETS.PROJECT_ACCUM_ID = PA_PROJECT_ACCUM_HEADERS.PROJECT_ACCUM_ID. This is the primary parent table providing the project context for the summary amounts. - PA_BUDGET_TYPES: Joined via
PA_PROJECT_ACCUM_BUDGETS.BUDGET_TYPE_CODE = PA_BUDGET_TYPES.BUDGET_TYPE_CODE. This provides the meaning and classification for the budget type (e.g., 'ORIGINAL', 'CURRENT'). - PA_FIN_PLAN_TYPES_B: Joined via
PA_PROJECT_ACCUM_BUDGETS.FIN_PLAN_TYPE_ID = PA_FIN_PLAN_TYPES_B.FIN_PLAN_TYPE_ID. This links the budget summary to a specific financial planning structure.
-
Table: PA_PROJECT_ACCUM_BUDGETS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ACCUM_BUDGETS, object_name:PA_PROJECT_ACCUM_BUDGETS, status:VALID, product: PA - Projects , description: Project summary amounts for budgets , implementation_dba_data: PA.PA_PROJECT_ACCUM_BUDGETS ,
-
Table: PA_PROJECT_ACCUM_BUDGETS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ACCUM_BUDGETS, object_name:PA_PROJECT_ACCUM_BUDGETS, status:VALID, product: PA - Projects , description: Project summary amounts for budgets , implementation_dba_data: PA.PA_PROJECT_ACCUM_BUDGETS ,
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_ACCUM_BUDGETS
12.1.1
-
APPS.PA_PURGE_SUMMARY dependencies on PA_PROJECT_ACCUM_BUDGETS
12.2.2
-
APPS.PA_ACCUM_PROJ_LIST dependencies on PA_PROJECT_ACCUM_BUDGETS
12.1.1
-
APPS.PA_ACCUM_SRW dependencies on PA_PROJECT_ACCUM_BUDGETS
12.1.1
-
APPS.PA_PROCESS_ACCUM_BUDGETS dependencies on PA_PROJECT_ACCUM_BUDGETS
12.1.1
-
APPS.PA_DELETE_ACCUM_RECS dependencies on PA_PROJECT_ACCUM_BUDGETS
12.2.2
-
APPS.PA_MAINT_PROJECT_BUDGETS dependencies on PA_PROJECT_ACCUM_BUDGETS
12.2.2
-
APPS.PA_ACCUM_SRW dependencies on PA_PROJECT_ACCUM_BUDGETS
12.2.2
-
APPS.PA_PROCESS_ACCUM_BUDGETS_RES dependencies on PA_PROJECT_ACCUM_BUDGETS
12.1.1
-
APPS.PA_ACCUM_SRW dependencies on PA_PROJECT_ACCUM_BUDGETS
12.1.1
-
APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_PROJECT_ACCUM_BUDGETS
12.1.1
-
APPS.PA_PURGE_SUMMARY dependencies on PA_PROJECT_ACCUM_BUDGETS
12.1.1
-
APPS.PA_ACCUM_UTILS dependencies on PA_PROJECT_ACCUM_BUDGETS
12.2.2
-
APPS.PA_ACCUM_UTILS dependencies on PA_PROJECT_ACCUM_BUDGETS
12.1.1
-
APPS.PA_DELETE_ACCUM_RECS dependencies on PA_PROJECT_ACCUM_BUDGETS
12.1.1
-
APPS.PA_MAINT_PROJECT_BUDGETS dependencies on PA_PROJECT_ACCUM_BUDGETS
12.1.1
-
APPS.PA_ACCUM_PROJ_LIST dependencies on PA_PROJECT_ACCUM_BUDGETS
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_ACCUM_BUDGETS
12.2.2
-
APPS.PA_PROCESS_ACCUM_BUDGETS_RES dependencies on PA_PROJECT_ACCUM_BUDGETS
12.2.2
-
APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_PROJECT_ACCUM_BUDGETS
12.2.2
-
APPS.PA_ACCUM_SRW dependencies on PA_PROJECT_ACCUM_BUDGETS
12.2.2
-
APPS.PA_PROCESS_ACCUM_BUDGETS dependencies on PA_PROJECT_ACCUM_BUDGETS
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_ACCUM_HEADERS
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_ACCUM_ACTUALS
12.1.1
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_ACCUM_HEADERS
12.1.1
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_ACCUM_ACTUALS
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_CLASS_CATEGORIES
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_TYPES
12.2.2
-
APPS.PA_PURGE_SUMMARY dependencies on PA_PRJ_ACCUM_BUDGETS_AR
12.1.1
-
APPS.PA_BIS_SUMMARY dependencies on PA_CLASS_CATEGORIES
12.1.1
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_TYPES
12.1.1
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECTS
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECTS
12.1.1
-
APPS.PA_BIS_SUMMARY dependencies on PA_ORGANIZATIONS_PROJ_ALL_BG_V
12.1.1
-
APPS.PA_PURGE_SUMMARY dependencies on PA_PRJ_ACCUM_BUDGETS_AR
12.2.2
-
SYNONYM: APPS.PA_PROJECT_ACCUM_BUDGETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_ACCUM_BUDGETS, status:VALID,
-
APPS.PA_BIS_SUMMARY dependencies on PA_ORGANIZATIONS_PROJ_ALL_BG_V
12.2.2
-
SYNONYM: APPS.PA_PROJECT_ACCUM_BUDGETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_ACCUM_BUDGETS, status:VALID,
-
APPS.PA_ACCUM_PROJ_LIST dependencies on DUAL
12.1.1
-
APPS.PA_ACCUM_PROJ_LIST dependencies on DUAL
12.2.2
-
APPS.PA_ACCUM_PROJ_LIST SQL Statements
12.1.1
-
VIEW: PA.PA_PROJECT_ACCUM_BUDGETS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_PROJECT_ACCUM_BUDGETS#, status:VALID,
-
APPS.PA_ACCUM_PROJ_LIST SQL Statements
12.2.2
-
VIEW: APPS.PA_RPT_PRJ_BGT_SUMMARY
12.2.2
-
VIEW: APPS.PA_STATUS_PROJ_BGT_REV_V
12.1.1
-
VIEW: APPS.PA_ACCUM_RSRC_REV_BGT_BASE_V
12.1.1
-
VIEW: APPS.PA_RPT_PRJ_BGT_SUMMARY
12.1.1
-
APPS.PA_PURGE_SUMMARY SQL Statements
12.2.2