DBA Data[Home] [Help]

APPS.IRC_IVC_BUS dependencies on APP_EXCEPTION

Line 248: when app_exception.application_exception then

244: close csr_vacancy_dates;
245: --
246: hr_utility.set_location(' Leaving:'||l_proc,40);
247: exception
248: when app_exception.application_exception then
249: if hr_multi_message.exception_add
250: (p_associated_column1 => 'IRC_VACANCY_CONSIDERATIONS.VACANCY_ID'
251: ) then
252: hr_utility.set_location(' Leaving:'|| l_proc, 50);

Line 348: when app_exception.application_exception then

344: close csr_not_pref;
345: --
346: hr_utility.set_location(' Leaving:'||l_proc,70);
347: exception
348: when app_exception.application_exception then
349: if hr_multi_message.exception_add
350: (p_associated_column1 => 'IRC_VACANCY_CONSIDERATIONS.PARTY_ID'
351: ) then
352: hr_utility.set_location(' Leaving:'|| l_proc, 80);

Line 441: when app_exception.application_exception then

437: end if;
438: hr_utility.set_location(' Leaving:'||l_proc,50);
439: --
440: exception
441: when app_exception.application_exception then
442: if hr_multi_message.exception_add
443: (p_associated_column1 =>
444: irc_ivc_shd.g_tab_nam||'.CONSIDERATION_STATUS'
445: ) then