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


VIEW: APPS.MTL_NEGATIVE_VIEW

Object Details
Object Name: MTL_NEGATIVE_VIEW
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.MTL_NEGATIVE_VIEW
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

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER
Yes Organization identifier
INVENTORY_ITEM_ID NUMBER
Yes Inventory item identifier
REVISION VARCHAR2 (3)
Inventory item revision code
SUBINVENTORY_CODE VARCHAR2 (10) Yes Secondary inventory name
LOCATOR_ID NUMBER

Locator identifier
LOT_NUMBER VARCHAR2 (80)
Lot number for the item
QUANTITY NUMBER

Negative quantity for the item
Query Text

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


SELECT ORGANIZATION_ID
,      INVENTORY_ITEM_ID
,      REVISION
,      SUBINVENTORY_CODE
,      LOCATOR_ID
,      LOT_NUMBER
,      QUANTITY
FROM APPS.MTL_NEGATIVE_VIEW;

Dependencies

[top of page]

APPS.MTL_NEGATIVE_VIEW references the following:

SchemaAPPS
SynonymMTL_ONHAND_QUANTITIES_DETAIL

APPS.MTL_NEGATIVE_VIEW is not referenced by any database object