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


VIEW: APPS.MTL_AVAILABLE_INVENTORY_V

Object Details
Object Name: MTL_AVAILABLE_INVENTORY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.MTL_AVAILABLE_INVENTORY_V
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
LOCATOR_ID NUMBER

Locator id is used to get the location
LOT_NUMBER VARCHAR2 (80)
Lot number from lost master
SUBINVENTORY_CODE VARCHAR2 (10)
Sub inventory code is used to check the material
CONCATENATED_SEGMENTS VARCHAR2 (4000)
Item number from different segments
CREATION_DATE DATE

Lot creation date is used to check validity
EXPIRATION_DATE DATE

Lot expiration date is used to check the expiry date
GRADE_CODE VARCHAR2 (150)
Grade code is used to check valid grades
TRANSACTION_TEMP_ID NUMBER

Temp id is used to identify the existing transactons
REASON_ID NUMBER

Reason id is used to check get the reason name from the master table
REASON_NAME VARCHAR2 (30)
Reason Name from master
TRANS_QTY NUMBER

Transaction qty from the exisiting transactions
TRANS_QTY2 NUMBER

Secondary Transaction qty from the exisiting transactions
TRANSACTION_UOM VARCHAR2 (3)
Transaction uom from the exisiting transactions
SECONDARY_UOM VARCHAR2 (3)
Secondary uom from the exisiting transactions
REVISION VARCHAR2 (3)
Item Revision
LPN_ID NUMBER

Licence plate number identifier
ORDER_BY NUMBER

Order by column is used to show the existing transactions on the top
WMS_RULE_ID NUMBER

Wms rules id to check the rule
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LOCATOR_ID
,      LOT_NUMBER
,      SUBINVENTORY_CODE
,      CONCATENATED_SEGMENTS
,      CREATION_DATE
,      EXPIRATION_DATE
,      GRADE_CODE
,      TRANSACTION_TEMP_ID
,      REASON_ID
,      REASON_NAME
,      TRANS_QTY
,      TRANS_QTY2
,      TRANSACTION_UOM
,      SECONDARY_UOM
,      REVISION
,      LPN_ID
,      ORDER_BY
,      WMS_RULE_ID
FROM APPS.MTL_AVAILABLE_INVENTORY_V;

Dependencies

[top of page]

APPS.MTL_AVAILABLE_INVENTORY_V references the following:

SchemaAPPS
PL/SQL PackageINV_PROJECT - show dependent code
SynonymMTL_AVAILABLE_INVENTORY_TEMP
ViewMTL_ITEM_LOCATIONS_KFV
SynonymMTL_LOT_NUMBERS
SynonymMTL_TRANSACTION_REASONS

APPS.MTL_AVAILABLE_INVENTORY_V is not referenced by any database object