DBA Data[Home] [Help]

APPS.XDP_MACROS dependencies on XDP_ADAPTER_CORE_DB

Line 1134: if (XDP_ADAPTER_CORE_DB.Is_Adapter_Implemented (pv_ChannelName)) then

1130: -- and another channel for the responses from the adapter
1131:
1132: -- Bug 2486815
1133: -- Send Sync for only Implemented Adapters
1134: if (XDP_ADAPTER_CORE_DB.Is_Adapter_Implemented (pv_ChannelName)) then
1135: pv_ApplChannelName := XDP_ADAPTER_CORE_PIPE.ConstructChannelName
1136: (p_ChannelType => 'APPL',
1137: p_ChannelName => pv_ChannelName);
1138: