DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on IRC_NOTIFICATION_HELPER_PKG

Line 4178: irc_notification_helper_pkg.set_v2_attributes

4174: if (instrb(l_html_body,'&'||'USER_NAME')>0) then
4175: fnd_message.set_token('USER_NAME', p_user_name);
4176: end if;
4177: l_html_body:=fnd_message.get;
4178: irc_notification_helper_pkg.set_v2_attributes
4179: (p_wf_attribute_value => l_html_body
4180: ,p_wf_attribute_name => 'HTML_BODY'
4181: ,p_nid => l_nid);
4182:

Line 4220: irc_notification_helper_pkg.set_v2_attributes

4216: if (instrb(l_text_body,'&'||'USER_NAME')>0) then
4217: fnd_message.set_token('USER_NAME', p_user_name);
4218: end if;
4219: l_text_body:=fnd_message.get;
4220: irc_notification_helper_pkg.set_v2_attributes
4221: (p_wf_attribute_value => l_text_body
4222: ,p_wf_attribute_name => 'TEXT_BODY'
4223: ,p_nid => l_nid);
4224: wf_notification.denormalize_notification(l_nid);