DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.MTL_TRANSACTION_LOTS_VIEW

Object Details
Object Name: MTL_TRANSACTION_LOTS_VIEW
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.MTL_TRANSACTION_LOTS_VIEW
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.MTL_TRANSACTION_LOTS_VIEW references the following:

SchemaAPPS
SynonymMTL_SYSTEM_ITEMS
SynonymMTL_TRANSACTION_LOT_NUMBERS

APPS.MTL_TRANSACTION_LOTS_VIEW is not referenced by any database object