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 ,
-
Table: PA_OLD_RES_ACCUM_DTLS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_OLD_RES_ACCUM_DTLS, object_name:PA_OLD_RES_ACCUM_DTLS, status:VALID, product: PA - Projects , description: The PA_RESOURCE_ACCUM_DETAILS table records that are deleted when accumulation is refreshed , implementation_dba_data: PA.PA_OLD_RES_ACCUM_DTLS ,
-
View: PA_STATUS_RSRC_EI_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_EI_BASE_V, object_name:PA_STATUS_RSRC_EI_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_RSRC_EI_BASE_V ,
-
Table: PA_OLD_RES_ACCUM_DTLS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_OLD_RES_ACCUM_DTLS, object_name:PA_OLD_RES_ACCUM_DTLS, status:VALID, product: PA - Projects , description: The PA_RESOURCE_ACCUM_DETAILS table records that are deleted when accumulation is refreshed , implementation_dba_data: PA.PA_OLD_RES_ACCUM_DTLS ,
-
View: PA_STATUS_RSRC_EI_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_EI_BASE_V, object_name:PA_STATUS_RSRC_EI_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_RSRC_EI_BASE_V ,
-
Table: PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LIST_ASSIGNMENTS, object_name:PA_RESOURCE_LIST_ASSIGNMENTS, status:VALID, product: PA - Projects , description: Resource list assignments to projects , implementation_dba_data: PA.PA_RESOURCE_LIST_ASSIGNMENTS ,
-
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_TXN_ACCUM
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TXN_ACCUM, object_name:PA_TXN_ACCUM, status:VALID, product: PA - Projects , description: Lowest level of summarized transaction record used in project summary amounts , implementation_dba_data: PA.PA_TXN_ACCUM ,
-
Table: PA_TXN_ACCUM
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TXN_ACCUM, object_name:PA_TXN_ACCUM, status:VALID, product: PA - Projects , description: Lowest level of summarized transaction record used in project summary amounts , implementation_dba_data: PA.PA_TXN_ACCUM ,
-
Table: PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LIST_ASSIGNMENTS, object_name:PA_RESOURCE_LIST_ASSIGNMENTS, status:VALID, product: PA - Projects , description: Resource list assignments to projects , implementation_dba_data: PA.PA_RESOURCE_LIST_ASSIGNMENTS ,
-
View: PA_CMT_BY_PA_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CMT_BY_PA_PERIOD_V, object_name:PA_CMT_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays current commitment totals for lowest level tasks and resources by PA periods. , implementation_dba_data: APPS.PA_CMT_BY_PA_PERIOD_V ,
-
View: PA_CMT_BY_GL_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CMT_BY_GL_PERIOD_V, object_name:PA_CMT_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays current commitment totals for lowest level tasks and resources by GL periods. , implementation_dba_data: APPS.PA_CMT_BY_GL_PERIOD_V ,
-
Table: PA_RESOURCES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCES, object_name:PA_RESOURCES, status:VALID, product: PA - Projects , description: Resources used in budgeting and project summary amounts , implementation_dba_data: PA.PA_RESOURCES ,
-
Table: PA_RESOURCES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCES, object_name:PA_RESOURCES, status:VALID, product: PA - Projects , description: Resources used in budgeting and project summary amounts , implementation_dba_data: PA.PA_RESOURCES ,
-
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_STATUS_RSRC_EV_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_EV_BASE_V, object_name:PA_STATUS_RSRC_EV_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_RSRC_EV_BASE_V ,
-
View: PA_STATUS_RSRC_EV_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_EV_BASE_V, object_name:PA_STATUS_RSRC_EV_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_RSRC_EV_BASE_V ,
-
View: PA_BURDEN_COMPONENT_CMT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BURDEN_COMPONENT_CMT_V, object_name:PA_BURDEN_COMPONENT_CMT_V, status:VALID, product: PA - Projects , description: This view displays commitment burden components for each transaction , implementation_dba_data: APPS.PA_BURDEN_COMPONENT_CMT_V ,
-
View: PA_CMT_BY_PA_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CMT_BY_PA_PERIOD_V, object_name:PA_CMT_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays current commitment totals for lowest level tasks and resources by PA periods. , implementation_dba_data: APPS.PA_CMT_BY_PA_PERIOD_V ,
-
Table: PA_RESOURCE_LISTS_ALL_BG
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LISTS_ALL_BG, object_name:PA_RESOURCE_LISTS_ALL_BG, status:VALID, product: PA - Projects , description: Implementation-defined lists of resources for budgeting and project summary amounts , implementation_dba_data: PA.PA_RESOURCE_LISTS_ALL_BG ,
-
View: PA_CMT_BY_GL_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CMT_BY_GL_PERIOD_V, object_name:PA_CMT_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays current commitment totals for lowest level tasks and resources by GL periods. , implementation_dba_data: APPS.PA_CMT_BY_GL_PERIOD_V ,
-
Table: PA_RESOURCE_LISTS_ALL_BG
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LISTS_ALL_BG, object_name:PA_RESOURCE_LISTS_ALL_BG, status:VALID, product: PA - Projects , description: Implementation-defined lists of resources for budgeting and project summary amounts , implementation_dba_data: PA.PA_RESOURCE_LISTS_ALL_BG ,
-
View: PA_BURDEN_COMPONENT_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BURDEN_COMPONENT_COST_V, object_name:PA_BURDEN_COMPONENT_COST_V, status:VALID, product: PA - Projects , description: This view displays actual burden components for each transaction , implementation_dba_data: APPS.PA_BURDEN_COMPONENT_COST_V ,
-
View: PA_BURDEN_COMPONENT_CMT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BURDEN_COMPONENT_CMT_V, object_name:PA_BURDEN_COMPONENT_CMT_V, status:VALID, product: PA - Projects , description: This view displays commitment burden components for each transaction , implementation_dba_data: APPS.PA_BURDEN_COMPONENT_CMT_V ,
-
View: PA_BURDEN_COMPONENT_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BURDEN_COMPONENT_COST_V, object_name:PA_BURDEN_COMPONENT_COST_V, status:VALID, product: PA - Projects , description: This view displays actual burden components for each transaction , implementation_dba_data: APPS.PA_BURDEN_COMPONENT_COST_V ,
-
View: PA_ACCUM_RSRC_CMT_TXNS_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_RSRC_CMT_TXNS_BASE_V, object_name:PA_ACCUM_RSRC_CMT_TXNS_BASE_V, status:VALID, product: PA - Projects , description: This view retrieves project-task-resource level commitments, including commitment-line attributes l - Retrofitted , implementation_dba_data: APPS.PA_ACCUM_RSRC_CMT_TXNS_BASE_V ,
-
View: PA_ACT_BY_PA_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACT_BY_PA_PERIOD_V, object_name:PA_ACT_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: Actual cost and revenue totals for lowest level tasks and resources by PA period. , implementation_dba_data: APPS.PA_ACT_BY_PA_PERIOD_V ,
-
View: PA_ACT_BY_PA_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACT_BY_PA_PERIOD_V, object_name:PA_ACT_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: Actual cost and revenue totals for lowest level tasks and resources by PA period. , implementation_dba_data: APPS.PA_ACT_BY_PA_PERIOD_V ,
-
View: PA_ACT_BY_GL_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACT_BY_GL_PERIOD_V, object_name:PA_ACT_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: Actual cost and revenue totals for lowest level tasks and resources by GL period. , implementation_dba_data: APPS.PA_ACT_BY_GL_PERIOD_V ,
-
View: PA_ACT_BY_GL_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACT_BY_GL_PERIOD_V, object_name:PA_ACT_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: Actual cost and revenue totals for lowest level tasks and resources by GL period. , implementation_dba_data: APPS.PA_ACT_BY_GL_PERIOD_V ,
-
View: PA_ACCUM_RSRC_CMT_TXNS_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_RSRC_CMT_TXNS_BASE_V, object_name:PA_ACCUM_RSRC_CMT_TXNS_BASE_V, status:VALID, product: PA - Projects , description: This view retrieves project-task-resource level commitments, including commitment-line attributes l - Retrofitted , implementation_dba_data: APPS.PA_ACCUM_RSRC_CMT_TXNS_BASE_V ,
-
View: PA_ADW_ACT_CMT_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_ACT_CMT_B_V, object_name:PA_ADW_ACT_CMT_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_ACT_CMT_B_V ,
-
View: PA_ADW_ACT_CMT_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_ACT_CMT_B_V, object_name:PA_ADW_ACT_CMT_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_ACT_CMT_B_V ,
-
View: PA_STATUS_RSRC_CMT_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_CMT_BASE_V, object_name:PA_STATUS_RSRC_CMT_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_RSRC_CMT_BASE_V ,
-
View: PA_TXN_ACCUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TXN_ACCUM_V, object_name:PA_TXN_ACCUM_V, status:VALID, product: PA - Projects , description: This view displays detail information for a given transaction by various transaction attributes , implementation_dba_data: APPS.PA_TXN_ACCUM_V ,
-
View: PA_ADW_R_ST_ACT_CMT_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_R_ST_ACT_CMT_B_V, object_name:PA_ADW_R_ST_ACT_CMT_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_R_ST_ACT_CMT_B_V ,
-
View: PA_ADW_R_ST_ACT_CMT_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_R_ST_ACT_CMT_B_V, object_name:PA_ADW_R_ST_ACT_CMT_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_R_ST_ACT_CMT_B_V ,
-
View: PA_TXN_ACCUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TXN_ACCUM_V, object_name:PA_TXN_ACCUM_V, status:VALID, product: PA - Projects , description: This view displays detail information for a given transaction by various transaction attributes , implementation_dba_data: APPS.PA_TXN_ACCUM_V ,
-
View: PA_STATUS_RSRC_CMT_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_CMT_BASE_V, object_name:PA_STATUS_RSRC_CMT_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_RSRC_CMT_BASE_V ,