DBA Data[Home] [Help]

APPS.HR_OPT_BUS dependencies on APP_EXCEPTION

Line 169: when app_exception.application_exception then

165: close csr_name;
166:
167: hr_utility.set_location(' Leaving:'||l_proc,30);
168: exception
169: when app_exception.application_exception then
170: if hr_multi_message.exception_add
171: (p_associated_column1 => 'HR_KI_OPTIONS.OPTION_TYPE_ID'
172: )then
173: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 232: when app_exception.application_exception then

228: fnd_message.raise_error;
229: end if;
230:
231: exception
232: when app_exception.application_exception then
233: if hr_multi_message.exception_add
234: (p_associated_column1 => 'HR_KI_OPTIONS.OPTION_LEVEL'
235: )then
236: hr_utility.set_location(' Leaving:'||l_proc, 30);

Line 431: when app_exception.application_exception then

427:
428: END IF;
429:
430: exception
431: when app_exception.application_exception then
432: if hr_multi_message.exception_add
433: (p_same_associated_columns => 'Y'
434: )then
435: hr_utility.set_location(' Leaving:'||l_proc, 30);

Line 491: when app_exception.application_exception then

487:
488: end if;
489:
490: exception
491: when app_exception.application_exception then
492: if hr_multi_message.exception_add
493: (p_associated_column1 => 'HR_KI_OPTIONS.ENCRYPTED'
494: )then
495: hr_utility.set_location(' Leaving:'||l_proc, 30);

Line 565: when app_exception.application_exception then

561: close csr_int;
562:
563: hr_utility.set_location(' Leaving:'||l_proc,40);
564: exception
565: when app_exception.application_exception then
566: if hr_multi_message.exception_add
567: (p_associated_column1 => 'HR_KI_OPTIONS.INTEGRATION_ID'
568: )then
569: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 654: when app_exception.application_exception then

650:
651: end if;
652:
653: exception
654: when app_exception.application_exception then
655: if hr_multi_message.exception_add
656: (p_same_associated_columns => 'Y'
657: )then
658: hr_utility.set_location(' Leaving:'||l_proc, 40);