Search Results ptd_mask
Overview
APPS.PJI_XTD_ACT_CMT_BY_RSRC_V is a reporting view in Oracle EBS Project Manufacturing/Projects Intelligence (PJI) that aggregates actual and committed project cost and revenue by resource. It presents period-to-date (PTD), and by extension quarter-to-date (QTD) and year-to-date (YTD), balances keyed by project, task, calendar, and reporting structure element (RBS). The view is most commonly referenced when reporting labor hours, burdened and raw costs, billable and non-billable labor, equipment usage, and commitment amounts. Users searching the term "labor_hrs" encounter this object because the view exposes several aliases of the LABOR_HRS column, including LABOR_HOURS_PTD, LABOR_HRS_PTD, CMT_QUANTITY_PTD, and QUANTITY_PTD, all derived from SUM(LABOR_HRS * PTD_MASK).
Underlying Base Objects
The view is documented in ETRM 12.2.2 as owned by APPS and defined over the following referenced objects:
- PA_PROJECTS_ALL (synonym) — the master project definition table, supplying PROJECT_ID and related descriptive context.
- PJI_FP_XBS_ACCUM_F (synonym) — the extended burdening/accumulation fact table that holds the transactional cost, revenue, hours, and commitment measures summed by the view.
- PJI_ORG_EXTR_INFO (synonym) — organization-level extraction/parameter information that governs which data sets are available to the reporting structure.
- PJI_TIME_CAL_PERIOD_V (view) — the time calendar period view, providing PERIOD_NAME, PERIOD_START_DATE, and PERIOD_END_DATE used to bucket PTD/QTD/YTD amounts.
- PJI_TIME_CAL_RPT_STRUCT_V (view) — the reporting structure view, providing RBS_VERSION_ID and RBS_ELEMENT_ID for resource breakdown rollups.
The underlying fact data flows from the Projects Intelligence extraction process, which populates PJI_FP_XBS_ACCUM_F from Oracle Projects and Manufacturing transaction sources. The view applies the appropriate PTD, QTD, and YTD masks to the accumulated facts to produce the reporting periods.
Key Columns
- PROJECT_ID, TASK_ID — identify the project and task being reported.
- CALENDAR_TYPE, CALENDAR_ID, PERIOD_NAME, PERIOD_START_DATE, PERIOD_END_DATE — the reporting calendar and period context.
- RBS_VERSION_ID, RBS_ELEMENT_ID — the resource breakdown structure version and element, enabling resource-level rollups such as labor categories and persons.
- LABOR_HRS_PTD / LABOR_HOURS_PTD — summed labor hours for the period.
- BILL_LABOR_HRS_PTD / BILLABLE_LABOR_HOURS_PTD / BILLABLE_QUANTITY_PTD — billable labor hours and quantities.
- LABOR_RAW_COST_PTD, LABOR_BRDN_COST_PTD — raw and burdened labor cost.
- BILL_LABOR_RAW_COST_PTD, BILL_LABOR_BRDN_COST_PTD — billable labor cost measures.
- EQUIPMENT_HOURS_PTD, BILLABLE_EQUIPMENT_HOURS_PTD, EQUIPMENT_RAW_COST_PTD, EQUIPMENT_BRDN_COST_PTD — equipment utilization and cost.
- REVENUE_PTD, LABOR_REVENUE_PTD — recognized revenue.
- CAPITAL_RAW_COST_PTD, CAPITAL_BURDENED_COST_PTD — capitalized cost amounts.
- SUP_INV_COMMITTED_COST_PTD, PO_COMMITTED_COST_PTD, PR_COMMITTED_COST_PTD, OTH_COMMITTED_COST_PTD, CMT_BURDENED_COST_PTD — commitment balances by source.
- CMT_QUANTITY_PTD, QUANTITY_PTD — generic quantity measures mapped to labor hours.
Common Use Cases and Queries
Typical uses include labor hour reporting by resource, project cost and commitment dashboards, and extract feeds into external data warehouses. A representative query returns labor hours and cost for a project and period:
- SELECT project_id, task_id, period_name, labor_hrs_ptd, bill_labor_hrs_ptd, labor_raw_cost_ptd, labor_brdn_cost_ptd FROM apps.pji_xtd_act_cmt_by_rsrc_v WHERE project_id = :p_project_id AND period_name = :p_period_name;
- SELECT rbs_element_id, SUM(labor_hrs_ptd) hours, SUM(labor_brdn_cost_ptd) cost FROM apps.pji_xtd_act_cmt_by_rsrc_v GROUP BY rbs_element_id;
- SELECT period_name, SUM(cmt_quantity_ptd) FROM apps.pji_xtd_act_cmt_by_rsrc_v WHERE rbs_version_id = :p_version AND project_id = :p_project_id GROUP BY period_name;
Because the view aggregates accumulated facts, it is appropriate for reporting and extraction but not for transactional updates. Performance depends on filtering by PROJECT_ID, PERIOD_NAME, and RBS identifiers.
-
VIEW: APPS.PJI_XTD_ACT_CMT_BY_RSRC_V
12.1.1
-
VIEW: APPS.PJI_XTD_PLN_BY_RSRC_V
12.2.2
-
VIEW: APPS.PJI_XTD_PLN_BY_RSRC_V
12.1.1
-
VIEW: APPS.PJI_XTD_ACT_CMT_BY_TASK_V
12.1.1
-
VIEW: APPS.PJI_XTD_ACT_CMT_BY_TASK_V
12.2.2
-
View: PJI_XTD_ACT_CMT_BY_RSRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_XTD_ACT_CMT_BY_RSRC_V, object_name:PJI_XTD_ACT_CMT_BY_RSRC_V, status:VALID, product: PJI - Project Intelligence , description: PJI_XTD_ACT_CMT_BY_RSRC_V is a view that displays actual cost, revenue totals, and commitments for PTD, QTD, YTD, and ITD by task, and resource. The view is mainly used by external project management systems that import actuals from Oracle , implementation_dba_data: APPS.PJI_XTD_ACT_CMT_BY_RSRC_V ,
-
View: PJI_XTD_PLN_BY_RSRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_XTD_PLN_BY_RSRC_V, object_name:PJI_XTD_PLN_BY_RSRC_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: PJI_XTD_PLN_BY_RSRC_V is a view that displays budget cost and revenue totals for PTD, QTD, YTD, and ITD by task, and resource. The view is mainly used by external project management systems that import actuals from Oracle Projects. , implementation_dba_data: APPS.PJI_XTD_PLN_BY_RSRC_V ,
-
View: PJI_XTD_PLN_BY_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_XTD_PLN_BY_TASK_V, object_name:PJI_XTD_PLN_BY_TASK_V, status:VALID, product: PJI - Project Intelligence , description: PJI_XTD_PLN_BY_TASK_V is a view that displays budget cost and revenue totals for PTD, QTD, YTD, and ITD by task. The view is mainly used by external project management systems that import actuals from Oracle Projects. , implementation_dba_data: APPS.PJI_XTD_PLN_BY_TASK_V ,
-
View: PJI_XTD_ACT_CMT_BY_RSRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_XTD_ACT_CMT_BY_RSRC_V, object_name:PJI_XTD_ACT_CMT_BY_RSRC_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: PJI_XTD_ACT_CMT_BY_RSRC_V is a view that displays actual cost, revenue totals, and commitments for PTD, QTD, YTD, and ITD by task, and resource. The view is mainly used by external project management systems that import actuals from Oracle , implementation_dba_data: APPS.PJI_XTD_ACT_CMT_BY_RSRC_V ,
-
APPS.PJI_REP_MEASURE_UTIL SQL Statements
12.1.1
-
APPS.PJI_REP_MEASURE_UTIL SQL Statements
12.2.2
-
VIEW: APPS.PJI_XTD_PLN_BY_TASK_V
12.1.1
-
VIEW: APPS.PJI_XTD_PLN_BY_TASK_V
12.2.2
-
VIEW: APPS.PJI_XTD_ACT_CMT_BY_RSRC_V
12.2.2
-
View: PJI_XTD_PLN_BY_RSRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_XTD_PLN_BY_RSRC_V, object_name:PJI_XTD_PLN_BY_RSRC_V, status:VALID, product: PJI - Project Intelligence , description: PJI_XTD_PLN_BY_RSRC_V is a view that displays budget cost and revenue totals for PTD, QTD, YTD, and ITD by task, and resource. The view is mainly used by external project management systems that import actuals from Oracle Projects. , implementation_dba_data: APPS.PJI_XTD_PLN_BY_RSRC_V ,
-
View: PJI_XTD_PLN_BY_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_XTD_PLN_BY_TASK_V, object_name:PJI_XTD_PLN_BY_TASK_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: PJI_XTD_PLN_BY_TASK_V is a view that displays budget cost and revenue totals for PTD, QTD, YTD, and ITD by task. The view is mainly used by external project management systems that import actuals from Oracle Projects. , implementation_dba_data: APPS.PJI_XTD_PLN_BY_TASK_V ,
-
View: PJI_XTD_ACT_CMT_BY_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_XTD_ACT_CMT_BY_TASK_V, object_name:PJI_XTD_ACT_CMT_BY_TASK_V, status:VALID, product: PJI - Project Intelligence , description: PJI_XTD_ACT_CMT_BY_TASK_V is a view that displays actual cost, revenue totals, and commitments for PTD, QTD, YTD, and ITD by task. The view is mainly used by external project management systems that import actuals from Oracle Projects. , implementation_dba_data: APPS.PJI_XTD_ACT_CMT_BY_TASK_V ,
-
View: PJI_XTD_ACT_CMT_BY_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_XTD_ACT_CMT_BY_TASK_V, object_name:PJI_XTD_ACT_CMT_BY_TASK_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: PJI_XTD_ACT_CMT_BY_TASK_V is a view that displays actual cost, revenue totals, and commitments for PTD, QTD, YTD, and ITD by task. The view is mainly used by external project management systems that import actuals from Oracle Projects. , implementation_dba_data: APPS.PJI_XTD_ACT_CMT_BY_TASK_V ,
-
PACKAGE BODY: APPS.PJI_REP_MEASURE_UTIL
12.1.1
-
PACKAGE BODY: APPS.PJI_REP_MEASURE_UTIL
12.2.2
-
APPS.PJI_REP_MEASURE_UTIL dependencies on DUAL
12.2.2
-
APPS.PJI_REP_MEASURE_UTIL dependencies on DUAL
12.1.1
-
APPS.PJI_REP_MEASURE_UTIL dependencies on PJI_FP_XBS_ACCUM_F_V
12.2.2
-
APPS.PJI_REP_MEASURE_UTIL dependencies on PJI_REP_OVERVIEW_TYPE
12.2.2
-
APPS.PJI_REP_MEASURE_UTIL dependencies on PJI_FP_XBS_ACCUM_F_V
12.1.1
-
APPS.PJI_REP_MEASURE_UTIL dependencies on PJI_AC_XBS_ACCUM_F_V
12.1.1
-
APPS.PJI_REP_MEASURE_UTIL dependencies on PJI_REP_OVERVIEW_TYPE
12.1.1
-
APPS.PJI_REP_MEASURE_UTIL dependencies on PJI_AC_XBS_ACCUM_F_V
12.2.2