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


VIEW: APPS.MTL_VENDOR_LOT_VIEW

Object Details
Object Name: MTL_VENDOR_LOT_VIEW
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.MTL_VENDOR_LOT_VIEW
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER

Organization identifier
INVENTORY_ITEM_ID NUMBER

Inventory item identifier
LOT_NUMBER VARCHAR2 (80)
Lot number
VENDOR_LOT_NUMBER VARCHAR2 (150)
Vendor's corresponding lot number
Query Text

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


SELECT ORGANIZATION_ID
,      INVENTORY_ITEM_ID
,      LOT_NUMBER
,      VENDOR_LOT_NUMBER
FROM APPS.MTL_VENDOR_LOT_VIEW;

Dependencies

[top of page]

APPS.MTL_VENDOR_LOT_VIEW references the following:

SchemaAPPS
SynonymMTL_LOT_NUMBERS
SynonymMTL_MATERIAL_TRANSACTIONS
SynonymMTL_TRANSACTION_LOT_NUMBERS

APPS.MTL_VENDOR_LOT_VIEW is not referenced by any database object