DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.GMI_LOTS_BOM_V

Object Details
Object Name: GMI_LOTS_BOM_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMI.GMI_LOTS_BOM_V
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.GMI_LOTS_BOM_V references the following:

SchemaAPPS
SynonymIC_TRAN_CMP
SynonymIC_TRAN_PND
APPS.GMI_LOTS_BOM_V is referenced by following:

SchemaAPPS
ViewGMI_LOTS_DEST_BOM_V
ViewGMI_LOTS_SOURCE_BOM_V