[Home] [Help]
[Dependency Information]
| Object Name: | CN_DIMENSION_TABLES_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 |
|---|---|---|---|---|
| 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 |
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;
APPS
CN_DIMENSIONS
CN_OBJ_COLUMNS_V
CN_OBJ_TABLES_V
APPS
CN_SYS_TABLES_PVT
- show dependent code
|
|
|
|