Search Results plan_cmplt_date
Overview
APPS.PMI_REP_PROD_STATUS_V is a reporting view in Oracle Process Manufacturing (OPM) that consolidates production batch status information into a period-based summary. It is designed to support production reporting and cost analysis by aggregating batch counts and values across pending, work-in-process (WIP), and completed states. The view joins batch header, material detail, transaction pending, and GL period data to present a fiscal-period-aligned picture of manufacturing activity.
A defining characteristic of this view is its reliance on the plan_cmplt_date column from GME_BATCH_HEADER. This date is used both as a grouping/timing reference for pending batches and as the cost-effective date passed into the PMI_COMMON_PKG.PMICO_GET_COST function. For batch status 1 (pending), plan_cmplt_date determines the period into which the record falls, making it central to the view's temporal logic.
Underlying Base Objects
The view is defined over the following documented base objects:
- GME_BATCH_HEADER — Batch master data; provides batch_status, batch_type, batch_id, and the plan_cmplt_date, actual_start_date, and actual_cmplt_date columns.
- GME_MATERIAL_DETAILS — Material line detail for each batch, filtered to line_type = -1 (product lines) and joined via material_detail_id.
- IC_TRAN_PND — Pending inventory transactions, filtered to doc_type = 'PROD', supplying trans_qty and warehouse codes.
- SY_ORGN_MST — Organization master, providing orgn_code and co_code.
- GL_PLCY_MST — GL fiscal policy, supplying cost method and set of books linkage.
- PMI_GL_TIME_V — GL calendar view supplying YEAR_ID, QUARTER_ID, PERIOD_ID, and period start/end dates.
- PMI_COMMON_PKG — Costing package invoked via PMICO_GET_COST.
- PMI_SECURITY_PKG — Security package enforcing organization-level access through show_record.
Key Columns
- COMPANY_ID / ORGANIZATION_ID — Company and organization identifiers.
- YEAR_ID / QUARTER_ID / PERIOD_ID — Fiscal calendar keys aligned to the batch's effective date.
- PND_BATCHES / PND_VALUE — Count and value of pending batches (batch_status = 1), dated by plan_cmplt_date.
- WIP_BATCHES / WIP_VALUE — Count and value of batches in process (batch_status = 2), dated by actual_start_date.
- CMP_BATCHES / CMP_VALUE — Count and value of completed and closed batches (batch_status 3 and 4), dated by actual_cmplt_date.
Common Use Cases and Queries
This view is typically used for periodic production status reporting, cost rollups, and pending transaction analysis. A representative query filtering on the plan completion timeframe follows:
- Production status by period and organization.
- Cost valuation of pending and completed batches.
- Reconciliation of pending production transactions.
Sample SQL:
SELECT company_id, organization_id, year_id, quarter_id, period_id,
pnd_batches, pnd_value, wip_batches, wip_value, cmp_batches, cmp_value
FROM apps.pmi_rep_prod_status_v
WHERE organization_id = :org_id
ORDER BY year_id, quarter_id, period_id;
-
VIEW: APPS.PMI_REP_PROD_STATUS_V
12.2.2
-
VIEW: APPS.PMI_REP_PROD_STATUS_V
12.1.1
-
VIEW: GME.GME_BATCH_STEP_RSRC_SUMMARY#
12.2.2
-
APPS.GME_RESCHEDULE_BATCH_PVT SQL Statements
12.2.2
-
VIEW: GME.PC_RESOURCE_WK#
12.2.2
-
VIEW: GME.GME_BATCH_STEP_CHARGES#
12.2.2
-
VIEW: GME.GME_BATCH_STEP_CHARGES_MIG#
12.2.2
-
APPS.GME_RESCHEDULE_BATCH_PVT SQL Statements
12.1.1
-
VIEW: APPS.GML_SO_RESERVATIONS_V
12.2.2
-
View: PMI_REP_PROD_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_REP_PROD_STATUS_V, object_name:PMI_REP_PROD_STATUS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: This is view for PMI Production Status Report , implementation_dba_data: APPS.PMI_REP_PROD_STATUS_V ,
-
VIEW: GML.GML_BATCH_TMP#
12.2.2
-
APPS.GME_CREATE_STEP_PVT SQL Statements
12.2.2
-
View: GML_SO_RESERVATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_SO_RESERVATIONS_V, object_name:GML_SO_RESERVATIONS_V, status:VALID, product: GML - Process Manufacturing Logistics , description: View for Batch Reservations , implementation_dba_data: APPS.GML_SO_RESERVATIONS_V ,
-
View: PMI_REP_PROD_STATUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_REP_PROD_STATUS_V, object_name:PMI_REP_PROD_STATUS_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: This is view for PMI Production Status Report , implementation_dba_data: APPS.PMI_REP_PROD_STATUS_V ,
-
VIEW: APPS.GML_SO_RESERVATIONS_V
12.1.1
-
VIEW: APPS.GME_OPSM_BATCH_EXPORT_V
12.2.2
-
VIEW: GME.GME_BATCH_STEP_ACTIVITIES#
12.2.2
-
View: GML_SO_RESERVATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_SO_RESERVATIONS_V, object_name:GML_SO_RESERVATIONS_V, status:VALID, product: GML - Process Manufacturing Logistics , description: View for Batch Reservations , implementation_dba_data: APPS.GML_SO_RESERVATIONS_V ,
-
VIEW: GME.GME_BATCH_STEP_ACTIV_MIG#
12.2.2
-
TABLE: GME.GME_BATCH_STEP_RSRC_SUMMARY
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_STEP_RSRC_SUMMARY, object_name:GME_BATCH_STEP_RSRC_SUMMARY, status:VALID,
-
VIEW: GME.PM_OPRN_DTL#
12.2.2
-
APPS.GME_CREATE_STEP_PVT SQL Statements
12.1.1
-
APPS.GME_UNRELEASE_STEP_PVT SQL Statements
12.2.2
-
VIEW: GME.GME_BATCH_STEP_RESOURCES#
12.2.2
-
APPS.GME_BATCH_STEP_CHARGE_DBL SQL Statements
12.1.1
-
VIEW: GME.GME_BATCH_STEPS_MIG#
12.2.2
-
VIEW: GME.GME_BATCH_HEADER_MIG#
12.2.2
-
APPS.GME_BATCH_STEP_CHARGE_DBL SQL Statements
12.2.2
-
APPS.GME_GANTT_PKG SQL Statements
12.1.1
-
VIEW: GME.GME_BATCH_STEPS#
12.2.2
-
VIEW: GML.GML_BATCH_TMP#
12.2.2
owner:GML, object_type:VIEW, object_name:GML_BATCH_TMP#, status:VALID,
-
TABLE: GME.GME_BATCH_STEP_RSRC_SUMMARY
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_STEP_RSRC_SUMMARY, object_name:GME_BATCH_STEP_RSRC_SUMMARY, status:VALID,
-
VIEW: GME.GME_BATCH_STEP_RSRC_SUMMARY#
12.2.2
owner:GME, object_type:VIEW, object_name:GME_BATCH_STEP_RSRC_SUMMARY#, status:VALID,
-
APPS.GME_UNRELEASE_STEP_PVT SQL Statements
12.1.1
-
VIEW: GME.GME_BATCH_STEP_CHARGES_MIG#
12.2.2
owner:GME, object_type:VIEW, object_name:GME_BATCH_STEP_CHARGES_MIG#, status:VALID,
-
VIEW: GME.GME_BATCH_STEP_CHARGES#
12.2.2
owner:GME, object_type:VIEW, object_name:GME_BATCH_STEP_CHARGES#, status:VALID,
-
VIEW: GME.GME_BATCH_STEP_RESOURCES_MIG#
12.2.2
-
VIEW: APPS.GME_BATCH_HEADER_V1
12.2.2
-
View: PMI_EDW_BTCH_DTL_F_IV
12.2.2
product: PMI - Process Manufacturing Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: GME.GME_BATCH_HEADER#
12.2.2
-
View: PMI_EDW_BTCH_RSRC_F_IV
12.1.1
product: PMI - Process Manufacturing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: PMI_EDW_BTCH_RSRC_F_IV
12.2.2
product: PMI - Process Manufacturing Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.GME_GANTT_LOV_PKG SQL Statements
12.2.2
-
View: PMI_EDW_BTCH_DTL_F_IV
12.1.1
product: PMI - Process Manufacturing Intelligence , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.GME_BATCH_HEADER_V1
12.1.1
-
TABLE: GME.GME_GANTT_GTMP
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_GANTT_GTMP, object_name:GME_GANTT_GTMP, status:VALID,
-
VIEW: APPS.GML_SO_RESERVATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_SO_RESERVATIONS_V, object_name:GML_SO_RESERVATIONS_V, status:VALID,
-
VIEW: APPS.GML_SO_RESERVATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_SO_RESERVATIONS_V, object_name:GML_SO_RESERVATIONS_V, status:VALID,
-
VIEW: APPS.PMIFV_BATCH_OPRN_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_OPRN_DETAIL_V, object_name:PMIFV_BATCH_OPRN_DETAIL_V, status:VALID,
-
VIEW: GME.PC_RESOURCE_WK#
12.2.2
owner:GME, object_type:VIEW, object_name:PC_RESOURCE_WK#, status:VALID,