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 ,
-
Table: PA_PROJECT_ACCUM_HEADERS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ACCUM_HEADERS, object_name:PA_PROJECT_ACCUM_HEADERS, status:VALID, product: PA - Projects , description: Project summary records for each combination of project_id, task_id, and resource_list_member_id , implementation_dba_data: PA.PA_PROJECT_ACCUM_HEADERS ,
-
Table: PA_PROJECT_ACCUM_HEADERS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ACCUM_HEADERS, object_name:PA_PROJECT_ACCUM_HEADERS, status:VALID, product: PA - Projects , description: Project summary records for each combination of project_id, task_id, and resource_list_member_id , implementation_dba_data: PA.PA_PROJECT_ACCUM_HEADERS ,
-
View: PA_RPT_PRJ_ACT_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RPT_PRJ_ACT_SUMMARY, object_name:PA_RPT_PRJ_ACT_SUMMARY, status:VALID, product: PA - Projects , description: Reporting view which displays project level actuals. , implementation_dba_data: APPS.PA_RPT_PRJ_ACT_SUMMARY ,
-
View: PA_ACCUM_RSRC_ACT_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_RSRC_ACT_BASE_V, object_name:PA_ACCUM_RSRC_ACT_BASE_V, status:VALID, product: PA - Projects , description: A base view that shows project level and task level resource actuals , implementation_dba_data: APPS.PA_ACCUM_RSRC_ACT_BASE_V ,
-
View: PA_ACCUM_RSRC_ACT_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_RSRC_ACT_BASE_V, object_name:PA_ACCUM_RSRC_ACT_BASE_V, status:VALID, product: PA - Projects , description: A base view that shows project level and task level resource actuals , implementation_dba_data: APPS.PA_ACCUM_RSRC_ACT_BASE_V ,
-
View: PA_RPT_PRJ_ACT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RPT_PRJ_ACT_SUMMARY, object_name:PA_RPT_PRJ_ACT_SUMMARY, status:VALID, product: PA - Projects , description: Reporting view which displays project level actuals. , implementation_dba_data: APPS.PA_RPT_PRJ_ACT_SUMMARY ,
-
View: PA_STATUS_RSRC_ACT_LOW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_ACT_LOW_V, object_name:PA_STATUS_RSRC_ACT_LOW_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_RSRC_ACT_LOW_V ,
-
View: PA_STATUS_RSRC_ACT_LOW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_ACT_LOW_V, object_name:PA_STATUS_RSRC_ACT_LOW_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_RSRC_ACT_LOW_V ,
-
View: PAFV_PRJ_ACT_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_PRJ_ACT_SUMMARY, object_name:PAFV_PRJ_ACT_SUMMARY, status:VALID, product: PA - Projects , description: Business view to show information about the project actuals summary. , implementation_dba_data: APPS.PAFV_PRJ_ACT_SUMMARY ,
-
View: PABV_TASK_ACT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_TASK_ACT_SUMMARY, object_name:PABV_TASK_ACT_SUMMARY, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_TASK_ACT_SUMMARY ,
-
View: PABV_TASK_RESOURCE_ACT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_TASK_RESOURCE_ACT_SUMMARY, object_name:PABV_TASK_RESOURCE_ACT_SUMMARY, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_TASK_RESOURCE_ACT_SUMMARY ,
-
View: PABV_TASK_ACT_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_TASK_ACT_SUMMARY, object_name:PABV_TASK_ACT_SUMMARY, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_TASK_ACT_SUMMARY ,
-
View: PABV_TASK_RESOURCE_ACT_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_TASK_RESOURCE_ACT_SUMMARY, object_name:PABV_TASK_RESOURCE_ACT_SUMMARY, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_TASK_RESOURCE_ACT_SUMMARY ,
-
View: PA_RETIREMENT_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RETIREMENT_COSTS_V, object_name:PA_RETIREMENT_COSTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_RETIREMENT_COSTS_V ,
-
View: PABV_PRJ_RESOURCE_ACT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_PRJ_RESOURCE_ACT_SUMMARY, object_name:PABV_PRJ_RESOURCE_ACT_SUMMARY, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PABV_PRJ_RESOURCE_ACT_SUMMARY ,
-
View: PABV_PRJ_RESOURCE_ACT_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_PRJ_RESOURCE_ACT_SUMMARY, object_name:PABV_PRJ_RESOURCE_ACT_SUMMARY, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PABV_PRJ_RESOURCE_ACT_SUMMARY ,
-
View: PABV_PRJ_ACT_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_PRJ_ACT_SUMMARY, object_name:PABV_PRJ_ACT_SUMMARY, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PABV_PRJ_ACT_SUMMARY ,
-
View: PABV_PRJ_ACT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_PRJ_ACT_SUMMARY, object_name:PABV_PRJ_ACT_SUMMARY, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PABV_PRJ_ACT_SUMMARY ,
-
View: PA_STATUS_TASK_ACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_TASK_ACT_V, object_name:PA_STATUS_TASK_ACT_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_TASK_ACT_V ,
-
View: PAFV_PRJ_ACT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_PRJ_ACT_SUMMARY, object_name:PAFV_PRJ_ACT_SUMMARY, status:VALID, product: PA - Projects , description: Business view to show information about the project actuals summary. , implementation_dba_data: APPS.PAFV_PRJ_ACT_SUMMARY ,
-
View: PA_STATUS_TASK_ACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_TASK_ACT_V, object_name:PA_STATUS_TASK_ACT_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_TASK_ACT_V ,
-
View: PA_RETIREMENT_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RETIREMENT_COSTS_V, object_name:PA_RETIREMENT_COSTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_RETIREMENT_COSTS_V ,
-
View: PAFV_TASK_ACT_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_TASK_ACT_SUMMARY, object_name:PAFV_TASK_ACT_SUMMARY, status:VALID, product: PA - Projects , description: Business view to show information about the actuals at task level. , implementation_dba_data: APPS.PAFV_TASK_ACT_SUMMARY ,
-
View: PAFV_TASK_ACT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_TASK_ACT_SUMMARY, object_name:PAFV_TASK_ACT_SUMMARY, status:VALID, product: PA - Projects , description: Business view to show information about the actuals at task level. , implementation_dba_data: APPS.PAFV_TASK_ACT_SUMMARY ,
-
View: PAFV_TASK_RESOURCE_ACT_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_TASK_RESOURCE_ACT_SUMMARY, object_name:PAFV_TASK_RESOURCE_ACT_SUMMARY, status:VALID, product: PA - Projects , description: Business view to show information about the actuals at task and resource level. , implementation_dba_data: APPS.PAFV_TASK_RESOURCE_ACT_SUMMARY ,
-
View: PAFV_PRJ_RESOURCE_ACT_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_PRJ_RESOURCE_ACT_SUMMARY, object_name:PAFV_PRJ_RESOURCE_ACT_SUMMARY, status:VALID, product: PA - Projects , description: Business view to show information about the project actuals at resource level. , implementation_dba_data: APPS.PAFV_PRJ_RESOURCE_ACT_SUMMARY ,
-
View: PAFV_PRJ_RESOURCE_ACT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_PRJ_RESOURCE_ACT_SUMMARY, object_name:PAFV_PRJ_RESOURCE_ACT_SUMMARY, status:VALID, product: PA - Projects , description: Business view to show information about the project actuals at resource level. , implementation_dba_data: APPS.PAFV_PRJ_RESOURCE_ACT_SUMMARY ,
-
View: PAFV_TASK_RESOURCE_ACT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_TASK_RESOURCE_ACT_SUMMARY, object_name:PAFV_TASK_RESOURCE_ACT_SUMMARY, status:VALID, product: PA - Projects , description: Business view to show information about the actuals at task and resource level. , implementation_dba_data: APPS.PAFV_TASK_RESOURCE_ACT_SUMMARY ,
-
View: PA_ACCUM_WBS_ACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_WBS_ACT_V, object_name:PA_ACCUM_WBS_ACT_V, status:VALID, product: PA - Projects , description: A reporting view that shows actual cost and revenue totals for projects and tasks , implementation_dba_data: APPS.PA_ACCUM_WBS_ACT_V ,
-
View: PA_STATUS_PROJ_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_PROJ_LIST_V, object_name:PA_STATUS_PROJ_LIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_PROJ_LIST_V ,
-
View: PA_ACCUM_WBS_ACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_WBS_ACT_V, object_name:PA_ACCUM_WBS_ACT_V, status:VALID, product: PA - Projects , description: A reporting view that shows actual cost and revenue totals for projects and tasks , implementation_dba_data: APPS.PA_ACCUM_WBS_ACT_V ,
-
View: PA_STATUS_PROJ_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_PROJ_LIST_V, object_name:PA_STATUS_PROJ_LIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_PROJ_LIST_V ,
-
View: PA_STATUS_PROJ_GENERIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_PROJ_GENERIC_V, object_name:PA_STATUS_PROJ_GENERIC_V, status:VALID, product: PA - Projects , description: This view is being retrofitted into CASE , implementation_dba_data: APPS.PA_STATUS_PROJ_GENERIC_V ,
-
View: PA_STATUS_PROJ_GENERIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_PROJ_GENERIC_V, object_name:PA_STATUS_PROJ_GENERIC_V, status:VALID, product: PA - Projects , description: This view is being retrofitted into CASE , implementation_dba_data: APPS.PA_STATUS_PROJ_GENERIC_V ,
-
View: PA_RPT_CUST_ACT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RPT_CUST_ACT_SUMMARY, object_name:PA_RPT_CUST_ACT_SUMMARY, status:VALID, product: PA - Projects , description: Reporting view which displays project level actuals by customers. , implementation_dba_data: APPS.PA_RPT_CUST_ACT_SUMMARY ,
-
View: PA_RPT_CUST_ACT_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RPT_CUST_ACT_SUMMARY, object_name:PA_RPT_CUST_ACT_SUMMARY, status:VALID, product: PA - Projects , description: Reporting view which displays project level actuals by customers. , implementation_dba_data: APPS.PA_RPT_CUST_ACT_SUMMARY ,
-
View: PA_CAPITAL_PROJECTS_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CAPITAL_PROJECTS_BASE_V, object_name:PA_CAPITAL_PROJECTS_BASE_V, status:VALID, product: PA - Projects , description: R10SC Only -Base view that shows summary capital amounts for a project , implementation_dba_data: APPS.PA_CAPITAL_PROJECTS_BASE_V ,
-
View: PA_CAPITAL_PROJECTS_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CAPITAL_PROJECTS_BASE_V, object_name:PA_CAPITAL_PROJECTS_BASE_V, status:VALID, product: PA - Projects , description: R10SC Only -Base view that shows summary capital amounts for a project , implementation_dba_data: APPS.PA_CAPITAL_PROJECTS_BASE_V ,
-
View: PA_STATUS_PROJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_PROJ_V, object_name:PA_STATUS_PROJ_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_PROJ_V ,
-
View: PA_STATUS_PROJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_PROJ_V, object_name:PA_STATUS_PROJ_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_PROJ_V ,