DBA Data[Home] [Help]

APPS.ECX_INBOUND dependencies on ECX_MAPPINGS

Line 1073: from ecx_mappings em,

1069: cursor get_root_elmt (
1070: p_map_id IN pls_integer) IS
1071: select eo.root_element,
1072: 0
1073: from ecx_mappings em,
1074: ecx_objects eo
1075: where em.map_id = p_map_id
1076: and em.map_id = eo.map_id
1077: and em.object_id_source = eo.object_id;