[Home] [Help]
[Dependency Information]
Object Name: | MSC_ITEM_UOMS_VIEW |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 Id | |
SR_INSTANCE_ID | NUMBER | Yes | Sr Instance Id | |
INVENTORY_ITEM_ID | NUMBER | Yes | Inventory Item Id | |
UOM_CODE | VARCHAR2 | (3) | Yes | Uom Code |
UNIT_OF_MEASURE | VARCHAR2 | (25) | Yes | Unit Of Measure |
DESCRIPTION | VARCHAR2 | (50) | Description | |
UOM_CLASS | VARCHAR2 | (10) | Yes | Uom Class |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, SR_INSTANCE_ID
, INVENTORY_ITEM_ID
, UOM_CODE
, UNIT_OF_MEASURE
, DESCRIPTION
, UOM_CLASS
FROM APPS.MSC_ITEM_UOMS_VIEW;
APPS.MSC_ITEM_UOMS_VIEW is not referenced by any database object
|
|
|