[Home] [Help]
[Dependency Information]
Object Name: | PMI_LOT_SOURCE_LEAF_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This view lists raw material lots that are used in the manufacture of a product lot.
In this context, a raw material lot is any lot that cannot be further decomposed
into a lower level of constituent ingredients.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PRODUCT_ITEM_ID | NUMBER | item_id of a product lot | ||
PRODUCT_LOT_ID | NUMBER | Yes | lot_id of a product lot | |
INGRED_ITEM_ID | NUMBER | item_id of a raw material lot of the product lot | ||
INGRED_LOT_ID | NUMBER | Yes | lot_id of a raw material lot of the product lot |
Cut, paste (and edit) the following text to query this object:
SELECT PRODUCT_ITEM_ID
, PRODUCT_LOT_ID
, INGRED_ITEM_ID
, INGRED_LOT_ID
FROM APPS.PMI_LOT_SOURCE_LEAF_V;
|
|
|