[Home] [Help]
[Dependency Information]
| Object Name: | POR_UNIT_OF_MEASURE_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.POR_UNIT_OF_MEASURE_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
MTL_UNITS_OF_MEASURE_VL
MTL_UOM_CONVERSIONS
APPS
POS_EXCELASN_PVT
- show dependent code
|
|
|
|