[Home] [Help]
[Dependency Information]
| Object Name: | EDW_SEC_DIM_INFO_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIS.EDW_SEC_DIM_INFO_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
EDW_SEC_DIM_INFO_V
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DIM_ID | NUMBER | (9) | comment | |
| DIM_NAME | VARCHAR2 | (255) | comment | |
| DIM_LONG_NAME | VARCHAR2 | (4000) | comment | |
| TABLE_NAME | VARCHAR2 | (255) | comment | |
| LOWEST_LEVEL_COL_NAME | VARCHAR2 | (255) | comment | |
| CONTEXT_NAME | VARCHAR2 | (30) | comment |
Cut, paste (and edit) the following text to query this object:
SELECT DIM_ID
, DIM_NAME
, DIM_LONG_NAME
, TABLE_NAME
, LOWEST_LEVEL_COL_NAME
, CONTEXT_NAME
FROM APPS.EDW_SEC_DIM_INFO_V;
APPS
EDW_DIMENSIONS_MD_V
EDW_UNIQUE_KEYS_MD_V
EDW_UNIQUE_KEY_COLUMNS_MD_V
APPS
EDW_SEC_DIM_ACCESS_V
EDW_SEC_UTIL
- show dependent code
|
|
|
|