[Home] [Help]
[Dependency Information]
| Object Name: | EDW_RELATIONS_MD_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIS.EDW_RELATIONS_MD_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
EDW_RELATIONS_MD_V
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RELATION_ID | NUMBER | (9) | comment | |
| RELATION_NAME | VARCHAR2 | (255) | comment | |
| RELATION_LONG_NAME | VARCHAR2 | (4000) | comment | |
| DESCRIPTION | VARCHAR2 | (4000) | comment | |
| RELATION_TYPE | VARCHAR2 | (40) | comment |
Cut, paste (and edit) the following text to query this object:
SELECT RELATION_ID
, RELATION_NAME
, RELATION_LONG_NAME
, DESCRIPTION
, RELATION_TYPE
FROM APPS.EDW_RELATIONS_MD_V;
APPS
EDW_RELATIONS_MD
APPS
EDW_COLLECTION_DETAIL_LOG_V
EDW_DEL_STG
- show dependent code
EDW_LOAD_PROGRESS_LOG_V
EDW_OWB_COLLECTION_UTIL
- show dependent code
EDW_PUSH_DETAIL_LOG_V
EDW_TRUNC_STG
- show dependent code
|
|
|
|