[Home] [Help]
[Dependency Information]
| Object Name: | EDW_SEC_LVL_INFO_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIS.EDW_SEC_LVL_INFO_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
EDW_SEC_LVL_INFO_V
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DIM_ID | NUMBER | (9) | comment | |
| LEVEL_ID | NUMBER | (9) | comment | |
| LEVEL_NAME | VARCHAR2 | (255) | comment | |
| LEVEL_LONG_NAME | VARCHAR2 | (4000) | comment | |
| STAR_LEVEL_NAME_COL_NAME | VARCHAR2 | (45) | comment |
Cut, paste (and edit) the following text to query this object:
SELECT DIM_ID
, LEVEL_ID
, LEVEL_NAME
, LEVEL_LONG_NAME
, STAR_LEVEL_NAME_COL_NAME
FROM APPS.EDW_SEC_LVL_INFO_V;
APPS
EDW_ALL_COLUMNS_MD_V
EDW_LEVELS_MD_V
APPS
EDW_SEC_DIM_ACCESS_V
EDW_SEC_UTIL
- show dependent code
|
|
|
|