Skip to content

Instantly share code, notes, and snippets.

@himeshr
himeshr / avni-int-service-error-type-follow-up-step.sql
Last active September 22, 2023 12:42
Updations done to introduce followUpStep in errorTypes for avni-integration-service
-- List Process errorTypes
select *
from error_type
where integration_system_id = 2
and name in (
'DemandDeletionFailure',
'DispatchDeletionFailure',
'DispatchLineItemsDeletionFailure',
'UpdateDispatchReceiptError',
'DeleteEntityError',