Core Workflow - EBS (MOSC)

MOSC Banner

wf_deferred priority value incorrect

edited Sep 26, 2018 10:28PM in Core Workflow - EBS (MOSC) 7 commentsAnswered

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?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center