[Home] [Help]
[Dependency Information]
| Object Name: | INVFV_UOM_CLASSES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INV.INVFV_UOM_CLASSES
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UOM_CLASS_NAME | VARCHAR2 | (10) | Yes | |
| END_EFFECTIVE_DATE | DATE | |||
| DESCRIPTION | VARCHAR2 | (50) | ||
| _DF | CHAR | (26) | ||
| LAST_UPDATE_DATE | DATE | Yes | ||
| LAST_UPDATED_BY | NUMBER | Yes | ||
| CREATION_DATE | DATE | Yes | ||
| CREATED_BY | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT UOM_CLASS_NAME
, END_EFFECTIVE_DATE
, DESCRIPTION
, _DF
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
FROM APPS.INVFV_UOM_CLASSES;
APPS
MTL_UOM_CLASSES
APPS.INVFV_UOM_CLASSES is not referenced by any database object
|
|
|
|