PL/SQL (MOSC)

MOSC Banner

How to get value of attribute of workflow

edited Nov 15, 2011 7:43PM in PL/SQL (MOSC) 7 commentsAnswered
Hi,

I want to debug the proedure ,

I want to get the value of attribute from plsql code that is executing workflow.

By declaring anumber column I assign the value by using wf_engine.getitemattrnumber

low := wf_engine.getitemattrnumber

(itemtype => p_itemtype,

itemkey => p_itemkey,

aname => 'HOW_MUCH_WAIT');

As the workflow is not working want to know the last value .

Any suggestions?

/ZAB

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