DBA Data[Home] [Help]

APPS.IRC_VCE_BUS dependencies on HR_MULTI_MESSAGE

Line 70: hr_multi_message.add

66: --
67: -- The primary key is invalid therefore we must error
68: --
69: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
70: hr_multi_message.add
71: (p_associated_column1
72: => nvl(p_associated_column1,'VACANCY_ID')
73: ,p_associated_column2
74: => nvl(p_associated_column2,'VARIABLE_COMP_LOOKUP')

Line 289: if hr_multi_message.exception_add

285: --
286: hr_utility.set_location(' Leaving:'||l_proc,25);
287: exception
288: when app_exception.application_exception then
289: if hr_multi_message.exception_add
290: (p_associated_column1 =>
291: 'IRC_VARIABLE_COMP_ELEMENTS.VARIABLE_COMP_LOOKUP'
292: ) then
293: hr_utility.set_location(' Leaving:'||l_proc,30);

Line 357: if hr_multi_message.exception_add

353: --
354: hr_utility.set_location(' Leaving:'||l_proc,20);
355: exception
356: when app_exception.application_exception then
357: if hr_multi_message.exception_add
358: (p_associated_column1 =>
359: 'IRC_VARIABLE_COMP_ELEMENTS.VACANCY_ID'
360: ) then
361: hr_utility.set_location(' Leaving:'||l_proc,25);