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


VIEW: APPS.INVBV_UOM_CLASSES

Object Details
Object Name: INVBV_UOM_CLASSES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.INVBV_UOM_CLASSES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This shows definitions of unit of measure classes. A class is a category
to which units of measure are assigned to.


[View Source]

Columns
Name Datatype Length Mandatory Comments
UOM_CLASS_NAME VARCHAR2 (10) Yes
END_EFFECTIVE_DATE DATE


DESCRIPTION VARCHAR2 (50)

LAST_UPDATE_DATE DATE
Yes
LAST_UPDATED_BY NUMBER
Yes
CREATION_DATE DATE
Yes
CREATED_BY NUMBER
Yes
Query Text

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


SELECT UOM_CLASS_NAME
,      END_EFFECTIVE_DATE
,      DESCRIPTION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
FROM APPS.INVBV_UOM_CLASSES;

Dependencies

[top of page]

APPS.INVBV_UOM_CLASSES references the following:

SchemaAPPS
SynonymMTL_UOM_CLASSES

APPS.INVBV_UOM_CLASSES is not referenced by any database object