Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

WF_ROLES & HZ_CONTACT_POINTS not a valid role

841964Jan 4 2012
Hi,

I am using workflow notifications for sending mail and attachments. I want to send mail to external users, here the problem I am facing is that I need to use those are defined in the WF_ROLES only for that related email address I can send email.

But I want to use HZ_CONTACT_POINTS email for that I prefer to use HZ_PARTY_WF_ROLES_V where it has role name and email address. When I passed in my custom package like this

wf_engine.setitemattrtext (itemtype => v_item_type
,itemkey => v_item_key
,aname => 'TOROLE'
,avalue => 'HZ_PARTY:13128'--x.meaning
);

I am getting error message ' Error in Workflow XXFNDNTW/050112113301454437 3205: 'HZ_PARTY:13128' is not a valid role or user name'

Please help me how can I use HZ_PARTIES/ HZ_PARTY_WF_ROLES_V to send mail.


Regards,
Nagendra

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 1 2012
Added on Jan 4 2012
0 comments
253 views