wf_deferred priority value incorrect
Hi Expert
Business event subscription priority is set to normal and phase > 99, however, customer found out the business event priority
column in wf_deferred is set to critical 0 (priority), so it need to be deferred out first and cause the deferred backlog issue to other event in our Production.
--check the wf_deferred
select corrid,priority,state,count(1) from apps.WF_DEFERRED
where corrid in ('APPS:oracle.apps.nics.servicelevel.change','APPS:oracle.apps.ar.hz.OrgContact.update','APPS:oracle.apps.ar.hz.Relationship.update')
group by corrid,priority,state
APPS:oracle.apps.nics.servicelevel.change 0 2 2695
Could you please advice where and how to set this priority back to normal (50) from the wf_deferred table?