DBA Data[Home] [Help]

APPS.IRC_PENDING_DATA_API dependencies on IRC_NOTIFICATION_HELPER_PKG

Line 1564: l_notif_id := irc_notification_helper_pkg.send_notification

1560: --
1561: if csr_is_new_user%found then
1562: close csr_is_new_user;
1563: Fnd_file.put_line(FND_FILE.LOG,'Notifying the user with subject line about registration and job application');
1564: l_notif_id := irc_notification_helper_pkg.send_notification
1565: (p_user_name => l_curr_email
1566: ,p_subject => fnd_message.get_string('PER','IRC_HA_NOTIF_NEW_USER_SUBJ')
1567: ,p_html_body => l_msg_html
1568: ,p_text_body => l_msg_text

Line 1574: l_notif_id := irc_notification_helper_pkg.send_notification

1570: );
1571: else
1572: close csr_is_new_user;
1573: Fnd_file.put_line(FND_FILE.LOG,'Notifying the user with subject line about job application');
1574: l_notif_id := irc_notification_helper_pkg.send_notification
1575: (p_user_name => l_curr_email
1576: ,p_subject => fnd_message.get_string('PER','IRC_APL_JOBAPPL_NOTIF_SUBJECT')
1577: ,p_html_body => l_msg_html
1578: ,p_text_body => l_msg_text

Line 1767: l_notif_id := irc_notification_helper_pkg.send_notification

1763: --
1764: if csr_is_new_user%found then
1765: close csr_is_new_user;
1766: Fnd_file.put_line(FND_FILE.LOG,'Notifying last user with subject line about registration and job application');
1767: l_notif_id := irc_notification_helper_pkg.send_notification
1768: (p_user_name => l_curr_email
1769: ,p_subject => fnd_message.get_string('PER','IRC_HA_NOTIF_NEW_USER_SUBJ')
1770: ,p_html_body => l_msg_html
1771: ,p_text_body => l_msg_text

Line 1777: l_notif_id := irc_notification_helper_pkg.send_notification

1773: );
1774: else
1775: close csr_is_new_user;
1776: Fnd_file.put_line(FND_FILE.LOG,'Notifying last user with subject line about job application');
1777: l_notif_id := irc_notification_helper_pkg.send_notification
1778: (p_user_name => l_curr_email
1779: ,p_subject => fnd_message.get_string('PER','IRC_APL_JOBAPPL_NOTIF_SUBJECT')
1780: ,p_html_body => l_msg_html
1781: ,p_text_body => l_msg_text