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


VIEW: APPS.CN_DIMENSION_TABLES_V

Object Details
Object Name: CN_DIMENSION_TABLES_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
DIMENSION_ID NUMBER (15) Yes
TABLE_ID NUMBER (15) Yes
PK_COLUMN_ID NUMBER (15) Yes
TABLE_NAME VARCHAR2 (30) Yes
COLUMN_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT DIMENSION_ID
,      TABLE_ID
,      PK_COLUMN_ID
,      TABLE_NAME
,      COLUMN_NAME
FROM APPS.CN_DIMENSION_TABLES_V;

Dependencies

[top of page]

APPS.CN_DIMENSION_TABLES_V references the following:

SchemaAPPS
SynonymCN_DIMENSIONS
ViewCN_OBJ_COLUMNS_V
ViewCN_OBJ_TABLES_V
APPS.CN_DIMENSION_TABLES_V is referenced by following:

SchemaAPPS
Package BodyCN_SYS_TABLES_PVT - show dependent code