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


VIEW: APPS.MSD_SR_UOM_CONVERSIONS_V

Object Details
Object Name: MSD_SR_UOM_CONVERSIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewMSD.MSD_SR_UOM_CONVERSIONS_V
Subobject Name:
Status: VALID

View Type

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


This is the Source View for UOM Conversions. This view would be applied to an Oracle Applications 11i instance from which the UOM Conversion information is to be retrieved.


[View Source]

Columns
Name Datatype Length Mandatory Comments
FROM_UOM_CLASS VARCHAR2 (10)
From Uom Class
TO_UOM_CLASS VARCHAR2 (10)
To Uom Class
FROM_UOM_CODE VARCHAR2 (3)
From Uom Code
TO_UOM_CODE VARCHAR2 (3)
To Uom Code
CONVERSION_RATE NUMBER

Conversion Rate
BASE_UOM_FLAG VARCHAR2 (1)
Base Uom Flag
SR_ITEM_PK NUMBER

Item inventory id
ITEM VARCHAR2 (4000)
Item name
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
,      CONVERSION_RATE
,      BASE_UOM_FLAG
,      SR_ITEM_PK
,      ITEM
FROM APPS.MSD_SR_UOM_CONVERSIONS_V;

Dependencies

[top of page]

APPS.MSD_SR_UOM_CONVERSIONS_V references the following:

SchemaAPPS
PL/SQL PackageMSD_SR_UTIL - show dependent code
SynonymMTL_UNITS_OF_MEASURE
SynonymMTL_UOM_CLASS_CONVERSIONS
SynonymMTL_UOM_CONVERSIONS

APPS.MSD_SR_UOM_CONVERSIONS_V is not referenced by any database object