Search Results pa_txn_accum_details
The PA_TXN_ACCUM_DETAILS table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for storing transactional details related to project accounting. This table plays a pivotal role in the Project Costing module, capturing granular data for cost accumulation, revenue recognition, and financial reporting. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
Table Overview
The PA_TXN_ACCUM_DETAILS table stores transactional line-level details for projects, including costs, revenue, and commitments. It acts as a staging area before data is summarized and transferred to the general ledger (GL) or other reporting structures. Key attributes include:- Transaction Source: Identifies the origin of the transaction (e.g., AP, PO, AR).
- Project/Task IDs: Links transactions to specific projects and tasks.
- Amounts: Captures raw, burdened, and revenue amounts.
- Accounting Date: Determines the period for GL posting.
- GL Posted Flag: Indicates whether the transaction has been transferred to GL.
Functional Role
This table supports:- Cost Accumulation: Tracks labor, non-labor, and inventory costs at the lowest granularity.
- Revenue Recognition: Stores revenue-generating transactions for billing and invoicing.
- Commitment Control: Records purchase orders and encumbrances for budgetary tracking.
- Audit Trail: Provides a detailed history for compliance and reconciliation.
Integration Points
PA_TXN_ACCUM_DETAILS integrates with:- GL_INTERFACE: Transactions are summarized and posted to the general ledger.
- PA_PROJECTS_ALL: Maintains referential integrity with project master data.
- PA_COST_DISTRIBUTION_LINES_ALL: Links to detailed cost distribution records.
- AP/AR/PO Modules: Sources transactional data from subledgers.
Key Processes
- Transaction Import: Raw data from subledgers populates this table via Oracle Public APIs.
- Cost Processing: Burdening and allocation engines reference this table for calculations.
- GL Transfer: The "Create Accounting" process summarizes and transfers data to GL.
- Purge Mechanism: Oracle provides concurrent programs to archive/delete stale records.
Technical Considerations
- Indexing: Heavily indexed on project_id, task_id, and txn_accum_id for performance.
- Partitioning: Recommended for implementations with high transaction volumes.
- Size Management: Can grow rapidly; requires periodic maintenance.
Customization Impact
Modifications to this table require careful analysis due to:- Dependencies on Oracle's Project Accounting engine
- Integration with standard reporting (PAXPAACC, etc.)
- Potential impact on period close processes
Version-Specific Notes
Differences between 12.1.1 and 12.2.2 are minimal for this table, primarily involving:- Additional columns in 12.2.2 for enhanced analytics
- Improved partitioning options in 12.2.2
- Optimized APIs for data loading
-
Table: PA_TXN_ACCUM_DETAILS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TXN_ACCUM_DETAILS, object_name:PA_TXN_ACCUM_DETAILS, status:VALID, product: PA - Projects , description: Drilldown information from PA_TXN_ACCUM to cost, revenue, and event revenue distribution lines, and to commitments , implementation_dba_data: PA.PA_TXN_ACCUM_DETAILS ,
-
Table: PA_TXN_ACCUM_DETAILS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TXN_ACCUM_DETAILS, object_name:PA_TXN_ACCUM_DETAILS, status:VALID, product: PA - Projects , description: Drilldown information from PA_TXN_ACCUM to cost, revenue, and event revenue distribution lines, and to commitments , implementation_dba_data: PA.PA_TXN_ACCUM_DETAILS ,
-
View: PA_STATUS_TASK_EI_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_TASK_EI_BASE_V, object_name:PA_STATUS_TASK_EI_BASE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_TASK_EI_BASE_V ,
-
View: PA_STATUS_TASK_EI_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_TASK_EI_BASE_V, object_name:PA_STATUS_TASK_EI_BASE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_TASK_EI_BASE_V ,
-
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 ,
-
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_COMMITMENT_TXNS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COMMITMENT_TXNS, object_name:PA_COMMITMENT_TXNS, status:VALID, product: PA - Projects , description: Commitment transactions for summarized project summary commitment amounts , implementation_dba_data: PA.PA_COMMITMENT_TXNS ,
-
Table: PA_COMMITMENT_TXNS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COMMITMENT_TXNS, object_name:PA_COMMITMENT_TXNS, status:VALID, product: PA - Projects , description: Commitment transactions for summarized project summary commitment amounts , implementation_dba_data: PA.PA_COMMITMENT_TXNS ,
-
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 ,
-
View: PA_STATUS_TASK_EV_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_TASK_EV_BASE_V, object_name:PA_STATUS_TASK_EV_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_TASK_EV_BASE_V ,
-
View: PA_STATUS_TASK_EV_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_TASK_EV_BASE_V, object_name:PA_STATUS_TASK_EV_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_TASK_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_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 ,
-
Table: PA_CUST_REV_DIST_LINES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CUST_REV_DIST_LINES_ALL, object_name:PA_CUST_REV_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about expenditure item revenue distribution , implementation_dba_data: PA.PA_CUST_REV_DIST_LINES_ALL ,
-
Table: PA_COST_DISTRIBUTION_LINES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COST_DISTRIBUTION_LINES_ALL, object_name:PA_COST_DISTRIBUTION_LINES_ALL, status:VALID, product: PA - Projects , description: Information about expenditure item cost distribution , implementation_dba_data: PA.PA_COST_DISTRIBUTION_LINES_ALL ,
-
Table: PA_CUST_REV_DIST_LINES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CUST_REV_DIST_LINES_ALL, object_name:PA_CUST_REV_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about expenditure item revenue distribution , implementation_dba_data: PA.PA_CUST_REV_DIST_LINES_ALL ,
-
Table: PA_COST_DISTRIBUTION_LINES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COST_DISTRIBUTION_LINES_ALL, object_name:PA_COST_DISTRIBUTION_LINES_ALL, status:VALID, product: PA - Projects , description: Information about expenditure item cost distribution , implementation_dba_data: PA.PA_COST_DISTRIBUTION_LINES_ALL ,
-
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 ,
-
Table: PA_CUST_EVENT_RDL_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CUST_EVENT_RDL_ALL, object_name:PA_CUST_EVENT_RDL_ALL, status:VALID, product: PA - Projects , description: Information about event revenue distribution , implementation_dba_data: PA.PA_CUST_EVENT_RDL_ALL ,
-
View: PA_ACCUM_PROJ_CMT_TXNS_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_PROJ_CMT_TXNS_BASE_V, object_name:PA_ACCUM_PROJ_CMT_TXNS_BASE_V, status:VALID, product: PA - Projects , description: This view retrieves project level commitments, including commitment-line attributes like commitment - Retrofitted , implementation_dba_data: APPS.PA_ACCUM_PROJ_CMT_TXNS_BASE_V ,
-
View: PA_ACCUM_TASK_CMT_TXNS_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_TASK_CMT_TXNS_BASE_V, object_name:PA_ACCUM_TASK_CMT_TXNS_BASE_V, status:VALID, product: PA - Projects , description: This view retrieves project-task level commitments, including commitment-line attributes like commi - Retrofitted , implementation_dba_data: APPS.PA_ACCUM_TASK_CMT_TXNS_BASE_V ,
-
View: PA_ACCUM_TASK_CMT_TXNS_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_TASK_CMT_TXNS_BASE_V, object_name:PA_ACCUM_TASK_CMT_TXNS_BASE_V, status:VALID, product: PA - Projects , description: This view retrieves project-task level commitments, including commitment-line attributes like commi - Retrofitted , implementation_dba_data: APPS.PA_ACCUM_TASK_CMT_TXNS_BASE_V ,
-
Table: PA_CUST_EVENT_RDL_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CUST_EVENT_RDL_ALL, object_name:PA_CUST_EVENT_RDL_ALL, status:VALID, product: PA - Projects , description: Information about event revenue distribution , implementation_dba_data: PA.PA_CUST_EVENT_RDL_ALL ,
-
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_STATUS_PROJ_CMT_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_PROJ_CMT_BASE_V, object_name:PA_STATUS_PROJ_CMT_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only - Retrofitted , implementation_dba_data: APPS.PA_STATUS_PROJ_CMT_BASE_V ,
-
View: PA_ACCUM_PROJ_CMT_TXNS_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_PROJ_CMT_TXNS_BASE_V, object_name:PA_ACCUM_PROJ_CMT_TXNS_BASE_V, status:VALID, product: PA - Projects , description: This view retrieves project level commitments, including commitment-line attributes like commitment - Retrofitted , implementation_dba_data: APPS.PA_ACCUM_PROJ_CMT_TXNS_BASE_V ,
-
View: PA_STATUS_TASK_CMT_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_TASK_CMT_BASE_V, object_name:PA_STATUS_TASK_CMT_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_TASK_CMT_BASE_V ,
-
View: PA_STATUS_PROJ_CMT_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_PROJ_CMT_BASE_V, object_name:PA_STATUS_PROJ_CMT_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only - Retrofitted , implementation_dba_data: APPS.PA_STATUS_PROJ_CMT_BASE_V ,
-
View: PA_STATUS_TASK_CMT_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_TASK_CMT_BASE_V, object_name:PA_STATUS_TASK_CMT_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_TASK_CMT_BASE_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_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_ADW_R_ACT_CMT_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_R_ACT_CMT_B_V, object_name:PA_ADW_R_ACT_CMT_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_R_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_ADW_R_ACT_CMT_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_R_ACT_CMT_B_V, object_name:PA_ADW_R_ACT_CMT_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_R_ACT_CMT_B_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 ,
-
Table: PA_TASKS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
Table: PA_TASKS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
Table: PA_PROJECTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,
-
Table: PA_PROJECTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,