[Home] [Help]
[Dependency Information]
Object Name: | PMI_LOT_SHARED_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
START_ITEM_ID | NUMBER | item_id of the a start-lot | ||
START_LOT_ID | NUMBER | Yes | lot_id of the start-lot | |
SHARED_ITEM_ID | NUMBER | item_id of lot sharing ingredient lot with start-lot | ||
SHARED_LOT_ID | NUMBER | Yes | lot_id of lot sharing ingredient lot with start lot | |
Name | Datatype | Length | Mandatory | Comments |
---|
Cut, paste (and edit) the following text to query this object:
SELECT START_ITEM_ID
, START_LOT_ID
, SHARED_ITEM_ID
, SHARED_LOT_ID
FROM APPS.PMI_LOT_SHARED_V;
|
|
|