[Home] [Help]
[Dependency Information]
| Object Name: | MSC_WT_UOM_CONVERSIONS_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
MSC_SYSTEM_ITEMS
MSC_UNITS_OF_MEASURE
MSC_UOM_CLASS_CONVERSIONS
MSC_UOM_CONVERSIONS
APPS
MSC_DRP_UTIL
- show dependent code
|
|
|
|