DBA Data[Home] [Help]

APPS.XDP_ADAPTER_CORE_DB dependencies on XDP_ERRORS_PKG

Line 460: l_errorCount := XDP_ERRORS_PKG.GET_ERROR_COUNT (

456:
457: if ((l_Status is not null) and (l_Status = XDP_ADAPTER.pv_statusStoppedError) and
458: (Is_Adapter_Automatic(p_ChannelName))) then
459:
460: l_errorCount := XDP_ERRORS_PKG.GET_ERROR_COUNT (
461: p_object_type => XDP_ADAPTER.pv_errorObjectTypeAdapter,
462: p_object_key => p_ChannelName);
463:
464: l_errorCount := l_errorCount + 1;

Line 466: XDP_ERRORS_PKG.UPDATE_ERROR_COUNT (

462: p_object_key => p_ChannelName);
463:
464: l_errorCount := l_errorCount + 1;
465:
466: XDP_ERRORS_PKG.UPDATE_ERROR_COUNT (
467: p_object_type => XDP_ADAPTER.pv_errorObjectTypeAdapter,
468: p_object_key => p_ChannelName,
469: p_error_count => l_errorCount);
470:

Line 941: XDP_ERRORS_PKG.Set_Message (

937: p_WFItemType => p_WFItemType,
938: p_WFItemKey => p_WFItemKey
939: );
940: if p_ErrorMsg is not null then
941: XDP_ERRORS_PKG.Set_Message (
942: p_object_type => XDP_ADAPTER.pv_errorObjectTypeAdapter,
943: p_object_key => p_ChannelName,
944: p_message_name => p_ErrorMsg,
945: p_message_parameters => p_ErrorMsgParams);

Line 1464: XDP_ERRORS_PKG.Set_Message (

1460: p_ChannelName => p_ChannelName,
1461: p_Status => XDP_ADAPTER.pv_statusStoppedError
1462: );
1463:
1464: XDP_ERRORS_PKG.Set_Message (
1465: p_object_type => XDP_ADAPTER.pv_errorObjectTypeAdapter,
1466: p_object_key => p_ChannelName,
1467: p_message_name => 'XDP_ADAPTER_ABNORMAL_EXIT',
1468: p_message_parameters => 'PROCESS_ID='||l_ProcessID||'#XDP#');