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


VIEW: APPS.GMI_LOTS_SOURCE_BOM_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view is used to populate the Lot Genealogy Tree Navigator (on the Lot Genealogy Inquiry) when the navigation mode is Lot Source. In addition to giving the keys to the Ingredient Lots for the Product Lot that the user may click on, this view also provides an indicator for whether the ingredient lot displayed was a manufactured product lot, with lot controlled ingredients. That way the form can display a visual queue that another level of explosion is possible.


[View Source]

Columns
Name Datatype Length Mandatory Comments
DOC_ID NUMBER (10)
Document identifier
PRODUCT_ITEM_ID NUMBER (10)
PRODUCT_LOT_ID NUMBER (10)
INGRED_ITEM_ID NUMBER (10)
INGRED_LOT_ID NUMBER (10)
HAS_CHILD VARCHAR2 (4000)
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
,      HAS_CHILD
FROM APPS.GMI_LOTS_SOURCE_BOM_V;

Dependencies

[top of page]

APPS.GMI_LOTS_SOURCE_BOM_V references the following:

SchemaAPPS
ViewGMI_LOTS_BOM_V
PL/SQL PackageGMI_LOT_TRACE_PKG - show dependent code

APPS.GMI_LOTS_SOURCE_BOM_V is not referenced by any database object