DBA Data[Home] [Help]

APPS.IRC_IVC_BUS dependencies on HR_MULTI_MESSAGE

Line 249: if hr_multi_message.exception_add

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);
253: raise;

Line 349: if hr_multi_message.exception_add

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);
353: raise;

Line 442: if hr_multi_message.exception_add

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
446: hr_utility.set_location(' Leaving:'|| l_proc, 80);