[Home] [Help]
[Dependency Information]
| Object Name: | GMI_LOTS_BOM_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMI.GMI_LOTS_BOM_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View of Product document id plus product and ingredient lot id and item id.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DOC_ID | NUMBER | (10) | Surrogate key of the document that created the transaction. | |
| PRODUCT_ITEM_ID | NUMBER | (10) | Surrogate key for the item. | |
| PRODUCT_LOT_ID | NUMBER | (10) | Surrogate key of the lot. | |
| INGRED_ITEM_ID | NUMBER | (10) | Surrogate key for the item. | |
| INGRED_LOT_ID | NUMBER | (10) | Surrogate key of the lot. |
Cut, paste (and edit) the following text to query this object:
SELECT DOC_ID
, PRODUCT_ITEM_ID
, PRODUCT_LOT_ID
, INGRED_ITEM_ID
, INGRED_LOT_ID
FROM APPS.GMI_LOTS_BOM_V;
APPS
IC_TRAN_CMP
IC_TRAN_PND
APPS
GMI_LOTS_DEST_BOM_V
GMI_LOTS_SOURCE_BOM_V
|
|
|
|