DBA Data[Home] [Help]

APPS.IRC_VACANCY_CONSIDERATIONS_API dependencies on IRC_NOTIFICATION_HELPER_PKG

Line 180: l_user_name := irc_notification_helper_pkg.get_job_seekers_role(p_person_id => p_person_id);

176: ELSE
177: l_brief_description_v := '';
178: END IF;
179: --
180: l_user_name := irc_notification_helper_pkg.get_job_seekers_role(p_person_id => p_person_id);
181: --
182: -- Build the message up.
183: --
184: fnd_message.set_name('PER','IRC_PURSUE_SEEKER_INTRO');

Line 327: l_user_name := irc_notification_helper_pkg.get_job_seekers_role(p_person_id => p_person_id);

323: ELSE
324: l_brief_description_v := '';
325: END IF;
326: --
327: l_user_name := irc_notification_helper_pkg.get_job_seekers_role(p_person_id => p_person_id);
328: --
329: -- Build the message up.
330: --
331: fnd_message.set_name('PER','IRC_PURSUE_SEEKER_INTRO_TEXT');

Line 417: l_user_role := irc_notification_helper_pkg.get_job_seekers_role(p_person_id => p_person_id);

413: fnd_message.set_name('PER','IRC_412148_VAC_NO_POSTING');
414: fnd_message.raise_error;
415: end if;
416: close c_posting_details;
417: l_user_role := irc_notification_helper_pkg.get_job_seekers_role(p_person_id => p_person_id);
418:
419: --- Starting Added for 14500909
420:
421: open get_nls_lang(userenv('LANG'));

Line 440: l_id := irc_notification_helper_pkg.send_notification

436: end if;
437: l_message_subject := fnd_message.get_string('PER','IRC_PURSUE_SEEKER_SUBJECT');
438: --- End Added for 14500909
439:
440: l_id := irc_notification_helper_pkg.send_notification
441: ( p_person_id => p_person_id
442: , p_subject => l_message_subject
443: , p_html_body => get_email_message_body
444: ( p_person_id => p_person_id