DBA Data[Home] [Help]

APPS.IRC_VACANCY_CONSIDERATIONS_API dependencies on IRC_NOTIFICATION_HELPER_PKG

Line 142: l_user_name := irc_notification_helper_pkg.get_job_seekers_role

138: ELSE
139: l_brief_description_v2 := '';
140: END IF;
141:
142: l_user_name := irc_notification_helper_pkg.get_job_seekers_role
143: (p_person_id => p_person_id);
144:
145: -- Build the message up.
146:

Line 294: l_user_name := irc_notification_helper_pkg.get_job_seekers_role

290: ELSE
291: l_brief_description_v2 := '';
292: END IF;
293:
294: l_user_name := irc_notification_helper_pkg.get_job_seekers_role
295: (p_person_id => p_person_id);
296:
297: -- Build the message up.
298:

Line 368: l_id := irc_notification_helper_pkg.send_notification

364: fnd_message.set_name('PER','IRC_412148_VAC_NO_POSTING');
365: fnd_message.raise_error;
366: end if;
367: close c_posting_details;
368: l_id := irc_notification_helper_pkg.send_notification
369: ( p_person_id => p_person_id
370: , p_subject => l_message_subject
371: , p_html_body => get_email_message_body
372: ( p_person_id => p_person_id