DBA Data[Home] [Help]

APPS.HR_OTT_BUS dependencies on HR_MULTI_MESSAGE

Line 142: if hr_multi_message.exception_add

138: hr_utility.set_location(' Leaving:'||l_proc,40);
139:
140: exception
141: when app_exception.application_exception then
142: if hr_multi_message.exception_add
143: (p_associated_column1 => 'HR_KI_OPTION_TYPES_TL.OPTION_NAME'
144: )then
145: hr_utility.set_location(' Leaving:'||l_proc, 50);
146: raise;

Line 217: IF hr_multi_message.exception_add

213: hr_utility.set_location(' Leaving:' || l_proc,20);
214:
215: Exception
216: when app_exception.application_exception then
217: IF hr_multi_message.exception_add
218: (p_associated_column1 => 'HR_KI_OPTION_TYPES_TL.OPTION_TYPE_ID'
219: ) THEN
220: hr_utility.set_location(' Leaving:'|| l_proc,30);
221: raise;