DBA Data[Home] [Help]

APPS.HR_DTY_BUS dependencies on APP_EXCEPTION

Line 181: when app_exception.application_exception then

177: hr_utility.set_location(l_proc, 20);
178: --
179:
180: exception
181: when app_exception.application_exception then
182: if hr_multi_message.exception_add
183: (p_associated_column1 => 'hr_document_types.category_code'
184: ) then
185: hr_utility.set_location('Leaving:'||l_proc, 50);

Line 274: when app_exception.application_exception then

270: hr_utility.set_location(l_proc, 20);
271: --
272:
273: exception
274: when app_exception.application_exception then
275: if hr_multi_message.exception_add
276: (p_associated_column1 => 'hr_document_types.sub_category_code'
277: ) then
278: hr_utility.set_location('Leaving:'||l_proc, 50);

Line 360: when app_exception.application_exception then

356: end if;
357: hr_utility.set_location(l_proc, 20);
358:
359: exception
360: when app_exception.application_exception then
361: if hr_multi_message.exception_add
362: (p_same_associated_columns => 'Y'
363: ) then
364: hr_utility.set_location('Leaving:'||l_proc, 50);

Line 452: when app_exception.application_exception then

448: hr_utility.set_location(l_proc, 20);
449: --
450:
451: exception
452: when app_exception.application_exception then
453: if hr_multi_message.exception_add
454: (p_same_associated_columns => 'Y'
455: ) then
456: hr_utility.set_location('Leaving:'||l_proc, 50);

Line 533: when app_exception.application_exception then

529: hr_utility.set_location(l_proc, 20);
530: --
531:
532: exception
533: when app_exception.application_exception then
534: if hr_multi_message.exception_add
535: (p_same_associated_columns => 'Y'
536: ) then
537: hr_utility.set_location('Leaving:'||l_proc, 50);

Line 623: when app_exception.application_exception then

619: hr_utility.set_location(l_proc, 20);
620: --
621:
622: exception
623: when app_exception.application_exception then
624: if hr_multi_message.exception_add
625: (p_same_associated_columns => 'Y'
626: ) then
627: hr_utility.set_location('Leaving:'||l_proc, 50);

Line 715: when app_exception.application_exception then

711: hr_utility.set_location(l_proc, 20);
712: --
713:
714: exception
715: when app_exception.application_exception then
716: if hr_multi_message.exception_add
717: (p_same_associated_columns => 'Y'
718: ) then
719: hr_utility.set_location('Leaving:'||l_proc, 50);