Search Results pa_project_accum_actuals
Overview
The PA_PROJECT_ACCUM_ACTUALS table is a core data object within the Oracle E-Business Suite (EBS) Projects module (PA). It functions as a summary repository for actual cost and revenue amounts at the project level. Its primary role is to store aggregated financial data, enabling efficient performance reporting, variance analysis, and project accounting close processes. The table is part of the Projects' accumulation architecture, which consolidates transactional data from source systems like Payables, Inventory, and General Ledger into summarized project records. This design optimizes query performance for project reporting and dashboards by pre-aggregating detailed transaction lines.
Key Information Stored
The table's structure is centered around storing summarized financial figures. The primary key, PROJECT_ACCUM_ID, uniquely identifies each summary record and links directly to the PA_PROJECT_ACCUM_HEADERS table, which provides context such as the project, task, expenditure type, and period. While the specific detail columns are not enumerated in the provided metadata, based on its description as holding "project summary amounts for cost and revenue," typical columns would include aggregated amounts for raw cost, burdened cost, revenue, and potentially commitments. These amounts are usually stored by currency and are associated with a specific accounting period, allowing for period-to-date and project-to-date financial analysis.
Common Use Cases and Queries
This table is central to financial reporting and project control. Common use cases include generating project profit and loss statements, calculating cost and revenue variances against budgets, and supporting project invoicing processes. Analysts and project managers query this table to assess financial performance without needing to join numerous transactional tables. A typical query pattern involves joining to PA_PROJECT_ACCUM_HEADERS to retrieve project and task details, and then summing amounts from PA_PROJECT_ACCUM_ACTUALS.
- Sample Query Pattern: SELECT header.project_id, header.task_id, SUM(actuals.raw_cost), SUM(actuals.revenue) FROM pa_project_accum_actuals actuals, pa_project_accum_headers header WHERE actuals.project_accum_id = header.project_accum_id AND header.project_id = :p_project_id GROUP BY header.project_id, header.task_id;
- Reporting Use Case: This data is foundational for standard Oracle Projects reports, embedded analytics, and custom data extracts for enterprise business intelligence tools.
Related Objects
PA_PROJECT_ACCUM_ACTUALS has a direct and critical relationship with other accumulation tables, as indicated by the foreign key metadata.
- PA_PROJECT_ACCUM_HEADERS: This is the primary parent table. Every record in PA_PROJECT_ACCUM_ACTUALS must have a corresponding header record that defines the project, task, expenditure type, period, and other dimensions.
- PA_PROJECTS_ALL / PA_TASKS: While not a direct foreign key, the header table links to these master tables, making project and task descriptions accessible for reports joining the accumulation tables.
- Project Performance and Inquiry Forms: Oracle EBS standard screens for project costing and revenue inquiry are built upon this accumulation table structure to deliver responsive performance.
- PA Period Close Processes: The population and update of this table are integral steps during the Project Accounting period close, which transfers and summarizes actuals from source modules.
-
Table: PA_PROJECT_ACCUM_ACTUALS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ACCUM_ACTUALS, object_name:PA_PROJECT_ACCUM_ACTUALS, status:VALID, product: PA - Projects , description: Project summary amounts for cost and revenue , implementation_dba_data: PA.PA_PROJECT_ACCUM_ACTUALS ,
-
Table: PA_PROJECT_ACCUM_ACTUALS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ACCUM_ACTUALS, object_name:PA_PROJECT_ACCUM_ACTUALS, status:VALID, product: PA - Projects , description: Project summary amounts for cost and revenue , implementation_dba_data: PA.PA_PROJECT_ACCUM_ACTUALS ,
-
APPS.PA_PURGE_SUMMARY dependencies on PA_PROJECT_ACCUM_ACTUALS
12.1.1
-
APPS.PA_ACCUM_UTILS dependencies on PA_PROJECT_ACCUM_ACTUALS
12.1.1
-
APPS.PA_DELETE_ACCUM_RECS dependencies on PA_PROJECT_ACCUM_ACTUALS
12.1.1
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_ACCUM_ACTUALS
12.1.1
-
APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_PROJECT_ACCUM_ACTUALS
12.2.2
-
APPS.PA_DELETE_ACCUM_RECS dependencies on PA_PROJECT_ACCUM_ACTUALS
12.2.2
-
APPS.PA_PROCESS_ACCUM_ACTUALS_RES dependencies on PA_PROJECT_ACCUM_ACTUALS
12.1.1
-
APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_PROJECT_ACCUM_ACTUALS
12.1.1
-
APPS.PA_ACCUM_PROJ_LIST dependencies on PA_PROJECT_ACCUM_ACTUALS
12.2.2
-
APPS.PA_ACCUM_SRW dependencies on PA_PROJECT_ACCUM_ACTUALS
12.2.2
-
APPS.PA_PROCESS_ACCUM_ACTUALS dependencies on PA_PROJECT_ACCUM_ACTUALS
12.1.1
-
APPS.PA_PROCESS_ACCUM_ACTUALS_RES dependencies on PA_PROJECT_ACCUM_ACTUALS
12.2.2
-
APPS.PA_ACCUM_PROJ_LIST dependencies on PA_PROJECT_ACCUM_ACTUALS
12.1.1
-
APPS.PA_ACCUM_SRW dependencies on PA_PROJECT_ACCUM_ACTUALS
12.1.1
-
APPS.PA_ACCUM_UTILS dependencies on PA_PROJECT_ACCUM_ACTUALS
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_ACCUM_ACTUALS
12.2.2
-
APPS.PA_PURGE_SUMMARY dependencies on PA_PROJECT_ACCUM_ACTUALS
12.2.2
-
APPS.PA_PROCESS_ACCUM_ACTUALS dependencies on PA_PROJECT_ACCUM_ACTUALS
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_ACCUM_BUDGETS
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_ACCUM_BUDGETS
12.1.1
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_ACCUM_HEADERS
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_ACCUM_HEADERS
12.1.1
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECTS
12.1.1
-
APPS.PA_BIS_SUMMARY dependencies on PA_CLASS_CATEGORIES
12.1.1
-
APPS.PA_BIS_SUMMARY dependencies on PA_CLASS_CATEGORIES
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECTS
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_TYPES
12.2.2
-
APPS.PA_PROCESS_ACCUM_ACTUALS SQL Statements
12.1.1
-
APPS.PA_PROCESS_ACCUM_ACTUALS SQL Statements
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_TYPES
12.1.1
-
APPS.PA_PURGE_SUMMARY dependencies on PA_PRJ_ACCUM_ACTUALS_AR
12.2.2
-
APPS.PA_PURGE_SUMMARY dependencies on PA_PRJ_ACCUM_ACTUALS_AR
12.1.1
-
APPS.PA_PROCESS_ACCUM_ACTUALS_RES SQL Statements
12.2.2
-
APPS.PA_PROCESS_ACCUM_ACTUALS_RES SQL Statements
12.1.1
-
VIEW: PA.PA_PROJECT_ACCUM_ACTUALS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_PROJECT_ACCUM_ACTUALS#, status:VALID,
-
APPS.PA_BIS_SUMMARY dependencies on PA_ORGANIZATIONS_PROJ_ALL_BG_V
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_ORGANIZATIONS_PROJ_ALL_BG_V
12.1.1
-
SYNONYM: APPS.PA_PROJECT_ACCUM_ACTUALS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_ACCUM_ACTUALS, status:VALID,
-
SYNONYM: APPS.PA_PROJECT_ACCUM_ACTUALS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_ACCUM_ACTUALS, status:VALID,
-
APPS.PA_PURGE_SUMMARY SQL Statements
12.2.2
-
VIEW: APPS.PA_RPT_PRJ_ACT_SUMMARY
12.2.2
-
APPS.PA_PROCESS_ACCUM_ACTUALS dependencies on PA_PROJ_ACCUM_MAIN
12.2.2
-
APPS.PA_PROCESS_ACCUM_ACTUALS dependencies on PA_PROJ_ACCUM_MAIN
12.1.1
-
VIEW: APPS.PA_RPT_PRJ_ACT_SUMMARY
12.1.1
-
APPS.PA_PURGE_SUMMARY SQL Statements
12.1.1
-
VIEW: APPS.PABV_PRJ_RESOURCE_ACT_SUMMARY
12.2.2
-
APPS.PA_BIS_SUMMARY dependencies on PA_PROJECT_CLASSES
12.1.1
-
APPS.PA_PROCESS_ACCUM_ACTUALS_RES dependencies on PA_PROJ_ACCUM_MAIN
12.2.2