[Home] [Help]
[Dependency Information]
| Object Name: | OKX_ITEM_UOMS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_ITEM_UOMS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
| UOM_TYPE | NUMBER | Allowed unit of measure conversion type | ||
| UOM_CODE | VARCHAR2 | (3) | Yes | Abbreviated unit of measure code |
| UNIT_OF_MEASURE | VARCHAR2 | (25) | Yes | Unit of measure name |
| UNIT_OF_MEASURE_TL | VARCHAR2 | (25) | Yes | Unit of measure name translation |
| UOM_CLASS | VARCHAR2 | (10) | Yes | Unit of measure class |
| DESCRIPTION | VARCHAR2 | (50) | Unit of measure description |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, INVENTORY_ITEM_ID
, UOM_TYPE
, UOM_CODE
, UNIT_OF_MEASURE
, UNIT_OF_MEASURE_TL
, UOM_CLASS
, DESCRIPTION
FROM APPS.OKX_ITEM_UOMS_V;
APPS
MTL_SYSTEM_ITEMS_B
MTL_UNITS_OF_MEASURE
MTL_UNITS_OF_MEASURE_TL
MTL_UOM_CLASS_CONVERSIONS
MTL_UOM_CONVERSIONS
APPS.OKX_ITEM_UOMS_V is not referenced by any database object
|
|
|
|