DBA Data[Home] [Help]

APPS.IRC_ISS_BUS dependencies on HR_API

Line 78: hr_api.argument_changed_error

74: END IF;
75: --
76: if p_rec.saved_search_criteria_id <> irc_iss_shd.g_old_rec.saved_search_criteria_id
77: then
78: hr_api.argument_changed_error
79: (p_api_name => l_proc
80: ,p_argument => 'SAVED_SEARCH_CRITERIA_ID'
81: ,p_base_table => irc_iss_shd.g_tab_nam
82: );

Line 137: nvl(irc_iss_shd.g_old_rec.vacancy_id, hr_api.g_number) <>

133: ,p_object_version_number => p_object_version_number
134: );
135: --
136: if ((l_api_updating and
137: nvl(irc_iss_shd.g_old_rec.vacancy_id, hr_api.g_number) <>
138: nvl(p_vacancy_id, hr_api.g_number)) or
139: (NOT l_api_updating)) then
140: hr_utility.set_location(l_proc, 20);
141: --

Line 138: nvl(p_vacancy_id, hr_api.g_number)) or

134: );
135: --
136: if ((l_api_updating and
137: nvl(irc_iss_shd.g_old_rec.vacancy_id, hr_api.g_number) <>
138: nvl(p_vacancy_id, hr_api.g_number)) or
139: (NOT l_api_updating)) then
140: hr_utility.set_location(l_proc, 20);
141: --
142: -- Check if p_vacancy_id is not null