DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on WF_NOTIFICATION

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

4130: l_sso_enabled:=fnd_profile.value('APPS_SSO');
4131:
4132: l_central_registration_url:=fnd_profile.value('APPS_CENTRAL_REGISTER_URL');
4133:
4134: l_nid:=wf_notification.send( upper(p_current_email_address)
4135: , fnd_profile.value('IRC_WORKFLOW_ITEM_TYPE')
4136: , 'IRC_TEXT_HTML_MSG'
4137: );
4138: --

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

4137: );
4138: --
4139: fnd_message.set_name('PER','IRC_EXEMP_SUBJECT');
4140: l_subject:=fnd_message.get;
4141: wf_notification.setAttrText ( l_nid , 'SUBJECT' , l_subject);
4142:
4143: if p_user_name is null
4144: and (l_sso_enabled<>'SSWA_SSO' and l_sso_enabled<>'SSO_SDK') then
4145: fnd_message.set_name('PER','IRC_EXEMP_HTML');

Line 4224: wf_notification.denormalize_notification(l_nid);

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);
4225: hr_utility.set_location(l_proc,230);
4226: --
4227: -- Call After Process User Hook
4228: --