Search Results amount_delivered
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: PA.PA_COMMITMENT_TXNS_EFC#
12.2.2
-
VIEW: APPS.PA_ACCUM_CMT_TXNS_V
12.2.2
-
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: PA.PA_COMMITMENT_TXNS#
12.2.2
-
VIEW: PA.PA_COMMITMENT_TXNS_EFC#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_COMMITMENT_TXNS_EFC#, status:VALID,
-
View: EAM_WO_REQ_PO_LITE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_WO_REQ_PO_LITE_V, object_name:EAM_WO_REQ_PO_LITE_V, status:VALID, product: EAM - Enterprise Asset Management , description: This is a light weight version of EAM_WORK_ORDER_REQ_PO_V. , implementation_dba_data: APPS.EAM_WO_REQ_PO_LITE_V ,
-
VIEW: APPS.EAM_WO_REQ_PO_LITE_V
12.2.2
-
TABLE: PO.PO_DOCUMENT_TOTALS_GT
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DOCUMENT_TOTALS_GT, object_name:PO_DOCUMENT_TOTALS_GT, status:VALID,
-
VIEW: PO.PO_DISTRIBUTIONS_DRAFT_ALL#
12.2.2
-
VIEW: PO.PO_DISTRIBUTIONS_ARCHIVE_ALL#
12.2.2
-
View: EAM_WO_DIRECT_ITEMS_LITE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_WO_DIRECT_ITEMS_LITE_V, object_name:EAM_WO_DIRECT_ITEMS_LITE_V, status:VALID, product: EAM - Enterprise Asset Management , description: This is a light weight version of the view EAM_WORK_ORDER_DIRECT_ITEMS_V. , implementation_dba_data: APPS.EAM_WO_DIRECT_ITEMS_LITE_V ,
-
TABLE: PA.PA_COMMITMENT_TXNS_EFC
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COMMITMENT_TXNS_EFC, object_name:PA_COMMITMENT_TXNS_EFC, status:VALID,
-
VIEW: APPS.PO_DISTRIBUTION_CHANGES_V
12.2.2
-
VIEW: APPS.EAM_WO_DIRECT_ITEMS_LITE_V
12.2.2
-
TABLE: PA.PA_COMMITMENT_TXNS_EFC
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COMMITMENT_TXNS_EFC, object_name:PA_COMMITMENT_TXNS_EFC, 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.PO_SGD_MOD_DISTRIBUTIONS_V
12.2.2
-
TABLE: PO.PO_DOCUMENT_TOTALS_GT
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DOCUMENT_TOTALS_GT, object_name:PO_DOCUMENT_TOTALS_GT, status:VALID,
-
View: WIP_EAM_DIRECT_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_DIRECT_ITEMS_V, object_name:WIP_EAM_DIRECT_ITEMS_V, status:VALID, product: WIP - Work in Process , description: Direct Items for EAM work orders , implementation_dba_data: APPS.WIP_EAM_DIRECT_ITEMS_V ,
-
View: WIP_EAM_DIRECT_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_DIRECT_ITEMS_V, object_name:WIP_EAM_DIRECT_ITEMS_V, status:VALID, product: WIP - Work in Process , description: Direct Items for EAM work orders , implementation_dba_data: APPS.WIP_EAM_DIRECT_ITEMS_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_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: PO_DISTRIBUTIONS_ALL_MRC_V
12.1.1
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
VIEW: PO.PO_DISTRIBUTIONS_ALL#
12.2.2
-
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.EAM_DIRECT_ITEMS_RECS_LITE_V
12.1.1
owner:APPS, object_type:VIEW, object_name:EAM_DIRECT_ITEMS_RECS_LITE_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_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: PO_DISTRIBUTIONS_MRC_V
12.2.2
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WIP_EAM_DIRECT_ITEMS_V
12.2.2
-
View: PO_DISTRIBUTIONS_MRC_V
12.1.1
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PO_DISTRIBUTIONS_ALL_MRC_V
12.2.2
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
TABLE: BOM.CST_EAM_DIRECT_ITEMS_TEMP
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_EAM_DIRECT_ITEMS_TEMP, object_name:CST_EAM_DIRECT_ITEMS_TEMP, status:VALID,
-
TABLE: BOM.CST_EAM_DIRECT_ITEMS_TEMP
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_EAM_DIRECT_ITEMS_TEMP, object_name:CST_EAM_DIRECT_ITEMS_TEMP, status:VALID,
-
View: EAM_WORK_ORDER_DIRECT_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_WORK_ORDER_DIRECT_ITEMS_V, object_name:EAM_WORK_ORDER_DIRECT_ITEMS_V, status:VALID, product: EAM - Enterprise Asset Management , description: View shows direct item details of a work order. , implementation_dba_data: APPS.EAM_WORK_ORDER_DIRECT_ITEMS_V ,
-
VIEW: APPS.WIP_EAM_DIRECT_ITEMS_V
12.1.1
-
VIEW: APPS.PO_SGD_DISTRIBUTIONS_V
12.2.2
-
VIEW: APPS.EAM_WO_REQ_PO_LITE_V
12.1.1
owner:APPS, object_type:VIEW, object_name:EAM_WO_REQ_PO_LITE_V, status:VALID,
-
VIEW: APPS.EAM_DIRECT_ITEMS_RECS_LITE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_DIRECT_ITEMS_RECS_LITE_V, object_name:EAM_DIRECT_ITEMS_RECS_LITE_V, status:VALID,
-
VIEW: APPS.EAM_WORK_ORDER_DIRECT_ITEMS_V
12.2.2
-
VIEW: APPS.EAM_WO_REQ_PO_LITE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_WO_REQ_PO_LITE_V, object_name:EAM_WO_REQ_PO_LITE_V, status:VALID,
-
VIEW: APPS.WIP_EAM_DIRECT_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_DIRECT_ITEMS_V, object_name:WIP_EAM_DIRECT_ITEMS_V, status:VALID,
-
VIEW: APPS.WIP_EAM_DIRECT_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_DIRECT_ITEMS_V, object_name:WIP_EAM_DIRECT_ITEMS_V, status:VALID,
-
VIEW: APPS.PO_DISTRIBUTIONS_DIFF_V
12.2.2
-
VIEW: APPS.EAM_WO_DIRECT_ITEMS_LITE_V
12.1.1
-
VIEW: APPS.EAM_WO_DIRECT_ITEMS_LITE_V
12.1.1
owner:APPS, object_type:VIEW, object_name:EAM_WO_DIRECT_ITEMS_LITE_V, status:VALID,