Search Results bill_labor_hrs
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_ACT_CMT_BY_TASK_V
12.2.2
-
VIEW: APPS.PJI_XTD_ACT_CMT_BY_TASK_V
12.1.1
-
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: APPS.PJI_XTD_ACT_CMT_BY_RSRC_V
12.2.2
-
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 ,
-
VIEW: APPS.PJI_XTD_PLN_BY_RSRC_V
12.2.2
-
VIEW: APPS.PJI_XTD_PLN_BY_RSRC_V
12.1.1
-
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 ,
-
VIEW: APPS.PJI_XTD_PLN_BY_TASK_V
12.1.1
-
VIEW: APPS.PJI_XTD_PLN_BY_TASK_V
12.2.2
-
VIEW: PA.PA_OLAP_STAGE#
12.2.2
-
VIEW: PA.PA_PJT_WBS_RBS_CBS_FACT#
12.2.2
-
VIEW: PJI.PJI_FP_AGGR_PJP0#
12.2.2
-
VIEW: PJI.PJI_MERGE_HELPER#
12.2.2
-
VIEW: PJI.PJI_FP_AGGR_PJP2#
12.2.2
-
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: APPS.PA_ALLOC_TXN_ACCUM_RBS_V
12.2.2
-
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: PA.PA_PJT_WBS_FACT#
12.2.2
-
VIEW: PA.PA_PJT_RBS_CBS_FACT#
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.PJI_FP_AGGR_PJP1#
12.2.2
-
VIEW: PJI.PJI_FP_XBS_ACCUM_F#
12.2.2
-
View: PA_ALLOC_TXN_ACCUM_RBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_TXN_ACCUM_RBS_V, object_name:PA_ALLOC_TXN_ACCUM_RBS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_TXN_ACCUM_RBS_V ,
-
VIEW: APPS.PA_ALLOC_TXN_ACCUM_RBS_V
12.1.1
-
MATERIALIZED VIEW: APPS.PJI_FP_ORG_ET_WT_F_MV
12.1.1
-
MATERIALIZED VIEW: APPS.PJI_FP_ORG_ET_F_MV
12.1.1
-
VIEW: APPS.PJI_ACT_CMT_BY_PERIOD_V
12.2.2
-
VIEW: APPS.PJI_ACT_CMT_BY_PERIOD_V
12.1.1
-
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: PA_ALLOC_TXN_ACCUM_RBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_TXN_ACCUM_RBS_V, object_name:PA_ALLOC_TXN_ACCUM_RBS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_TXN_ACCUM_RBS_V ,
-
VIEW: PJI.PJI_FP_AGGR_PJP0#
12.2.2
owner:PJI, object_type:VIEW, object_name:PJI_FP_AGGR_PJP0#, status:VALID,
-
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.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,
-
View: PJI_FP_XBS_ACCUM_F_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_FP_XBS_ACCUM_F_V, object_name:PJI_FP_XBS_ACCUM_F_V, status:VALID, product: PJI - Project Intelligence , description: This table stores project reporting data , implementation_dba_data: APPS.PJI_FP_XBS_ACCUM_F_V ,
-
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_FP_XBS_ACCUM_F_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_FP_XBS_ACCUM_F_V, object_name:PJI_FP_XBS_ACCUM_F_V, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: This table stores project reporting data , implementation_dba_data: APPS.PJI_FP_XBS_ACCUM_F_V ,
-
APPS.PJI_FM_SUM_ROLLUP_FIN SQL Statements
12.1.1
-
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 ,
-
TABLE: PJI.PJI_FM_AGGR_FIN3
12.1.1
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_FM_AGGR_FIN3, object_name:PJI_FM_AGGR_FIN3, status:VALID,
-
MATERIALIZED VIEW: APPS.PJI_FP_ORGO_ET_WT_F_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:PJI_FP_ORGO_ET_WT_F_MV, status:VALID,
-
VIEW: PJI.PJI_FM_AGGR_FIN2#
12.2.2
-
VIEW: APPS.PA_OLAP_STAGE_V
12.2.2
-
TABLE: PJI.MLOG$_PJI_FP_PROJ_ET_F
12.1.1
owner:PJI, object_type:TABLE, object_name:MLOG$_PJI_FP_PROJ_ET_F, status:VALID,
-
TABLE: PJI.MLOG$_PJI_FP_PROJ_ET_WT_F
12.1.1
owner:PJI, object_type:TABLE, object_name:MLOG$_PJI_FP_PROJ_ET_WT_F, status:VALID,