[Home] [Help]
[Dependency Information]
| Object Name: | CN_REV_HIER_VALUES_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.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DIM_HIERARCHY_ID | NUMBER | (15) | Yes | Period effective hierarchy in which the value exists. |
| VALUE_ID | NUMBER | (15) | Yes | Primary key |
| PARENT_ID | NUMBER | (15) | Parent node for the value specified. | |
| VALUE_NAME | VARCHAR2 | (30) | Yes | Name for the revenue class specified in value_id, above. |
| PARENT_NAME | VARCHAR2 | (30) | Yes | Name for the revenue_class specified in parent_id, above. |
Cut, paste (and edit) the following text to query this object:
SELECT DIM_HIERARCHY_ID
, VALUE_ID
, PARENT_ID
, VALUE_NAME
, PARENT_NAME
FROM APPS.CN_REV_HIER_VALUES_V;
APPS
CN_HIERARCHY_EDGES
CN_REVENUE_CLASSES
APPS.CN_REV_HIER_VALUES_V is not referenced by any database object
|
|
|
|