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


VIEW: APPS.CN_REV_HIER_VALUES_V

Object Details
Object Name: CN_REV_HIER_VALUES_V
Object Type: VIEW
Owner: APPS
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
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.
Query Text

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;

Dependencies

[top of page]

APPS.CN_REV_HIER_VALUES_V references the following:

SchemaAPPS
SynonymCN_HIERARCHY_EDGES
SynonymCN_REVENUE_CLASSES

APPS.CN_REV_HIER_VALUES_V is not referenced by any database object