[Home] [Help]
[Dependency Information]
| Object Name: | EDW_PVT_MAP_TARGETS_MD_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIS.EDW_PVT_MAP_TARGETS_MD_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
EDW_PVT_MAP_TARGETS_MD_V
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MAPPING_ID | NUMBER | (9) | comment | |
| TARGET_ID | NUMBER | (9) | comment | |
| TARGET_USAGE_ID | NUMBER | (9) | comment | |
| TARGET_ALIAS | VARCHAR2 | (255) | comment |
Cut, paste (and edit) the following text to query this object:
SELECT MAPPING_ID
, TARGET_ID
, TARGET_USAGE_ID
, TARGET_ALIAS
FROM APPS.EDW_PVT_MAP_TARGETS_MD_V;
APPS
EDW_PVT_MAP_TARGETS_MD
APPS
EDW_OWB_COLLECTION_UTIL
- show dependent code
|
|
|
|