[Home] [Help]
[Dependency Information]
| Object Name: | CSF_M_UOM_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A public view which may be useful for custom reporting or other data
requirements.
This view contains information about the Units of Measure
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACCESS_ID | NUMBER | Yes | The Unique Access Identifier | |
| UOM_CODE | VARCHAR2 | (3) | Yes | Code of the Unit of Measure |
| UOM_CLASS | VARCHAR2 | (10) | Yes | Class of the Unit of Measure |
| DESCRIPTION | VARCHAR2 | (50) | Description | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language |
| UNIT_OF_MEASURE | VARCHAR2 | (25) | Yes | |
| UNIT_OF_MEASURE_TL | VARCHAR2 | (25) | Yes | |
| BASE_UOM_FLAG | VARCHAR2 | (1) | Yes | |
| DISABLE_DATE | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT ACCESS_ID
, UOM_CODE
, UOM_CLASS
, DESCRIPTION
, LANGUAGE
, UNIT_OF_MEASURE
, UNIT_OF_MEASURE_TL
, BASE_UOM_FLAG
, DISABLE_DATE
FROM APPS.CSF_M_UOM_V;
APPS
ASG_BASE
- show dependent code
CSM_UNIT_OF_MEASURE_TL_ACC
MTL_UNITS_OF_MEASURE_TL
APPS.CSF_M_UOM_V is not referenced by any database object
|
|
|
|