DBA Data[Home] [Help]

APPS.HR_TIS_BUS dependencies on HR_MULTI_MESSAGE

Line 132: if hr_multi_message.exception_add

128:
129: hr_utility.set_location(' Leaving:'||l_proc,40);
130: exception
131: when app_exception.application_exception then
132: if hr_multi_message.exception_add
133: (p_associated_column1 => 'HR_KI_TOPIC_INTEGRATIONS.INTEGRATION_ID'
134: )then
135: hr_utility.set_location(' Leaving:'||l_proc, 50);
136: raise;

Line 203: if hr_multi_message.exception_add

199:
200: hr_utility.set_location(' Leaving:'||l_proc,40);
201: exception
202: when app_exception.application_exception then
203: if hr_multi_message.exception_add
204: (p_associated_column1 => 'HR_KI_TOPIC_INTEGRATIONS.TOPIC_ID'
205: )then
206: hr_utility.set_location(' Leaving:'||l_proc, 50);
207: raise;

Line 259: if hr_multi_message.no_exclusive_error

255: -- Only proceed with topic_id/ integration_id validation when the
256: -- Multiple Message List does not already contain an errors
257: -- associated with the topic_id/integration_id columns.
258: --
259: if hr_multi_message.no_exclusive_error
260: (p_check_column1 => 'HR_KI_TOPIC_INTEGRATIONS.TOPIC_ID'
261: ,p_associated_column1 => 'HR_KI_TOPIC_INTEGRATIONS.TOPIC_ID'
262: ,p_check_column2 => 'HR_KI_TOPIC_INTEGRATIONS.INTEGRATION_ID'
263: ,p_associated_column2 => 'HR_KI_TOPIC_INTEGRATIONS.INTEGRATION_ID'

Line 280: if hr_multi_message.exception_add

276:
277: end if;
278: exception
279: when app_exception.application_exception then
280: if hr_multi_message.exception_add
281: (p_same_associated_columns => 'Y'
282: )then
283: hr_utility.set_location(' Leaving:'||l_proc, 40);
284: raise;

Line 344: if hr_multi_message.no_exclusive_error

340: -- Only proceed with topic_id/ integration_id validation when the
341: -- Multiple Message List does not already contain an errors
342: -- associated with the topic_id/integration_id columns.
343: --
344: if hr_multi_message.no_exclusive_error
345: (p_check_column1 => 'HR_KI_TOPIC_INTEGRATIONS.TOPIC_ID'
346: ,p_associated_column1 => 'HR_KI_TOPIC_INTEGRATIONS.TOPIC_ID'
347: ,p_check_column2 => 'HR_KI_TOPIC_INTEGRATIONS.INTEGRATION_ID'
348: ,p_associated_column2 => 'HR_KI_TOPIC_INTEGRATIONS.INTEGRATION_ID'

Line 365: if hr_multi_message.exception_add

361:
362: end if;
363: exception
364: when app_exception.application_exception then
365: if hr_multi_message.exception_add
366: (p_same_associated_columns => 'Y'
367: )then
368: hr_utility.set_location(' Leaving:'||l_proc, 40);
369: raise;