DBA Data[Home] [Help]

APPS.HR_TIS_BUS dependencies on APP_EXCEPTION

Line 131: when app_exception.application_exception then

127: close csr_int;
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);

Line 202: when app_exception.application_exception then

198: close csr_int;
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);

Line 279: when app_exception.application_exception then

275: close csr_int_options;
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);

Line 364: when app_exception.application_exception then

360: close csr_int_options;
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);