DBA Data[Home] [Help]

APPS.XDP_ADAPTER_CORE_DB dependencies on XDP_ERROR_LOG

Line 1043: -- Cleanup XDP_ERROR_LOG

1039: from xdp_adapter_admin_reqs xar
1040: where channel_name = p_channel_name;
1041:
1042: BEGIN
1043: -- Cleanup XDP_ERROR_LOG
1044: BEGIN
1045: DELETE FROM xdp_error_log WHERE
1046: object_type = XDP_ADAPTER.pv_errorObjectTypeAdapter and
1047: object_key = p_channel_name;

Line 1045: DELETE FROM xdp_error_log WHERE

1041:
1042: BEGIN
1043: -- Cleanup XDP_ERROR_LOG
1044: BEGIN
1045: DELETE FROM xdp_error_log WHERE
1046: object_type = XDP_ADAPTER.pv_errorObjectTypeAdapter and
1047: object_key = p_channel_name;
1048: EXCEPTION
1049: -- Not an error if no errors exists for the adapter