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


VIEW: APPS.EDR_XMLMAP_ELEMENTS_V

Object Details
Object Name: EDR_XMLMAP_ELEMENTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewEDR.EDR_XMLMAP_ELEMENTS_V
Subobject Name:
Status: VALID

View Type

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


View containing X-ref of XML element and dtd root elements


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROOT_ELEMENT VARCHAR2 (255)
Root element of the XML element
MAP_CODE VARCHAR2 (30) Yes Map code of the XML Gateway map containing the XML element
XML_ELEMENT VARCHAR2 (255)
The individual XML element
Query Text

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


SELECT ROOT_ELEMENT
,      MAP_CODE
,      XML_ELEMENT
FROM APPS.EDR_XMLMAP_ELEMENTS_V;

Dependencies

[top of page]

APPS.EDR_XMLMAP_ELEMENTS_V references the following:

SchemaAPPS
SynonymECX_MAPPINGS
SynonymECX_OBJECTS
SynonymECX_OBJECT_ATTRIBUTES
SynonymECX_OBJECT_LEVELS

APPS.EDR_XMLMAP_ELEMENTS_V is not referenced by any database object