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


VIEW: APPS.MTL_UOM_CONVERSIONS_VIEW

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
INVENTORY_ITEM_ID NUMBER
Yes Inventory item identifier
ORGANIZATION_ID NUMBER
Yes Organization identifier
PRIMARY_UNIT_OF_MEASURE VARCHAR2 (25)
Base unit of measure we are converting to
PRIMARY_UOM_CODE VARCHAR2 (3)
Base unit of measure code we are converting to
PRIMARY_UOM_CLASS VARCHAR2 (10) Yes Primary unit of measure class we are converting to
UNIT_OF_MEASURE VARCHAR2 (25) Yes Unit of measure we are converting from
UOM_CODE VARCHAR2 (3) Yes Unit of measure code we are converting from
UOM_CLASS VARCHAR2 (10) Yes Unit of measure class we are converting from
CONVERSION_RATE NUMBER

Rate for converting from the unit of measure to the base unit
Query Text

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


SELECT INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      PRIMARY_UNIT_OF_MEASURE
,      PRIMARY_UOM_CODE
,      PRIMARY_UOM_CLASS
,      UNIT_OF_MEASURE
,      UOM_CODE
,      UOM_CLASS
,      CONVERSION_RATE
FROM APPS.MTL_UOM_CONVERSIONS_VIEW;

Dependencies

[top of page]

APPS.MTL_UOM_CONVERSIONS_VIEW references the following:

SchemaAPPS
SynonymMTL_SYSTEM_ITEMS_B
ViewMTL_UNITS_OF_MEASURE_VL
SynonymMTL_UOM_CLASS_CONVERSIONS
SynonymMTL_UOM_CONVERSIONS
APPS.MTL_UOM_CONVERSIONS_VIEW is referenced by following:

SchemaAPPS
Package BodyBOMPXINQ - show dependent code
Package BodyBOM_EXPLODER_PUB - show dependent code
Package BodyCSD_HVR_BI_PVT - show dependent code
Package BodyCSTPMECS - show dependent code
Package BodyINL_LANDEDCOST_PVT - show dependent code
Package BodyINV_INVARCTA_XMLP_PKG - show dependent code
Package BodyINV_MGD_MVT_PO_MDTR - show dependent code
Package BodyMTL_CROSS_REFERENCES_PVT - show dependent code
Package BodyMTL_MOVEMENT_RPT_PKG - show dependent code
Package BodyMTL_MOVEMENT_STAT_PKG - show dependent code
Package BodyPO_POXQUAPR_XMLP_PKG - show dependent code
Package BodyWIP_MOVE_VALIDATOR - show dependent code
Package BodyWMS_EPC_PVT - show dependent code
Package BodyWMS_RFID_DEVICE_PUB - show dependent code