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


VIEW: APPS.MSC_WT_UOM_CONVERSIONS_VIEW

Object Details
Object Name: MSC_WT_UOM_CONVERSIONS_VIEW
Object Type: VIEW
Owner: APPS
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_UOM_CODE VARCHAR2 (3)
Unit of measure for the weight
SR_INSTANCE_ID NUMBER
Yes Source application instance identifier
PRIMARY_UOM_CLASS VARCHAR2 (10) Yes Unit of measure class
UNIT_OF_MEASURE VARCHAR2 (25) Yes Unit of measure name
UOM_CODE VARCHAR2 (3) Yes Abbreviated unit of measure code
UOM_CLASS VARCHAR2 (10) Yes Destination class of conversion
CONVERSION_RATE NUMBER

Query Text

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


SELECT INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      PRIMARY_UOM_CODE
,      SR_INSTANCE_ID
,      PRIMARY_UOM_CLASS
,      UNIT_OF_MEASURE
,      UOM_CODE
,      UOM_CLASS
,      CONVERSION_RATE
FROM APPS.MSC_WT_UOM_CONVERSIONS_VIEW;

Dependencies

[top of page]

APPS.MSC_WT_UOM_CONVERSIONS_VIEW references the following:

SchemaAPPS
SynonymMSC_SYSTEM_ITEMS
SynonymMSC_UNITS_OF_MEASURE
SynonymMSC_UOM_CLASS_CONVERSIONS
SynonymMSC_UOM_CONVERSIONS
APPS.MSC_WT_UOM_CONVERSIONS_VIEW is referenced by following:

SchemaAPPS
Package BodyMSC_DRP_UTIL - show dependent code