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