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 825: from ecx_objects

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