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


VIEW: APPS.EDW_SEC_DIM_INFO_V

Object Details
Object Name: EDW_SEC_DIM_INFO_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBIS.EDW_SEC_DIM_INFO_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


EDW_SEC_DIM_INFO_V


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.EDW_SEC_DIM_INFO_V references the following:

SchemaAPPS
ViewEDW_DIMENSIONS_MD_V
ViewEDW_UNIQUE_KEYS_MD_V
ViewEDW_UNIQUE_KEY_COLUMNS_MD_V
APPS.EDW_SEC_DIM_INFO_V is referenced by following:

SchemaAPPS
ViewEDW_SEC_DIM_ACCESS_V
Package BodyEDW_SEC_UTIL - show dependent code