[Home] [Help]
[Dependency Information]
| Object Name: | MTL_ONHAND_NET |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INV.MTL_ONHAND_NET
|
| 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 |
|---|---|---|---|---|
| INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| DATE_RECEIVED | DATE | Date received | ||
| PRIMARY_TRANSACTION_QUANTITY | NUMBER | Yes | Transaction quantity in the primary unit of measure of the item | |
| SECONDARY_TRANSACTION_QUANTITY | NUMBER | Secondary quantity | ||
| SUBINVENTORY_CODE | VARCHAR2 | (10) | Yes | Subinventory code |
| REVISION | VARCHAR2 | (3) | Item revision code | |
| LOCATOR_ID | NUMBER | Locator identifier | ||
| LOT_NUMBER | VARCHAR2 | (80) | Lot number | |
| LPN_ID | NUMBER | LPN Identifier | ||
| PLANNING_TP_TYPE | NUMBER | Yes | Planning Trading Partner Type. The values are based on MTL_TP_TYPES lookup. | |
| PLANNING_ORGANIZATION_ID | NUMBER | Yes | Planning organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, DATE_RECEIVED
, PRIMARY_TRANSACTION_QUANTITY
, SECONDARY_TRANSACTION_QUANTITY
, SUBINVENTORY_CODE
, REVISION
, LOCATOR_ID
, LOT_NUMBER
, LPN_ID
, PLANNING_TP_TYPE
, PLANNING_ORGANIZATION_ID
FROM APPS.MTL_ONHAND_NET;
APPS
MTL_ITEM_LOCATIONS
MTL_LOT_NUMBERS
MTL_MATERIAL_STATUSES
MTL_ONHAND_QUANTITIES_DETAIL
MTL_PARAMETERS
MTL_SECONDARY_INVENTORIES
APPS
INV_CONSIGNED_VALIDATIONS
- show dependent code
|
|
|
|