Search Results inventory_class
Overview
APPS.PMIFV_LOT_RESOURCE_LIST_V is a Business Intelligence System (BIS) view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. Its FND Design Data identifier is PMI.PMIFV_LOT_RESOURCE_LIST_V, and the object carries a VALID status. The view is part of the Process Manufacturing Intelligence (PMIFV) family of reporting objects and is designed to correlate manufactured lots with the resources consumed during their production.
As documented, the view "lists lots that shared a particular set of parameters, most importantly the resources used in the lots' manufacture." Its principal business purpose is quality investigation: by grouping lots according to the resources applied during manufacturing, analysts can identify defective lots caused by defective resources. This makes the view a targeted diagnostic instrument for root-cause analysis rather than a general-purpose lot inquiry.
Because the object is exposed through the APPS schema and includes a published query text, it is intended to be consumed directly by reports, ad hoc SQL, and downstream integrations that require a denormalized join of lot, item, organization, and vendor attributes alongside resource identifiers. It is not referenced by any database object, confirming that it is a leaf-level reporting view rather than a dependency of other database logic.
Underlying Base Objects
The view is defined over six documented base objects, each referenced as a synonym within the APPS schema:
- GME_BATCH_STEP_RESOURCES — supplies the process manufacturing resource usage associated with batch steps, providing the RESOURCES column.
- IC_ITEM_MST — the inventory item master, supplying item number, description, and inventory class attributes.
- IC_LOTS_MST — the lot master, supplying lot number, sublot number, lot creation date, and quality control grade.
- IC_TRAN_PND — the pending transaction table, used to link lot activity to organizational and transactional context.
- PO_VEND_MST — the purchasing vendor master, supplying vendor number and vendor name.
- SY_ORGN_MST — the organization master, supplying organization code and organization name.
These objects are joined to present a single denormalized row per item, lot, and resource combination, enabling resource-centric lot comparison without requiring the consumer to reconstruct the joins manually.
Key Columns
The view exposes sixteen columns spanning item, lot, organization, vendor, and resource dimensions:
- ITEM_NO, ITEM_DESCRIPTION, ITEM_ID — item identification from the item master.
- INVENTORY_CLASS — the inventory class attribute of the item, a primary filter dimension for grouping lots by material category.
- INVENTORY_TYPE — the inventory type classification of the item.
- LOT_ID, LOT_NO, SUBLOT_NO — lot and sublot identification.
- LOT_CREATION_DATE — the date the lot was created, useful for time-bounded investigations.
- QC_GRADE — the quality control grade assigned to the lot.
- ORGANIZATION_CODE, ORGANIZATION_NAME — the manufacturing or inventory organization.
- VENDOR_NO, VENDOR_NAME, VENDOR_ID — the supplier associated with the lot, supporting supplier-driven defect analysis.
- RESOURCES — the resource identifier shared across the lots, the defining column for the view's purpose.
Common Use Cases and Queries
The view supports defect investigations where a suspect resource or supplier must be traced across many lots. A typical query filters by inventory class and returns all lots sharing a resource:
SELECT LOT_NO, ITEM_NO, INVENTORY_CLASS, RESOURCES, QC_GRADE, VENDOR_NAME
FROM APPS.PMIFV_LOT_RESOURCE_LIST_V
WHERE INVENTORY_CLASS = :p_class
ORDER BY RESOURCES, LOT_CREATION_DATE;
A supplier-focused variant identifies all lots from a given vendor that used a specific resource, while a quality-focused variant selects lots with a low QC_GRADE and lists the resources involved. Because the view is not referenced by any database object, it can be queried without side effects and serves as a stable, read-only reporting surface for both ad hoc analysis and scheduled BI extracts.
-
VIEW: APPS.PMIFV_LOT_RESOURCE_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_LOT_RESOURCE_LIST_V, object_name:PMIFV_LOT_RESOURCE_LIST_V, status:VALID,
-
VIEW: APPS.PMIFV_LOT_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_LOT_LIST_V, object_name:PMIFV_LOT_LIST_V, status:VALID,
-
VIEW: APPS.PMIBV_LOT_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_LOT_LIST_V, object_name:PMIBV_LOT_LIST_V, status:VALID,
-
VIEW: APPS.PMIFV_BATCH_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_DETAILS_V, object_name:PMIFV_BATCH_DETAILS_V, status:VALID,
-
VIEW: APPS.PMIFV_PROD_EFFI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_PROD_EFFI_V, object_name:PMIFV_PROD_EFFI_V, status:VALID,
-
VIEW: APPS.PMIFV_PROD_EFFI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_PROD_EFFI_V, object_name:PMIFV_PROD_EFFI_V, status:VALID,
-
VIEW: APPS.PMIFV_LOT_RESOURCE_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_LOT_RESOURCE_LIST_V, object_name:PMIFV_LOT_RESOURCE_LIST_V, status:VALID,
-
VIEW: APPS.PMIFV_LOT_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_LOT_LIST_V, object_name:PMIFV_LOT_LIST_V, status:VALID,
-
VIEW: APPS.PMIBV_LOT_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_LOT_LIST_V, object_name:PMIBV_LOT_LIST_V, status:VALID,
-
VIEW: APPS.PMIFV_BATCH_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_DETAILS_V, object_name:PMIFV_BATCH_DETAILS_V, status:VALID,
-
View: PMIFV_LOT_RESOURCE_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_LOT_RESOURCE_LIST_V, object_name:PMIFV_LOT_RESOURCE_LIST_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: This view lists lots that shared a particular set of parameters. , implementation_dba_data: APPS.PMIFV_LOT_RESOURCE_LIST_V ,
-
View: PMIFV_LOT_RESOURCE_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_LOT_RESOURCE_LIST_V, object_name:PMIFV_LOT_RESOURCE_LIST_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: This view lists lots that shared a particular set of parameters. , implementation_dba_data: APPS.PMIFV_LOT_RESOURCE_LIST_V ,
-
View: PMIFV_BATCH_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_DETAILS_V, object_name:PMIFV_BATCH_DETAILS_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Batch Details , implementation_dba_data: APPS.PMIFV_BATCH_DETAILS_V ,
-
View: PMIFV_PROD_EFFI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_PROD_EFFI_V, object_name:PMIFV_PROD_EFFI_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Batch Efficiency , implementation_dba_data: APPS.PMIFV_PROD_EFFI_V ,
-
View: PMIFV_PROD_EFFI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_PROD_EFFI_V, object_name:PMIFV_PROD_EFFI_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Batch Efficiency , implementation_dba_data: APPS.PMIFV_PROD_EFFI_V ,
-
View: PMIFV_BATCH_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_DETAILS_V, object_name:PMIFV_BATCH_DETAILS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Batch Details , implementation_dba_data: APPS.PMIFV_BATCH_DETAILS_V ,
-
View: PMIBV_LOT_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_LOT_LIST_V, object_name:PMIBV_LOT_LIST_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Lot List View used by Lot Genealogy workbook , implementation_dba_data: APPS.PMIBV_LOT_LIST_V ,
-
View: PMIFV_LOT_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_LOT_LIST_V, object_name:PMIFV_LOT_LIST_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Lot List View used by Lot Genealogy workbook , implementation_dba_data: APPS.PMIFV_LOT_LIST_V ,
-
View: PMIBV_LOT_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_LOT_LIST_V, object_name:PMIBV_LOT_LIST_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Lot List View used by Lot Genealogy workbook , implementation_dba_data: APPS.PMIBV_LOT_LIST_V ,
-
View: PMIFV_LOT_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_LOT_LIST_V, object_name:PMIFV_LOT_LIST_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Lot List View used by Lot Genealogy workbook , implementation_dba_data: APPS.PMIFV_LOT_LIST_V ,
-
eTRM - PMI Tables and Views
12.1.1
-
eTRM - PMI Tables and Views
12.2.2