[Home] [Help]
[Dependency Information]
| Object Name: | MTL_NEGATIVE_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INV.MTL_NEGATIVE_VIEW
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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 |
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;
APPS
MTL_ONHAND_QUANTITIES_DETAIL
APPS.MTL_NEGATIVE_VIEW is not referenced by any database object
|
|
|
|