Search Results pa_resource_accum_details
Overview
The PA_RESOURCE_ACCUM_DETAILS table is a core transactional table within the Oracle E-Business Suite Projects module (PA). Its primary role is to store the detailed mapping relationship between a summarized transaction record (in PA_TXN_ACCUM) and a specific member of a project's resource list. This table acts as a critical junction, providing an auditable trail of how raw expenditure items are associated with project resources for the purposes of cost accumulation, burdening, and reporting. It is essential for maintaining data integrity in the project costing engine, particularly in releases 12.1.1 and 12.2.2 where the accumulation architecture is central to performance.
Key Information Stored
The table's structure is defined by its foreign key relationships, which point to the essential entities involved in the resource mapping process. The primary key is a composite of TXN_ACCUM_ID and RESOURCE_LIST_ASSIGNMENT_ID, ensuring a unique link for each mapping instance. Key columns include TXN_ACCUM_ID, which references the summarized transaction in PA_TXN_ACCUM, and RESOURCE_LIST_ASSIGNMENT_ID, which links to the specific assignment in PA_RESOURCE_LIST_ASSIGNMENTS. Other critical foreign keys are PROJECT_ID and TASK_ID (linking to PA_PROJECT_ACCUM_HEADERS), RESOURCE_LIST_MEMBER_ID, RESOURCE_LIST_ID (linking to PA_RESOURCE_LISTS_ALL_BG), and RESOURCE_ID (linking to PA_RESOURCES). Together, these columns definitively answer which resource, from which list, was used to cost a given accumulated transaction.
Common Use Cases and Queries
This table is predominantly used for diagnostic reporting, reconciliation, and audit purposes within project costing. A common scenario involves tracing the cost posted to a project task back to the originating resource assignment. For example, to analyze all resource mappings for a specific project, one might use a query joining to PA_TXN_ACCUM and PA_RESOURCES. Another critical use case is during period close or cost reconciliation, where queries against this table help verify that transactions have been correctly mapped according to the active resource list assignments. Sample SQL often involves filtering by PROJECT_ID, TXN_ACCUM_ID, or RESOURCE_ID and joining to related descriptive tables like PA_RESOURCES to get resource names.
Related Objects
As indicated by its foreign keys, PA_RESOURCE_ACCUM_DETAILS has integral dependencies on several key Projects tables. It is a direct child of PA_TXN_ACCUM and PA_RESOURCE_LIST_ASSIGNMENTS. It also references PA_PROJECT_ACCUM_HEADERS (via project/task), PA_RESOURCE_LISTS_ALL_BG, and PA_RESOURCES. This table is typically accessed indirectly through standard Oracle Projects APIs and public views rather than via direct DML. Its existence is crucial for the processes managed by the Project Costing engine, and any data fixes or deep analysis of cost accumulation issues will invariably involve examining records in this table.
-
Table: PA_RESOURCE_ACCUM_DETAILS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_ACCUM_DETAILS, object_name:PA_RESOURCE_ACCUM_DETAILS, status:VALID, product: PA - Projects , description: Information on how a PA_TXN_ACCUM record was mapped to a resource list member , implementation_dba_data: PA.PA_RESOURCE_ACCUM_DETAILS ,
-
Table: PA_RESOURCE_ACCUM_DETAILS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_ACCUM_DETAILS, object_name:PA_RESOURCE_ACCUM_DETAILS, status:VALID, product: PA - Projects , description: Information on how a PA_TXN_ACCUM record was mapped to a resource list member , implementation_dba_data: PA.PA_RESOURCE_ACCUM_DETAILS ,
-
APPS.PA_ADW_COLLECT_FACTS dependencies on PA_RESOURCE_ACCUM_DETAILS
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_RESOURCE_ACCUM_DETAILS
12.1.1
-
APPS.PA_ACCUM_UTILS dependencies on PA_RESOURCE_ACCUM_DETAILS
12.2.2
-
APPS.PA_REFRESH_RES_LISTS dependencies on PA_RESOURCE_ACCUM_DETAILS
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_RESOURCE_ACCUM_DETAILS
12.2.2
-
APPS.PA_BUDGET_CORE1 dependencies on PA_RESOURCE_ACCUM_DETAILS
12.1.1
-
APPS.PA_MAINT_PROJECT_COMMITMENTS dependencies on PA_RESOURCE_ACCUM_DETAILS
12.2.2
-
APPS.GMS_RES_MAP dependencies on PA_RESOURCE_ACCUM_DETAILS
12.1.1
-
APPS.PA_RES_ACCUMS dependencies on PA_RESOURCE_ACCUM_DETAILS
12.2.2
-
APPS.PA_PURGE_SUMMARY dependencies on PA_RESOURCE_ACCUM_DETAILS
12.2.2
-
APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_RESOURCE_ACCUM_DETAILS
12.2.2
-
APPS.PA_BUDGET_CORE1 dependencies on PA_RESOURCE_ACCUM_DETAILS
12.2.2
-
APPS.PA_PURGE_SUMMARY dependencies on PA_RESOURCE_ACCUM_DETAILS
12.1.1
-
APPS.PA_RES_ACCUMS dependencies on PA_RESOURCE_ACCUM_DETAILS
12.1.1
-
APPS.PA_ACCUM_UTILS dependencies on PA_RESOURCE_ACCUM_DETAILS
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_RESOURCE_ACCUM_DETAILS
12.2.2
-
APPS.PA_REFRESH_RES_LISTS dependencies on PA_RESOURCE_ACCUM_DETAILS
12.1.1
-
APPS.PA_ACCUM_API dependencies on PA_RESOURCE_ACCUM_DETAILS
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_RESOURCE_ACCUM_DETAILS
12.1.1
-
APPS.PA_MAINT_PROJECT_COMMITMENTS dependencies on PA_RESOURCE_ACCUM_DETAILS
12.1.1
-
APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_RESOURCE_ACCUM_DETAILS
12.1.1
-
APPS.PA_ADW_COLLECT_FACTS dependencies on PA_RESOURCE_ACCUM_DETAILS
12.2.2
-
APPS.PA_ACCUM_API dependencies on PA_RESOURCE_ACCUM_DETAILS
12.2.2
-
APPS.GMS_RES_MAP dependencies on PA_RESOURCE_ACCUM_DETAILS
12.2.2
-
APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_RESOURCE_LIST_MEMBERS
12.1.1
-
APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_RESOURCE_LIST_MEMBERS
12.2.2
-
APPS.PA_RES_ACCUMS dependencies on PA_TXN_ACCUM
12.1.1
-
APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_RESOURCES
12.1.1
-
APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_RESOURCES
12.2.2
-
APPS.PA_RES_ACCUMS dependencies on PA_TXN_ACCUM
12.2.2
-
APPS.PA_ACCUM_UTILS dependencies on PA_TXN_ACCUM
12.1.1
-
VIEW: PA.PA_RESOURCE_ACCUM_DETAILS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_RESOURCE_ACCUM_DETAILS#, status:VALID,
-
APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_IMPLEMENTATIONS
12.1.1
-
APPS.PA_ACCUM_UTILS dependencies on PA_TXN_ACCUM
12.2.2
-
APPS.PA_PURGE_SUMMARY dependencies on PA_RES_ACCUM_DETAILS_AR
12.2.2
-
SYNONYM: APPS.PA_RESOURCE_ACCUM_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_RESOURCE_ACCUM_DETAILS, status:VALID,
-
VIEW: APPS.PA_CMT_BY_PA_PERIOD_V
12.2.2
-
SYNONYM: APPS.PA_RESOURCE_ACCUM_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_RESOURCE_ACCUM_DETAILS, status:VALID,
-
APPS.PA_PURGE_SUMMARY dependencies on PA_RES_ACCUM_DETAILS_AR
12.1.1
-
APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_IMPLEMENTATIONS
12.2.2
-
VIEW: APPS.PA_STATUS_RSRC_EI_BASE_V
12.1.1
-
VIEW: PA.PA_RESOURCE_ACCUM_DETAILS#
12.2.2
-
APPS.PA_ACCUM_UTILS dependencies on GL_PERIOD_STATUSES
12.1.1
-
VIEW: APPS.PA_STATUS_RSRC_EV_BASE_V
12.1.1
-
APPS.PA_ACCUM_UTILS dependencies on GL_PERIOD_STATUSES
12.2.2
-
VIEW: APPS.PA_CMT_BY_PA_PERIOD_V
12.1.1
-
VIEW: APPS.PA_STATUS_RSRC_EI_BASE_V
12.2.2
-
VIEW: APPS.PA_CMT_BY_GL_PERIOD_V
12.1.1