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


VIEW: APPS.EDW_ALL_COLUMNS_MD_V

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

View Type

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


EDW_ALL_COLUMNS_MD_V


[View Source]

Columns
Name Datatype Length Mandatory Comments
ENTITY_ID NUMBER (9)
comment
ENTITY_TYPE VARCHAR2 (4000)
comment
ENTITY_NAME VARCHAR2 (255)
comment
COLUMN_ID NUMBER (9)
comment
COLUMN_NAME VARCHAR2 (255)
comment
BUSINESS_NAME VARCHAR2 (4000)
comment
DESCRIPTION VARCHAR2 (4000)
comment
POSITION NUMBER (9)
comment
DATA_TYPE VARCHAR2 (255)
comment
LENGTH NUMBER (9)
comment
Query Text

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


SELECT ENTITY_ID
,      ENTITY_TYPE
,      ENTITY_NAME
,      COLUMN_ID
,      COLUMN_NAME
,      BUSINESS_NAME
,      DESCRIPTION
,      POSITION
,      DATA_TYPE
,      LENGTH
FROM APPS.EDW_ALL_COLUMNS_MD_V;

Dependencies

[top of page]

APPS.EDW_ALL_COLUMNS_MD_V references the following:

SchemaAPPS
SynonymEDW_ALL_COLUMNS_MD
APPS.EDW_ALL_COLUMNS_MD_V is referenced by following:

SchemaAPPS
ViewEDW_SEC_LVL_INFO_V