[Home] [Help]
[Dependency Information]
Object Name: | MTL_ONHAND_ATP |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 Transaction quantity in the primary unit of measure of the item. | ||
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. |
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
FROM APPS.MTL_ONHAND_ATP;
APPS.MTL_ONHAND_ATP is not referenced by any database object
|
|
|