Sunday, November 18, 2018

Set Item Attribute in workflow when customization

This package can change item attribute for specific order.


po_wf_util_pkg.SetItemAttrText (itemtype => 'REQAPPRV',
                                   itemkey  => '63-70',
                                   aname => 'AUTO_APPROVE_DOC',
                                   avalue => 'Y');




No comments:

Post a Comment