DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on ECX_OBJECTS

Line 34: FROM ecx_objects

30:
31: begin
32: SELECT object_type
33: INTO l_tar_obj_type
34: FROM ecx_objects
35: WHERE map_id = p_map_id
36: AND object_id = 2;
37:
38: if (l_tar_obj_type = 'DB') then

Line 824: from ecx_objects

820: close get_routing_for_extcode;
821: else
822: -- if neither static nor dynamic routing is specified.
823: select count(1) into i_map_type
824: from ecx_objects
825: where object_type <> 'DB' and map_id = i_map_id;
826:
827: if (i_map_type = 2) then
828: -- Only if map is xml to xml or dtd to dtd type