DBA Data[Home] [Help]

APPS.IRC_VACANCY_CONSIDERATIONS_API dependencies on IRC_UTILITIES_PKG

Line 125: if (irc_utilities_pkg.is_internal_person(p_person_id,p_effective_date)='TRUE') then

121: --
122: --Commented for Bug 6004149
123: --l_base_url := fnd_profile.value('IRC_JOB_NOTIFICATION_URL');
124:
125: if (irc_utilities_pkg.is_internal_person(p_person_id,p_effective_date)='TRUE') then
126: l_apps_fwk_agent := rtrim(fnd_profile.value_specific('APPS_FRAMEWORK_AGENT',0,0,0,0,0)
127: ||fnd_profile.value('ICX_PREFIX'),'/');
128: l_base_url := irc_seeker_vac_matching_pkg.get_job_notification_function('Y');
129: else

Line 278: if (irc_utilities_pkg.is_internal_person(p_person_id,p_effective_date)='TRUE') then

274: -- Obtain all the data for use in the message.
275: --
276: --Commented for Bug 6004149
277: --l_base_url := fnd_profile.value('IRC_JOB_NOTIFICATION_URL');
278: if (irc_utilities_pkg.is_internal_person(p_person_id,p_effective_date)='TRUE') then
279: l_apps_fwk_agent := rtrim(fnd_profile.value_specific('APPS_FRAMEWORK_AGENT',0,0,0,0,0)
280: ||fnd_profile.value('ICX_PREFIX'),'/');
281: l_base_url := irc_seeker_vac_matching_pkg.get_job_notification_function('Y');
282: else