Core Workflow - EBS (MOSC)

MOSC Banner

Workflow Notification Approval Script

edited Feb 18, 2013 11:18PM in Core Workflow - EBS (MOSC) 3 commentsAnswered ✓
 Hello Team, 
I am trying to approve an open notification using the pl/sql script. I am able to close the open notification however system is not triggering the next notification. Could you please suggest me if I am missing anything in my script.

DECLARE

BEGIN

fnd_global.apps_initialize (9421,51069,201);

mo_global.set_policy_context('S', 101); 

WF_NOTIFICATION.SetAttrText(nid => 440564, aname => 'RESULT', avalue => 'APPROVE');

wf_notification.RESPOND(nid => 440564 --in number,
,respond_comment => 'Approved by override program'
,responder => 'User_name'-- in varchar2 default null
);

COMMIT;

END;
/

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