Search Results pmibv_lot_source_purch_v
Overview
PMIBV_LOT_SOURCE_PURCH_V is an APPS-owned database view in Oracle E-Business Suite, delivered as part of the Process Manufacturing Intelligence (PMI) product family. In Oracle EBS 12.1.1 and 12.2.2, PMI is classified as obsolete, meaning the module receives no new functional enhancements, though the underlying database objects frequently remain valid in upgraded environments and are still referenced by legacy reports, custom integrations, and historical genealogy extracts.
The view answers a specific traceability question: for a given finished or intermediate product lot, which purchased raw material lots were consumed in its manufacture, and from which suppliers and receipts did those raw materials originate? It joins the Process Manufacturing lot genealogy (PMI_LOT_GENEALOGY), pending inventory transactions (IC_TRAN_PND), and the purchasing/receiving chain (PO_HEADERS_ALL, RCV_SHIPMENT_HEADERS/LINES, RCV_TRANSACTIONS) to produce a flattened, query-ready result set. Its primary value is regulatory and quality-driven lot traceability, supporting recall investigations, ingredient sourcing analysis, and audit reporting in process industries such as food, beverage, pharmaceutical, and chemicals.
Underlying Base Objects
The view is defined over both inventory and purchasing base objects, joined through shared item, lot, and receipt identifiers. Key documented dependencies include:
- PMI_LOT_GENEALOGY — the core genealogy table linking product item/lot to ingredient item/lot.
- PMI_LOT_SOURCE_LEAF_V — a supporting view in the genealogy hierarchy.
- IC_ITEM_MST, IC_LOTS_MST, IC_WHSE_MST — inventory item, lot, and warehouse master synonyms.
- IC_TRAN_PND / IC_TRAN_CMP — pending and completed inventory transactions that carry the receipt document reference.
- PO_HEADERS_ALL, PO_VENDOR_SITES_ALL, PO_VENDORS_VIEW — purchase order and supplier attributes.
- RCV_SHIPMENT_HEADERS, RCV_SHIPMENT_LINES, RCV_TRANSACTIONS — receiving receipt, line, and transaction detail.
- FND_GLOBAL — the standard EBS package providing session context (e.g., organization, user).
The view text joins these tables on ITEM_ID, LOT_ID, DOC_ID, and SHIPMENT_HEADER_ID, then aggregates transaction quantities, confirming its role as a consolidated sourcing report rather than a transactional base table.
Key Columns
- PRODUCT_ITEM_ID / PRODUCT_LOT_ID — the manufactured item and lot produced from the ingredients.
- INGRED_ITEM_ID / INGRED_LOT_ID — the raw material item and lot that was consumed.
- WHSE_CODE / ORGN_CODE / LOCATION — warehouse and inventory organization where the transaction occurred.
- TRANS_DATE — the transaction date for the ingredient issue.
- SUM(TRANS_QTY) / SUM(TRANS_QTY2) — aggregated transaction quantities in primary and secondary units of measure.
- RECEIPT_NUM — the receiving receipt number tied to the raw material.
- SEGMENT1 and VENDOR_NUMBER / VENDOR_NAME — purchase order number and supplier identification.
- ITEM_NO, ITEM_DESC1, ITEM_UM, ITEM_UM2, INV_CLASS, PLANNING_CLASS, SALES_CLASS — ingredient item attributes.
- LOT_NO / SUBLOT_NO — lot and sublot numbers for both product and ingredient.
Common Use Cases and Queries
The most frequent scenario is recalling or tracing a finished lot back to its purchased inputs. For example, to identify all supplier lots contributing to a specific product lot:
SELECT product_lot_id, ingred_item_id, ingred_lot_id,
receipt_num, segment1, vendor_name, trans_date
FROM apps.pmibv_lot_source_purch_v
WHERE product_lot_id = :p_lot_id;
Other uses include supplier accountability reporting (aggregating quantities received per vendor), ingredient consumption analysis by warehouse organization, and audit trails linking raw material receipts to production output. Because the view aggregates quantities, results should be interpreted at the lot-sourcing grain. Given the obsolete PMI status, organizations on 12.2.2 are advised to validate output against supported traceability tools or custom extracts before relying on this view for regulated submissions.
-
View: PMIBV_LOT_SOURCE_PURCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_LOT_SOURCE_PURCH_V, object_name:PMIBV_LOT_SOURCE_PURCH_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: This view lists the raw material lots that went into a product lot. , implementation_dba_data: APPS.PMIBV_LOT_SOURCE_PURCH_V ,
-
View: PMIBV_LOT_SOURCE_PURCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_LOT_SOURCE_PURCH_V, object_name:PMIBV_LOT_SOURCE_PURCH_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: This view lists the raw material lots that went into a product lot. , implementation_dba_data: APPS.PMIBV_LOT_SOURCE_PURCH_V ,
-
SYNONYM: APPS.PMI_LOT_GENEALOGY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PMI_LOT_GENEALOGY, status:VALID,
-
SYNONYM: APPS.PMI_LOT_GENEALOGY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PMI_LOT_GENEALOGY, status:VALID,
-
SYNONYM: APPS.PO_RECV_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_RECV_HDR, status:VALID,
-
SYNONYM: APPS.PO_RECV_DTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_RECV_DTL, status:VALID,
-
SYNONYM: APPS.PO_RECV_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_RECV_DTL, status:VALID,
-
VIEW: APPS.PMI_LOT_SOURCE_LEAF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_LOT_SOURCE_LEAF_V, object_name:PMI_LOT_SOURCE_LEAF_V, status:VALID,
-
SYNONYM: APPS.PO_RECV_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_RECV_HDR, status:VALID,
-
SYNONYM: APPS.PO_VEND_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_VEND_MST, status:VALID,
-
SYNONYM: APPS.IC_TRAN_CMP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_TRAN_CMP, status:VALID,
-
SYNONYM: APPS.PO_ORDR_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_ORDR_HDR, status:VALID,
-
SYNONYM: APPS.PO_ORDR_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_ORDR_HDR, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.IC_TRAN_CMP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_TRAN_CMP, status:VALID,
-
VIEW: APPS.PMI_LOT_SOURCE_LEAF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_LOT_SOURCE_LEAF_V, object_name:PMI_LOT_SOURCE_LEAF_V, status:VALID,
-
SYNONYM: APPS.PO_VEND_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_VEND_MST, status:VALID,
-
VIEW: APPS.PO_VENDORS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDORS_VIEW, object_name:PO_VENDORS_VIEW, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.PO_VENDORS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDORS_VIEW, object_name:PO_VENDORS_VIEW, status:VALID,
-
VIEW: APPS.PMIBV_LOT_SOURCE_PURCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_LOT_SOURCE_PURCH_V, object_name:PMIBV_LOT_SOURCE_PURCH_V, status:VALID,
-
SYNONYM: APPS.IC_TRAN_PND
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_TRAN_PND, status:VALID,
-
VIEW: APPS.PMIBV_LOT_SOURCE_PURCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_LOT_SOURCE_PURCH_V, object_name:PMIBV_LOT_SOURCE_PURCH_V, status:VALID,
-
SYNONYM: APPS.IC_TRAN_PND
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_TRAN_PND, status:VALID,
-
SYNONYM: APPS.IC_WHSE_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_WHSE_MST, status:VALID,
-
SYNONYM: APPS.IC_LOTS_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_LOTS_MST, status:VALID,
-
SYNONYM: APPS.IC_LOTS_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_LOTS_MST, status:VALID,
-
SYNONYM: APPS.IC_WHSE_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_WHSE_MST, status:VALID,
-
SYNONYM: APPS.IC_ITEM_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_ITEM_MST, status:VALID,
-
SYNONYM: APPS.RCV_SHIPMENT_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_HEADERS, status:VALID,
-
SYNONYM: APPS.RCV_SHIPMENT_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_HEADERS, status:VALID,
-
SYNONYM: APPS.IC_ITEM_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_ITEM_MST, status:VALID,
-
SYNONYM: APPS.RCV_SHIPMENT_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_LINES, status:VALID,
-
SYNONYM: APPS.RCV_SHIPMENT_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_LINES, status:VALID,
-
SYNONYM: APPS.RCV_TRANSACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RCV_TRANSACTIONS, status:VALID,
-
SYNONYM: APPS.RCV_TRANSACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_TRANSACTIONS, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
eTRM - PMI Tables and Views
12.2.2
-
SYNONYM: APPS.PO_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_ALL, status:VALID,
-
eTRM - PMI Tables and Views
12.1.1
-
SYNONYM: APPS.PO_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_ALL, status:VALID,
-
eTRM - PMI Tables and Views
12.1.1
-
eTRM - PMI Tables and Views
12.2.2
-
12.2.2 DBA Data
12.2.2
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,