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


VIEW: APPS.GMI_LOTS_LIST_V

Object Details
Object Name: GMI_LOTS_LIST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMI.GMI_LOTS_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 the basis for the views GMI_LOTS_DEST_LIST_V and GMI_LOTS_SOURCE_LIST_V. This view contains that joins that are common to both of those views. They then call the function that is appropriate for determining whether the listed lot is expandable, depending on the navigation mode (Lot Source or Where Used).


[View Source]

Columns
Name Datatype Length Mandatory Comments
ITEM_NO VARCHAR2 (32)
ITEM_DESC1 VARCHAR2 (70)
ITEM_ID NUMBER (10)
INV_CLASS VARCHAR2 (8)
INV_TYPE VARCHAR2 (4)
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)
Query Text

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


SELECT ITEM_NO
,      ITEM_DESC1
,      ITEM_ID
,      INV_CLASS
,      INV_TYPE
,      LOT_ID
,      LOT_NO
,      SUBLOT_NO
,      CREATION_DATE
,      QC_GRADE
,      ORGN_CODE
,      VENDOR_NO
FROM APPS.GMI_LOTS_LIST_V;

Dependencies

[top of page]

APPS.GMI_LOTS_LIST_V references the following:

SchemaAPPS
SynonymIC_ITEM_MST
SynonymIC_LOTS_MST
SynonymIC_TRAN_CMP
SynonymIC_TRAN_PND
SynonymPO_RECV_DTL
SynonymPO_VEND_MST
APPS.GMI_LOTS_LIST_V is referenced by following:

SchemaAPPS
ViewGMI_LOTS_DEST_LIST_V
ViewGMI_LOTS_SOURCE_LIST_V