DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on WF_NOTIFICATION

Line 3924: l_nid:=wf_notification.send( upper(p_current_email_address)

3920: -- now send an e-mail to the user confirming that this has been done
3921: --
3922: hr_utility.set_location(l_proc,220);
3923:
3924: l_nid:=wf_notification.send( upper(p_current_email_address)
3925: , fnd_profile.value('IRC_WORKFLOW_ITEM_TYPE')
3926: , 'IRC_TEXT_HTML_MSG'
3927: );
3928: --

Line 3931: wf_notification.setAttrText ( l_nid , 'SUBJECT' , l_subject);

3927: );
3928: --
3929: fnd_message.set_name('PER','IRC_EXEMP_SUBJECT');
3930: l_subject:=fnd_message.get;
3931: wf_notification.setAttrText ( l_nid , 'SUBJECT' , l_subject);
3932:
3933: if p_user_name is null then
3934: fnd_message.set_name('PER','IRC_EXEMP_HTML');
3935: else

Line 3996: wf_notification.denormalize_notification(l_nid);

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);
3997: hr_utility.set_location(l_proc,230);
3998: --
3999: -- Call After Process User Hook
4000: --