Search Results transaction_source_m
Overview
APPS.PA_ACCUM_CMT_TXNS_V is a consolidated Oracle EBS Projects (PA) reporting view that exposes commitment transaction accumulations across three organizational grains: project, task, and resource list member. In Oracle EBS 12.1.1 and 12.2.2 it serves as the canonical read interface for committed cost (CMT) balances, presenting summarized commitment transactions with both raw and burdened cost amounts, vendor details, and lifecycle dates. Because it unifies three base views through a UNION, it allows reporting tools, Oracle Business Intelligence (OBIEE), Oracle Project Financial Management, and custom extensions to retrieve commitment accumulations without knowing the internal grain-specific storage model. The column the user searched on, TOT_CMT_RAW_COST, is the raw (unburdened) committed cost total and is the principal measure consumed by commitment-versus-budget and commitment-versus-actual reporting.
Underlying Base Objects
The ETRM metadata documents the referenced base objects as three views and two packages. The row data is sourced from:
- PA_ACCUM_PROJ_CMT_TXNS_BASE_V — commitment accumulations at the project level.
- PA_ACCUM_TASK_CMT_TXNS_BASE_V — commitment accumulations at the task level.
- PA_ACCUM_RSRC_CMT_TXNS_BASE_V — commitment accumulations at the resource list member level.
Each of the three SELECT statements projects an identical column list, and the results are combined with UNION to produce a single, uniformly shaped result set distinguished by the grain of the identifier columns (PROJECT_ID, TASK_ID, RESOURCE_LIST_MEMBER_ID). The view also references the packages HR_GENERAL and HR_SECURITY, which are leveraged for organizational and security (MOAC / responsibility-level access) processing consistent with HR security policies.
Key Columns
- PROJECT_ID / TASK_ID / RESOURCE_LIST_MEMBER_ID — the accumulation grain; the populated columns indicate which of the three base views contributed the row.
- TXN_ACCUM_ID — the accumulation transaction identifier.
- TOT_CMT_RAW_COST — total committed cost before burden; the primary measure for commitment reporting.
- TOT_CMT_BURDENED_COST — total committed cost including burden.
- CMT_NUMBER / CMT_LINE_NUMBER — commitment document number and line, linking to purchasing documents.
- CMT_TYPE_CODE / CMT_TYPE_CODE_M — code and meaning for the commitment type (for example purchase order, requisition).
- VENDOR_ID / VENDOR_NAME — supplier associated with the commitment.
- CMT_CREATION_DATE, CMT_APPROVED_DATE, CMT_PROMISED_DATE, CMT_NEED_BY_DATE — lifecycle and scheduling dates.
- CMT_APPROVED_FLAG — indicates whether the commitment is approved.
- QUANTITY_OUTSTANDING, UNIT_OF_MEASURE, AMOUNT_DELIVERED — open quantity and delivered amounts.
- EXPENDITURE_TYPE, ORGANIZATION_ID, EXPENDITURE_ORG_NAME — expenditure categorization and owning expenditure organization.
- TRANSACTION_SOURCE / TRANSACTION_SOURCE_M — origin of the commitment transaction, as code and meaning.
Common Use Cases and Queries
Typical uses include commitment-versus-budget analysis, funds checking, and commitment ledger reconciliation. A common query aggregates raw committed cost by project to compare commitments against budgets:
- SELECT project_id, SUM(tot_cmt_raw_cost) FROM apps.pa_accum_cmt_txns_v GROUP BY project_id;
- Filtering on cmt_approved_flag = 'Y' to report only approved commitments.
- Joining to PA_PROJECTS_ALL on project_id to obtain project names and numbers.
- Restricting by transaction_source to isolate purchase order versus requisition commitments.
Because the view is secured through HR_SECURITY, results are automatically constrained by the responsibility's organization access. As a UNION of accumulations, callers should apply the grain filter explicitly when a specific level (project, task, or resource) is required, and should expect raw cost to be populated independently from burdened cost. TOT_CMT_RAW_COST remains the most frequently referenced column for commit-versus-actual reporting.
-
VIEW: APPS.PA_ACCUM_CMT_TXNS_V
12.1.1
-
VIEW: APPS.PA_STATUS_CMT_BASE_V
12.2.2
-
VIEW: APPS.PA_ACCUM_CMT_TXNS_V
12.2.2
-
View: PA_STATUS_CMT_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_CMT_BASE_V, object_name:PA_STATUS_CMT_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only - Retrofitted - Retrofitted , implementation_dba_data: APPS.PA_STATUS_CMT_BASE_V ,
-
View: PA_ACCUM_CMT_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_CMT_TXNS_V, object_name:PA_ACCUM_CMT_TXNS_V, status:VALID, product: PA - Projects , description: This view retrieves project, task and resource related commitments, including commitment-line attribute , implementation_dba_data: APPS.PA_ACCUM_CMT_TXNS_V ,
-
View: PA_ACCUM_CMT_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_CMT_TXNS_V, object_name:PA_ACCUM_CMT_TXNS_V, status:VALID, product: PA - Projects , description: This view retrieves project, task and resource related commitments, including commitment-line attribute , implementation_dba_data: APPS.PA_ACCUM_CMT_TXNS_V ,
-
VIEW: APPS.PA_STATUS_CMT_BASE_V
12.1.1
-
View: PA_STATUS_CMT_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_CMT_BASE_V, object_name:PA_STATUS_CMT_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only - Retrofitted - Retrofitted , implementation_dba_data: APPS.PA_STATUS_CMT_BASE_V ,
-
VIEW: APPS.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,
-
VIEW: APPS.PA_ACCUM_CMT_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_CMT_TXNS_V, object_name:PA_ACCUM_CMT_TXNS_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.PA_STATUS_CMT_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_CMT_BASE_V, object_name:PA_STATUS_CMT_BASE_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.PA_STATUS_COMMITMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_COMMITMENTS_V, object_name:PA_STATUS_COMMITMENTS_V, status:VALID,
-
VIEW: APPS.PA_ACCUM_CMT_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_CMT_TXNS_V, object_name:PA_ACCUM_CMT_TXNS_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.PA_STATUS_CMT_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_CMT_BASE_V, object_name:PA_STATUS_CMT_BASE_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.PA_STATUS_COMMITMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_COMMITMENTS_V, object_name:PA_STATUS_COMMITMENTS_V, status:VALID,
-
View: PA_STATUS_COMMITMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_COMMITMENTS_V, object_name:PA_STATUS_COMMITMENTS_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_STATUS_COMMITMENTS_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_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_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_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 ,
-
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_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 ,
-
View: PA_STATUS_COMMITMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_COMMITMENTS_V, object_name:PA_STATUS_COMMITMENTS_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_STATUS_COMMITMENTS_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_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_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_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_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 ,
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2