Search Results result_date
Overview
PMI_EDW_BTCH_QC_F_IV is an interface (reporting) view belonging to the Process Manufacturing Intelligence (PMI) product family within Oracle E-Business Suite. PMI was Oracle's earlier generation of process manufacturing analytics, subsequently superseded by the Process Manufacturing modules and Oracle Business Intelligence Applications. The view name follows the standard EBS naming convention: the PMI_EDW prefix denotes the Process Manufacturing Intelligence Enterprise Data Warehouse layer, BTCH_QC identifies batch quality control subject matter, the _F suffix indicates a fact-style structure, and the _IV suffix denotes an interface view. In ETRM the object carries an "Obsolete" designation, meaning it is retained for documentation and backward-compatibility reference rather than active delivery.
The view presents batch quality control results at the sample level, combining batch, routing, operation, and sample attributes with user-defined flexfield columns. Its purpose in the EBS reporting stack is to flatten the underlying batch QC fact into a form suitable for extraction, transformation, and load into the PMI data warehouse or an external analytical repository.
Underlying Base Objects
The view is defined over a single documented base object, PMI_EDW_BTCH_QC_F, which supplies all one hundred plus columns projected by the interface view. ETRM documentation records no additional referenced base tables, so the view functions as a projection and light transformation layer rather than a join. The transformation is limited to three expressions: the Oracle pseudo-column ROWID is aliased as ROW_ID, and USER_ATTRIBUTE15 is additionally exposed under the alias OPERATION_CODE. Every remaining column is passed through unchanged.
The associated metadata notes that the view is "Not implemented in this database," confirming that in the documented 12.2.2 environment the object does not physically exist. Referencing it without first validating deployment will therefore raise an ORA-00942 error. In 12.1.1 environments the same caveat applies, since the PMI product line predates and sits outside the core process manufacturing schema delivered with those releases.
Key Columns
The columns most relevant to batch QC analysis are:
- SAMPLE_NO — the sample identifier, the natural key most frequently used when searching for a specific QC sample.
- SAMPLE_DESC and SAMPLE_STATUS_FK_KEY — descriptive text and the foreign key to sample status.
- BATCH_NO, BATCH_QC_PK, and BATCH_QC_PK_KEY — the batch identifier and QC record primary keys.
- ITEM_FK_KEY, OPM_ORG_FK_KEY, ROUTING_FK_KEY, and TIME_FK_KEY — warehouse dimension foreign keys for item, organization, routing, and time.
- OPERATION_NO and ROUTINGSTEP_NO — operation and routing step context for the sample.
- RESULT, RESULT_DATE, ASSAY_FK_ROWID, and ASSAY_UOM — the measured assay value, its date, its source row reference, and unit of measure.
- ACCEPT and BATCH_ADJUSTED — acceptance indicator and batch adjustment flag.
- USER_ATTRIBUTE1 through USER_ATTRIBUTE15, plus USER_MEASURE1 through USER_MEASURE5 — the DFF/descriptive flexfield extension columns, with ATTRIBUTE15 also surfaced as OPERATION_CODE.
- ROW_ID — the ROWID of the underlying base row, useful for targeted DML and deduplication.
Common Use Cases and Queries
The principal use case is extracting batch QC results for a given sample. A targeted lookup by sample number follows the pattern:
SELECT batch_no, sample_no, sample_desc, operation_no, result, assay_uom, result_date, accept FROM pmi_edw_btch_qc_f_iv WHERE sample_no = :sample_no;
Warehouse-oriented queries aggregate by dimension key, for example joining ITEM_FK_KEY and TIME_FK_KEY to conformed dimensions to trend assay results over time. Batch-level reporting filters on BATCH_NO and ROUTINGSTEP_NO to reconstruct the QC history of a production batch. Because the view is obsolete and not implemented, any practical implementation must first confirm the object exists in the target schema and, where it does not, reproduce the projection directly against PMI_EDW_BTCH_QC_F with the same ROW_ID and OPERATION_CODE aliases.
-
View: PMI_EDW_BTCH_QC_F_IV
12.1.1
product: PMI - Process Manufacturing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: PMIFV_QC_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_QC_RESULTS_V, object_name:PMIFV_QC_RESULTS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: QC Results Full View , implementation_dba_data: APPS.PMIFV_QC_RESULTS_V ,
-
View: PMIBV_QC_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_QC_RESULTS_V, object_name:PMIBV_QC_RESULTS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: QC Results Full View , implementation_dba_data: APPS.PMIBV_QC_RESULTS_V ,
-
View: PMI_EDW_BTCH_QC_F_FCV
12.1.1
product: PMI - Process Manufacturing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: PMIBV_QCRESULT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_QCRESULT_V, object_name:PMIBV_QCRESULT_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: QC Results View , implementation_dba_data: APPS.PMIBV_QCRESULT_V ,
-
View: PMIFV_BTCH_QCRSLT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BTCH_QCRSLT_V, object_name:PMIFV_BTCH_QCRSLT_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Batch QC Results , implementation_dba_data: APPS.PMIFV_BTCH_QCRSLT_V ,
-
View: PMIFV_QCRESULT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_QCRESULT_V, object_name:PMIFV_QCRESULT_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: QC Results View , implementation_dba_data: APPS.PMIFV_QCRESULT_V ,
-
View: PMITS_QC_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_RESULTS_V, object_name:PMITS_QC_RESULTS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Using this view users can access Quality control Results and Associated spec and test level min and max allowed values , implementation_dba_data: APPS.PMITS_QC_RESULTS_V ,