DBA Data[Home] [Help]

APPS.ECX_DOCUMENT dependencies on ECX_HUBS

Line 435: protocol_address from ecx_hubs and username,password

431: raise ecx_no_party_setup;
432: end;
433: -- Bug #2449729
434: /* If the connection type is not DIRECT get the protocol_type,
435: protocol_address from ecx_hubs and username,password
436: from ecx_hub_users */
437: if (i_connection_type <> 'DIRECT')
438: then
439: begin

Line 444: from ecx_hubs

440: select protocol_type,
441: protocol_address
442: into i_destination_type,
443: i_destination_address
444: from ecx_hubs
445: where hub_id=i_hub_id;
446:
447: if (i_hub_user_id is not null) then
448:

Line 1911: protocol_address from ecx_hubs and username,password

1907: end if;
1908: close c_tp_details;
1909:
1910: /* If the connection type is not DIRECT get the protocol_type,
1911: protocol_address from ecx_hubs and username,password
1912: from ecx_hub_users */
1913: if ((not l_use_old_info) AND (l_connection_type <> 'DIRECT')) then
1914: begin
1915: select protocol_type,

Line 1919: from ecx_hubs

1915: select protocol_type,
1916: protocol_address
1917: into l_protocol_type,
1918: l_protocol_address
1919: from ecx_hubs
1920: where hub_id=l_hub_id;
1921:
1922: if (l_hub_user_id is not null) then
1923: select username,