DBA Data[Home] [Help]

APPS.XDP_ADAPTER_CORE_DB dependencies on XDP_ADAPTER_CORE_PIPE

Line 260: p_ChannelName := XDP_ADAPTER_CORE_PIPE.GetUniqueChannelName(p_FeName);

256: is
257:
258: begin
259:
260: p_ChannelName := XDP_ADAPTER_CORE_PIPE.GetUniqueChannelName(p_FeName);
261: p_ChannelName := XDP_ADAPTER_CORE_PIPE.ConstructChannelName( 'CONTROL', p_ChannelName);
262:
263: end CreateNewAdapterChannel;
264:

Line 261: p_ChannelName := XDP_ADAPTER_CORE_PIPE.ConstructChannelName( 'CONTROL', p_ChannelName);

257:
258: begin
259:
260: p_ChannelName := XDP_ADAPTER_CORE_PIPE.GetUniqueChannelName(p_FeName);
261: p_ChannelName := XDP_ADAPTER_CORE_PIPE.ConstructChannelName( 'CONTROL', p_ChannelName);
262:
263: end CreateNewAdapterChannel;
264:
265:

Line 409: p_ApplChannelName := XDP_ADAPTER_CORE_PIPE.ConstructChannelName

405: p_CmdArgs := p_CmdArgs || l_SubCmdArgs;
406: end if;
407:
408: if p_ApplMode = 'PIPE' then
409: p_ApplChannelName := XDP_ADAPTER_CORE_PIPE.ConstructChannelName
410: ('APPL', p_ChannelName);
411: elsif p_ApplMode = 'QUEUE' then
412: p_ApplChannelName := pv_OutboundChannelName;
413: else