[Home] [Help]
[Dependency Information]
Object Name: | MTL_ADJUSTMENT_LOTSERIAL_V |
---|---|
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 |
---|---|---|---|---|
TRANSACTION_ID | NUMBER | Transaction identifier | ||
LOT | VARCHAR2 | (80) | Lot number | |
LOT_QUANTITY | NUMBER | Transaction quantity, in the user's current unit of measure | ||
SERIAL | VARCHAR2 | (30) | Serial number |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_ID
, LOT
, LOT_QUANTITY
, SERIAL
FROM APPS.MTL_ADJUSTMENT_LOTSERIAL_V;
APPS.MTL_ADJUSTMENT_LOTSERIAL_V is not referenced by any database object
|
|
|