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


VIEW: APPS.GMI_LOTS_DEST_LIST_V

Object Details
Object Name: GMI_LOTS_DEST_LIST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMI.GMI_LOTS_DEST_LIST_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 Where Used, and the user has submitted query parameters through the Find dialogue box. In addition to the columns to support the Find parameters, this view also provides an indicator for whether the ingredient lot displayed was later used as an product lot. That way the form can display a visual queue that another level of explosion is possible.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ITEM_NO VARCHAR2 (32)
ITEM_DESC1 VARCHAR2 (70)
ITEM_ID NUMBER (10)
LOT_ID NUMBER (10)
LOT_NO VARCHAR2 (32)
SUBLOT_NO VARCHAR2 (32)
CREATION_DATE DATE

QC_GRADE VARCHAR2 (4)
ORGN_CODE VARCHAR2 (4)
VENDOR_NO VARCHAR2 (32)
HAS_CHILD VARCHAR2 (4000)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ITEM_NO
,      ITEM_DESC1
,      ITEM_ID
,      LOT_ID
,      LOT_NO
,      SUBLOT_NO
,      CREATION_DATE
,      QC_GRADE
,      ORGN_CODE
,      VENDOR_NO
,      HAS_CHILD
FROM APPS.GMI_LOTS_DEST_LIST_V;

Dependencies

[top of page]

APPS.GMI_LOTS_DEST_LIST_V references the following:

SchemaAPPS
ViewGMI_LOTS_LIST_V
PL/SQL PackageGMI_LOT_TRACE_PKG - show dependent code

APPS.GMI_LOTS_DEST_LIST_V is not referenced by any database object