DBA Data[Home] [Help]

APPS.HR_ITL_BUS dependencies on HR_MULTI_MESSAGE

Line 136: IF hr_multi_message.exception_add

132: hr_utility.set_location(' Leaving:' || l_proc,20);
133:
134: Exception
135: when app_exception.application_exception then
136: IF hr_multi_message.exception_add
137: (p_associated_column1 => 'HR_KI_INTEGRATIONS_TL.INTEGRATION_ID'
138: ) THEN
139: hr_utility.set_location(' Leaving:'|| l_proc,30);
140: raise;

Line 232: if hr_multi_message.exception_add

228:
229: hr_utility.set_location(' Leaving:'||l_proc,50);
230: exception
231: when app_exception.application_exception then
232: if hr_multi_message.exception_add
233: (p_associated_column1 => 'HR_KI_INTEGRATIONS_TL.SERVICE_NAME'
234: )then
235: hr_utility.set_location(' Leaving:'||l_proc, 60);
236: raise;