DBA Data[Home] [Help]

APPS.IRC_RSE_BUS dependencies on HR_MULTI_MESSAGE

Line 298: if hr_multi_message.exception_add

294: end if;
295: hr_utility.set_location(' Leaving:'||l_proc,50);
296: exception
297: when app_exception.application_exception then
298: if hr_multi_message.exception_add
299: (p_associated_column1 =>
300: 'IRC_ALL_RECRUITING_SITES.INTERNAL'
301: ) then
302: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 365: if hr_multi_message.exception_add

361: end if;
362: hr_utility.set_location(' Leaving:'||l_proc,50);
363: exception
364: when app_exception.application_exception then
365: if hr_multi_message.exception_add
366: (p_associated_column1 =>
367: 'IRC_ALL_RECRUITING_SITES.EXTERNAL'
368: ) then
369: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 442: if hr_multi_message.exception_add

438: end if;
439: hr_utility.set_location(' Leaving:'||l_proc,50);
440: exception
441: when app_exception.application_exception then
442: if hr_multi_message.exception_add
443: (p_associated_column1 =>
444: 'IRC_ALL_RECRUITING_SITES.THIRD_PARTY'
445: ) then
446: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 539: if hr_multi_message.exception_add

535: hr_utility.set_location(' Leaving:'|| l_proc, 15);
536: end if;
537: exception
538: when app_exception.application_exception then
539: if hr_multi_message.exception_add
540: (p_associated_column1 =>
541: 'IRC_ALL_RECRUITING_SITES.POSTING_COST_PERIOD'
542: ) then
543: hr_utility.set_location(' Leaving:'||l_proc,80);

Line 686: if hr_multi_message.exception_add

682: hr_utility.set_location(' Leaving:'|| l_proc, 80);
683: exception
684: when app_exception.application_exception then
685: hr_utility.set_location('exception handler'||l_proc, 90);
686: if hr_multi_message.exception_add
687: (p_associated_column1 =>
688: 'IRC_ALL_RECRUITING_SITES.POSTING_COST'
689: ,p_associated_column2 =>
690: 'IRC_ALL_RECRUITING_SITES.POSTING_COST_PERIOD'

Line 778: if hr_multi_message.exception_add

774: hr_utility.set_location(' Leaving:'|| l_proc, 15);
775: --
776: exception
777: when app_exception.application_exception then
778: if hr_multi_message.exception_add
779: (p_associated_column1 =>
780: 'IRC_ALL_RECRUITING_SITES.DATE_FROM'
781: ,p_associated_column2 =>
782: 'IRC_ALL_RECRUITING_SITES.DATE_TO'