[Home] [Help]
[Dependency Information]
Object Name: | MTL_VENDOR_LOT_VIEW |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
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 |
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;
APPS.MTL_VENDOR_LOT_VIEW is not referenced by any database object
|
|
|