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


VIEW: APPS.ASO_I_ITEM_UOMS_V

Object Details
Object Name: ASO_I_ITEM_UOMS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewASO.ASO_I_ITEM_UOMS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
DESCRIPTION VARCHAR2 (50)
Unit of measure description
UOM_CLASS VARCHAR2 (10) Yes Unit of measure class
Query Text

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


SELECT ORGANIZATION_ID
,      INVENTORY_ITEM_ID
,      UOM_TYPE
,      UOM_CODE
,      UNIT_OF_MEASURE
,      DESCRIPTION
,      UOM_CLASS
FROM APPS.ASO_I_ITEM_UOMS_V;

Dependencies

[top of page]

APPS.ASO_I_ITEM_UOMS_V references the following:

SchemaAPPS
ViewMTL_ITEM_UOMS_VIEW
APPS.ASO_I_ITEM_UOMS_V is referenced by following:

SchemaAPPS
Package BodyCSD_REPAIRS_PVT - show dependent code