DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on IRC_NOTIFICATION_HELPER_PKG

Line 3960: irc_notification_helper_pkg.set_v2_attributes

3956: if (instrb(l_html_body,'&'||'USER_NAME')>0) then
3957: fnd_message.set_token('USER_NAME', p_user_name);
3958: end if;
3959: l_html_body:=fnd_message.get;
3960: irc_notification_helper_pkg.set_v2_attributes
3961: (p_wf_attribute_value => l_html_body
3962: ,p_wf_attribute_name => 'HTML_BODY'
3963: ,p_nid => l_nid);
3964:

Line 3992: irc_notification_helper_pkg.set_v2_attributes

3988: if (instrb(l_text_body,'&'||'USER_NAME')>0) then
3989: fnd_message.set_token('USER_NAME', p_user_name);
3990: end if;
3991: l_text_body:=fnd_message.get;
3992: irc_notification_helper_pkg.set_v2_attributes
3993: (p_wf_attribute_value => l_text_body
3994: ,p_wf_attribute_name => 'TEXT_BODY'
3995: ,p_nid => l_nid);
3996: wf_notification.denormalize_notification(l_nid);