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


VIEW: APPS.POR_UNIT_OF_MEASURE_LOV_V

Object Details
Object Name: POR_UNIT_OF_MEASURE_LOV_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewICX.POR_UNIT_OF_MEASURE_LOV_V
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


The POR_UNIT_OF_MEASURE_LOV_V view returns a list of units from which the user can choose to measure the purchasing item.


[View Source]

Columns
Name Datatype Length Mandatory Comments
UNIT_OF_MEASURE VARCHAR2 (25) Yes Unit of Measure
UOM_CLASS VARCHAR2 (10) Yes Unit of Measure Class
BASE_UNIT_OF_MEASURE VARCHAR2 (25) Yes Base Unit of Measure
UOM_CODE VARCHAR2 (3) Yes Uom Code
Query Text

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


SELECT UNIT_OF_MEASURE
,      UOM_CLASS
,      BASE_UNIT_OF_MEASURE
,      UOM_CODE
FROM APPS.POR_UNIT_OF_MEASURE_LOV_V;

Dependencies

[top of page]

APPS.POR_UNIT_OF_MEASURE_LOV_V references the following:

SchemaAPPS
ViewMTL_UNITS_OF_MEASURE_VL
SynonymMTL_UOM_CONVERSIONS
APPS.POR_UNIT_OF_MEASURE_LOV_V is referenced by following:

SchemaAPPS
Package BodyPOS_EXCELASN_PVT - show dependent code