[Home] [Help]
APPS.SOA_GENERATE dependencies on ECX_OBJECTS
Line 1653: from ecx_objects
1649:
1650:
1651: select root_element
1652: into p_root_element
1653: from ecx_objects
1654: where map_id = i_map_id and
1655: (object_type = 'XML' or
1656: object_type = 'DTD');
1657: