[Home] [Help]
[Dependency Information]
| Object Name: | MTL_TRANSACTION_LOTS_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INV.MTL_TRANSACTION_LOTS_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 |
|---|---|---|---|---|
| TOTAL_LOT_QUANTITY | NUMBER | Sum of lot quantities transacted | ||
| INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
| DESCRIPTION | VARCHAR2 | (240) | ||
| PRIMARY_UOM_CODE | VARCHAR2 | (3) | ||
| DISPOSITION | NUMBER | Transaction disposition | ||
| DISPOSITION_TYPE | NUMBER | Disposition type | ||
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| TRANSACTION_LOT_NUMBER | VARCHAR2 | (80) | Yes | Transaction lot number |
Cut, paste (and edit) the following text to query this object:
SELECT TOTAL_LOT_QUANTITY
, INVENTORY_ITEM_ID
, DESCRIPTION
, PRIMARY_UOM_CODE
, DISPOSITION
, DISPOSITION_TYPE
, ORGANIZATION_ID
, TRANSACTION_LOT_NUMBER
FROM APPS.MTL_TRANSACTION_LOTS_VIEW;
APPS
MTL_SYSTEM_ITEMS
MTL_TRANSACTION_LOT_NUMBERS
APPS.MTL_TRANSACTION_LOTS_VIEW is not referenced by any database object
|
|
|
|