DBA Data[Home] [Help]

APPS.IRC_PCV_BUS dependencies on APP_EXCEPTION

Line 206: when app_exception.application_exception then

202: close csr_search_criteria;
203: --
204: hr_utility.set_location(' Leaving:'||l_proc,50);
205: exception
206: when app_exception.application_exception then
207: if hr_multi_message.exception_add
208: (p_associated_column1 =>
209: 'IRC_PROF_AREA_CRITERIA_VALUES.SEARCH_CRITERIA_ID'
210: ) then

Line 280: when app_exception.application_exception then

276: end if;
277: --
278: hr_utility.set_location(' Leaving:'||l_proc,40);
279: exception
280: when app_exception.application_exception then
281: if hr_multi_message.exception_add
282: (p_associated_column1 => 'IRC_PROF_AREA_CRITERIA_VALUES.PROFESSIONAL_AREA'
283: ) then
284: hr_utility.set_location(' Leaving:'||l_proc,50);