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


VIEW: APPS.MTL_PRIMARY_UOMS_VV

Object Details
Object Name: MTL_PRIMARY_UOMS_VV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.MTL_PRIMARY_UOMS_VV
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
UNIT_OF_MEASURE VARCHAR2 (25) Yes
UNIT_OF_MEASURE_TL VARCHAR2 (25) Yes
DESCRIPTION VARCHAR2 (50)

UOM_CODE VARCHAR2 (3) Yes
UOM_CLASS VARCHAR2 (10) Yes
Query Text

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


SELECT UNIT_OF_MEASURE
,      UNIT_OF_MEASURE_TL
,      DESCRIPTION
,      UOM_CODE
,      UOM_CLASS
FROM APPS.MTL_PRIMARY_UOMS_VV;

Dependencies

[top of page]

APPS.MTL_PRIMARY_UOMS_VV references the following:

SchemaAPPS
SynonymMTL_UNITS_OF_MEASURE_TL
SynonymMTL_UOM_CONVERSIONS

APPS.MTL_PRIMARY_UOMS_VV is not referenced by any database object