Search Results cmt_quantity
Overview
APPS.PJI_ACT_CMT_BY_PERIOD_V is a reporting view in the Oracle EBS Projects (PJI) schema that consolidates actual cost and commitment balances at the project, task, and accounting period grain. It is defined as a thin projection over a single underlying view, PJI_PRD_ACT_CMT_BY_RSRC_V, and exposes a horizontally consistent column set covering revenue, raw cost, burdened cost, capital cost, quantities, labor and equipment hours, and committed costs across multiple commitment sources.
The view is designed for period-based reporting and integration scenarios in Oracle EBS 12.1.1 and 12.2.2. Because it aggregates activity on a period basis while retaining resource breakdown structure (RBS) identifiers, it supports both summarized project performance summaries and drill-down diagnostics by resource element and resource version. The presence of CMT_QUANTITY and the family of committed cost columns makes it particularly relevant for procurement and commitment reporting workflows where users need to compare incurred actuals to open commitments within the same period window.
Underlying Base Objects
The documented base object for this view is a single view: PJI_PRD_ACT_CMT_BY_RSRC_V. The columns exposed by the source text are a direct, one-to-one selection from that view, with no joins, unions, aggregations, or filters applied in this layer. The aliasing convention (PABR) confirms that PJI_ACT_CMT_BY_PERIOD_V functions as a stable presentation layer, insulating consumers from the internal naming and logic of the underlying resource-based view.
Practically, this means the row count, filtering behavior, and refresh characteristics of APPS.PJI_ACT_CMT_BY_PERIOD_V are entirely inherited from PJI_PRD_ACT_CMT_BY_RSRC_V. Any performance tuning, index usage, or execution plan considerations must be evaluated against the underlying view rather than this projection. The view is a read-only reporting construct and should not be treated as an updatable entity for DML operations.
Key Columns
PROJECT_ID,TASK_ID— project and task identifiers defining the owning work breakdown structure node.PERIOD_NAME,PERIOD_START_DATE,PERIOD_END_DATE— the accounting period label and its date boundaries, enabling period-over-period comparison.REVENUE— recognized revenue associated with the period and resource context.RAW_COST,CAPITAL_RAW_COST,BURDENED_COST,CAPITAL_BURDENED_COST— actual cost measures, split between raw and burdened, with a capital variant.RBS_ELEMENT_ID,RBS_VERSION_ID— resource breakdown structure element and version, enabling resource-level attribution.CALENDAR_TYPE— the calendar context associated with the period rollup.QUANTITY,BILLABLE_QUANTITY— total and billable quantities, including the specificCMT_QUANTITYmeasure the user searched for.LABOR_HRS,BILL_LABOR_HRS,EQUIPMENT_HOURS,BILLABLE_EQUIPMENT_HOURS— labor and equipment hours, total and billable.LABOR_RAW_COST,LABOR_BRDN_COST,BILL_LABOR_RAW_COST,BILL_LABOR_BRDN_COST,LABOR_REVENUE— labor cost and revenue detail.EQUIPMENT_RAW_COST,EQUIPMENT_BRDN_COST— equipment cost detail.SUP_INV_COMMITTED_COST,PO_COMMITTED_COST,PR_COMMITTED_COST,OTH_COMMITTED_COST,CMT_BURDENED_COST— commitment amounts by source (supplier invoice, purchase order, requisition, other) plus total burdened commitment.
Common Use Cases and Queries
Typical uses include period commitment reporting, project cost-to-complete analysis, resource-level utilization reporting, and reconciliation of actuals against commitments. A basic period query filtering by project and period is shown below, demonstrating retrieval of the CMT_QUANTITY measure alongside committed costs.
- Period commitment lookup: select project, task, period,
CMT_QUANTITY, and the PO/PR committed cost columns for a given period name. - Actual versus commitment comparison: compare
BURDENED_COSTwithCMT_BURDENED_COSTper project and period. - Resource-level drill-down: group by
RBS_ELEMENT_IDandRBS_VERSION_IDto analyze quantity and cost distribution.
Sample SQL:
SELECT PROJECT_ID, TASK_ID, PERIOD_NAME, QUANTITY, CMT_QUANTITY, PO_COMMITTED_COST, PR_COMMITTED_COST, CMT_BURDENED_COST FROM APPS.PJI_ACT_CMT_BY_PERIOD_V WHERE PERIOD_NAME = 'JAN-24' AND PROJECT_ID = :p_project_id;
-
VIEW: APPS.PJI_ACT_CMT_BY_PERIOD_V
12.2.2
-
VIEW: APPS.PJI_ACT_CMT_BY_PERIOD_V
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
View: PJI_ACT_CMT_BY_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_ACT_CMT_BY_PERIOD_V, object_name:PJI_ACT_CMT_BY_PERIOD_V, status:VALID, product: PJI - Project Intelligence , description: PJI_ACT_CMT_BY_PERIOD_V is a view that displays actual cost, revenue totals, and commitment for lowest level tasks and resources by PA, and GL periods. The view is mainly used by external project management systems that import actuals from , implementation_dba_data: APPS.PJI_ACT_CMT_BY_PERIOD_V ,
-
View: PJI_ACT_CMT_BY_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_ACT_CMT_BY_PERIOD_V, object_name:PJI_ACT_CMT_BY_PERIOD_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: PJI_ACT_CMT_BY_PERIOD_V is a view that displays actual cost, revenue totals, and commitment for lowest level tasks and resources by PA, and GL periods. The view is mainly used by external project management systems that import actuals from , implementation_dba_data: APPS.PJI_ACT_CMT_BY_PERIOD_V ,
-
View: PJI_AC_ACT_CMT_BY_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_AC_ACT_CMT_BY_TASK_V, object_name:PJI_AC_ACT_CMT_BY_TASK_V, status:VALID, product: PJI - Project Intelligence , description: This view displays actual costs, revenue, and commitments for PA and GL periods by task. The view is used by external project management systems that import financial data from Oracle Projects. , implementation_dba_data: APPS.PJI_AC_ACT_CMT_BY_TASK_V ,
-
View: PJI_AC_ACT_CMT_BY_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_AC_ACT_CMT_BY_TASK_V, object_name:PJI_AC_ACT_CMT_BY_TASK_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: This view displays actual costs, revenue, and commitments for PA and GL periods by task. The view is used by external project management systems that import financial data from Oracle Projects. , implementation_dba_data: APPS.PJI_AC_ACT_CMT_BY_TASK_V ,
-
View: PJI_PRD_ACT_CMT_BY_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_PRD_ACT_CMT_BY_TASK_V, object_name:PJI_PRD_ACT_CMT_BY_TASK_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: PJI_PRD_ACT_CMT_BY_TASK_V is a view that displays actual cost, revenue totals, and commitments for PA, and GL periods by task. The view is mainly used by external project management systems that import actuals from Oracle Projects. , implementation_dba_data: APPS.PJI_PRD_ACT_CMT_BY_TASK_V ,
-
VIEW: APPS.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,
-
View: PJI_PRD_ACT_CMT_PG_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_PRD_ACT_CMT_PG_TASK_V, object_name:PJI_PRD_ACT_CMT_PG_TASK_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: PJI_PRD_ACT_CMT_PG_TASK_V is a view that displays actual cost, revenue totals, and commitments for PA, and GL periods by task at Program Level. The view is mainly used by external project management systems that import actuals from Oracle P , implementation_dba_data: APPS.PJI_PRD_ACT_CMT_PG_TASK_V ,
-
View: PJI_AC_ACT_CMT_BY_RSRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_AC_ACT_CMT_BY_RSRC_V, object_name:PJI_AC_ACT_CMT_BY_RSRC_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: This view displays actual costs, revenue, and commitments for PA and GL periods by task and resources. The view is used by external project management systems that import financial data from Oracle Projects. , implementation_dba_data: APPS.PJI_AC_ACT_CMT_BY_RSRC_V ,
-
VIEW: APPS.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,
-
View: PJI_PRD_ACT_CMT_BY_RSRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_PRD_ACT_CMT_BY_RSRC_V, object_name:PJI_PRD_ACT_CMT_BY_RSRC_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: PJI_PRD_PLN_BY_RSRC_V is a view that displays budget cost and revenue totals for PA, and GL periods by task, and resources. The view is mainly used by external project management systems that import actuals from Oracle Projects , implementation_dba_data: APPS.PJI_PRD_ACT_CMT_BY_RSRC_V ,
-
View: PJI_PRD_ACT_CMT_BY_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_PRD_ACT_CMT_BY_TASK_V, object_name:PJI_PRD_ACT_CMT_BY_TASK_V, status:VALID, product: PJI - Project Intelligence , description: PJI_PRD_ACT_CMT_BY_TASK_V is a view that displays actual cost, revenue totals, and commitments for PA, and GL periods by task. The view is mainly used by external project management systems that import actuals from Oracle Projects. , implementation_dba_data: APPS.PJI_PRD_ACT_CMT_BY_TASK_V ,
-
View: PJI_AC_ACT_CMT_BY_RSRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_AC_ACT_CMT_BY_RSRC_V, object_name:PJI_AC_ACT_CMT_BY_RSRC_V, status:VALID, product: PJI - Project Intelligence , description: This view displays actual costs, revenue, and commitments for PA and GL periods by task and resources. The view is used by external project management systems that import financial data from Oracle Projects. , implementation_dba_data: APPS.PJI_AC_ACT_CMT_BY_RSRC_V ,
-
VIEW: APPS.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,
-
VIEW: APPS.PJI_AC_ACT_CMT_BY_TASK_V
12.2.2
-
View: PJI_PRD_ACT_CMT_PG_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_PRD_ACT_CMT_PG_TASK_V, object_name:PJI_PRD_ACT_CMT_PG_TASK_V, status:VALID, product: PJI - Project Intelligence , description: PJI_PRD_ACT_CMT_PG_TASK_V is a view that displays actual cost, revenue totals, and commitments for PA, and GL periods by task at Program Level. The view is mainly used by external project management systems that import actuals from Oracle P , implementation_dba_data: APPS.PJI_PRD_ACT_CMT_PG_TASK_V ,
-
View: PJI_PRD_ACT_CMT_BY_RSRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_PRD_ACT_CMT_BY_RSRC_V, object_name:PJI_PRD_ACT_CMT_BY_RSRC_V, status:VALID, product: PJI - Project Intelligence , description: PJI_PRD_PLN_BY_RSRC_V is a view that displays budget cost and revenue totals for PA, and GL periods by task, and resources. The view is mainly used by external project management systems that import actuals from Oracle Projects , implementation_dba_data: APPS.PJI_PRD_ACT_CMT_BY_RSRC_V ,
-
VIEW: APPS.PJI_PRD_ACT_CMT_BY_RSRC_V
12.1.1
-
View: PJI_PRD_PLN_BY_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_PRD_PLN_BY_TASK_V, object_name:PJI_PRD_PLN_BY_TASK_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: PJI_PRD_PLN_BY_TASK_V is a view that displays budget cost and revenue totals for PA, and GL periods by task. The view is mainly used by external project management systems that import actuals from Oracle Projects. , implementation_dba_data: APPS.PJI_PRD_PLN_BY_TASK_V ,
-
VIEW: APPS.PJI_PRD_ACT_CMT_BY_RSRC_V
12.2.2
-
VIEW: APPS.PJI_PRD_ACT_CMT_PG_TASK_V
12.2.2
-
VIEW: APPS.PJI_AC_ACT_CMT_BY_RSRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_AC_ACT_CMT_BY_RSRC_V, object_name:PJI_AC_ACT_CMT_BY_RSRC_V, status:VALID,
-
VIEW: APPS.PJI_PRD_ACT_CMT_PG_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_PRD_ACT_CMT_PG_TASK_V, object_name:PJI_PRD_ACT_CMT_PG_TASK_V, status:VALID,
-
VIEW: APPS.PJI_PRD_ACT_CMT_BY_TASK_V
12.1.1
-
View: PJI_AC_PLN_BY_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_AC_PLN_BY_TASK_V, object_name:PJI_AC_PLN_BY_TASK_V, status:VALID, product: PJI - Project Intelligence , description: This view displays budgeted cost and revenue for PA and GL periods by task. The view is used by external project management systems that import financial data from Oracle Projects. , implementation_dba_data: APPS.PJI_AC_PLN_BY_TASK_V ,
-
View: PJI_PRD_PLN_BY_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_PRD_PLN_BY_TASK_V, object_name:PJI_PRD_PLN_BY_TASK_V, status:VALID, product: PJI - Project Intelligence , description: PJI_PRD_PLN_BY_TASK_V is a view that displays budget cost and revenue totals for PA, and GL periods by task. The view is mainly used by external project management systems that import actuals from Oracle Projects. , implementation_dba_data: APPS.PJI_PRD_PLN_BY_TASK_V ,
-
View: PJI_AC_PLN_BY_RSRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_AC_PLN_BY_RSRC_V, object_name:PJI_AC_PLN_BY_RSRC_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: This view displays budgeted cost and revenue for PA and GL periods by task and resources. The view is used by external project management systems that import financial data from Oracle Projects. , implementation_dba_data: APPS.PJI_AC_PLN_BY_RSRC_V ,
-
VIEW: APPS.PJI_AC_ACT_CMT_BY_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_AC_ACT_CMT_BY_TASK_V, object_name:PJI_AC_ACT_CMT_BY_TASK_V, status:VALID,
-
VIEW: APPS.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,
-
View: PJI_PRD_PLN_BY_RSRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_PRD_PLN_BY_RSRC_V, object_name:PJI_PRD_PLN_BY_RSRC_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: This new PSI view is to provide PSI functionality using new summarization model.Full Description :PJI_PRD_PLN_BY_RSRC_V is a view that displays budget costand revenue totals for PA, and GL periods by task, and resources. The view is mainly , implementation_dba_data: APPS.PJI_PRD_PLN_BY_RSRC_V ,
-
VIEW: APPS.PJI_AC_ACT_CMT_BY_TASK_V
12.1.1
-
VIEW: APPS.PJI_AC_ACT_CMT_BY_RSRC_V
12.2.2
-
VIEW: APPS.PJI_AC_ACT_CMT_BY_RSRC_V
12.1.1
-
VIEW: APPS.PJI_AC_ACT_CMT_BY_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_AC_ACT_CMT_BY_TASK_V, object_name:PJI_AC_ACT_CMT_BY_TASK_V, status:VALID,
-
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: PJI_AC_PLN_BY_RSRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_AC_PLN_BY_RSRC_V, object_name:PJI_AC_PLN_BY_RSRC_V, status:VALID, product: PJI - Project Intelligence , description: This view displays budgeted cost and revenue for PA and GL periods by task and resources. The view is used by external project management systems that import financial data from Oracle Projects. , implementation_dba_data: APPS.PJI_AC_PLN_BY_RSRC_V ,
-
VIEW: APPS.PJI_PRD_ACT_CMT_PG_TASK_V
12.1.1
-
View: PJI_AC_PLN_BY_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_AC_PLN_BY_TASK_V, object_name:PJI_AC_PLN_BY_TASK_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: This view displays budgeted cost and revenue for PA and GL periods by task. The view is used by external project management systems that import financial data from Oracle Projects. , implementation_dba_data: APPS.PJI_AC_PLN_BY_TASK_V ,
-
VIEW: APPS.PJI_PRD_ACT_CMT_BY_TASK_V
12.2.2
-
VIEW: APPS.PJI_AC_ACT_CMT_BY_RSRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_AC_ACT_CMT_BY_RSRC_V, object_name:PJI_AC_ACT_CMT_BY_RSRC_V, status:VALID,
-
VIEW: APPS.PJI_AC_PLN_BY_RSRC_V
12.1.1
-
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 ,
-
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 ,
-
View: PJI_PRD_PLN_BY_RSRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_PRD_PLN_BY_RSRC_V, object_name:PJI_PRD_PLN_BY_RSRC_V, status:VALID, product: PJI - Project Intelligence , description: This new PSI view is to provide PSI functionality using new summarization model.Full Description :PJI_PRD_PLN_BY_RSRC_V is a view that displays budget costand revenue totals for PA, and GL periods by task, and resources. The view is mainly , implementation_dba_data: APPS.PJI_PRD_PLN_BY_RSRC_V ,
-
VIEW: APPS.PJI_PRD_ACT_CMT_PG_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_PRD_ACT_CMT_PG_TASK_V, object_name:PJI_PRD_ACT_CMT_PG_TASK_V, status:VALID,
-
VIEW: APPS.PJI_AC_PLN_BY_TASK_V
12.2.2
-
VIEW: APPS.PJI_PRD_PLN_BY_TASK_V
12.1.1