DBA Data[Home] [Help]

APPS.IRC_IRT_BUS dependencies on HR_MULTI_MESSAGE

Line 190: if hr_multi_message.exception_add

186: end if;
187: hr_utility.set_location(' Leaving:'||l_proc,35);
188: exception
189: when app_exception.application_exception then
190: if hr_multi_message.exception_add
191: (p_associated_column1 => 'irc_all_recruiting_sites_tl.site_name'
192: )then
193: hr_utility.set_location(' Leaving:'||l_proc, 40);
194: raise;

Line 266: if hr_multi_message.exception_add

262: end if;
263: hr_utility.set_location(' Leaving:'||l_proc,70);
264: exception
265: when app_exception.application_exception then
266: if hr_multi_message.exception_add
267: (p_associated_column1 =>
268: 'IRC_ALL_RECRUITING_SITES_TL.REDIRECTION_URL'
269: ) then
270: hr_utility.set_location(' Leaving:'||l_proc,80);

Line 348: if hr_multi_message.exception_add

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