DBA Data[Home] [Help]

APPS.IRC_RAV_BUS dependencies on HR_MULTI_MESSAGE

Line 75: if hr_multi_message.exception_add

71: --
72: hr_utility.set_location(' Leaving:'||l_proc,20);
73: exception
74: when app_exception.application_exception then
75: if hr_multi_message.exception_add
76: (p_associated_column1 => 'IRC_VAC_REC_AREA_VALUES.HIERARCHY_VERSION_ID'
77: ) then
78: hr_utility.set_location(' Leaving:'|| l_proc, 25);
79: raise;

Line 141: if hr_multi_message.exception_add

137: --
138: hr_utility.set_location(' Leaving:'||l_proc,20);
139: exception
140: when app_exception.application_exception then
141: if hr_multi_message.exception_add
142: (p_associated_column1 => 'IRC_VAC_REC_AREA_VALUES.VACANCY_ID'
143: ,p_associated_column2 => 'IRC_VAC_REC_AREA_VALUES.HIERARCHY_VERSION_ID'
144: ) then
145: hr_utility.set_location(' Leaving:'|| l_proc, 25);