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


VIEW: APPS.MSD_UOM_CONVERSIONS_LB_V

Object Details
Object Name: MSD_UOM_CONVERSIONS_LB_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


For Liability Analysis, this API specifies the Conversion Rate between two UOM's.


[View Source]

Columns
Name Datatype Length Mandatory Comments
FROM_UOM_CLASS VARCHAR2 (10)
UOM class from which the UOM conversion takes place.
TO_UOM_CLASS VARCHAR2 (10)
UOM class to which the UOM conversion takes place.
FROM_UOM_CODE VARCHAR2 (3)
UOM class code from which the UOM conversion takes place.
TO_UOM_CODE VARCHAR2 (3)
UOM class code to which the UOM conversion takes place.
BASE_UOM_FLAG VARCHAR2 (1)
'Y' -Yes/'N' -No values. 'Yes', if the 'to UOM class' is the base UOM class.
CONVERSION_RATE NUMBER

Conversion factor for 'from' - 'to' UOM class conversion.
ITEM_ID NUMBER

The source item inventory id
Query Text

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


SELECT FROM_UOM_CLASS
,      TO_UOM_CLASS
,      FROM_UOM_CODE
,      TO_UOM_CODE
,      BASE_UOM_FLAG
,      CONVERSION_RATE
,      ITEM_ID
FROM APPS.MSD_UOM_CONVERSIONS_LB_V;

Dependencies

[top of page]

APPS.MSD_UOM_CONVERSIONS_LB_V references the following:

SchemaAPPS
SynonymMSC_UNITS_OF_MEASURE
SynonymMSC_UOM_CLASS_CONVERSIONS
SynonymMSC_UOM_CONVERSIONS
SynonymMSD_LEVEL_VALUES_LB

APPS.MSD_UOM_CONVERSIONS_LB_V is not referenced by any database object