DBA Data[Home] [Help]

APPS.HR_NMF_BUS dependencies on APP_EXCEPTION

Line 374: when app_exception.application_exception then

370: hr_utility.set_location('Leaving: '||l_proc,70);
371: end if;
372: --
373: Exception
374: when app_exception.application_exception then
375: if hr_multi_message.exception_add
376: (p_associated_column1 => 'HR_NAME_FORMATS.FORMAT_NAME') then
377: if g_debug then
378: hr_utility.set_location(' Leaving:'||l_proc, 80);

Line 438: when app_exception.application_exception then

434: hr_utility.set_location('Leaving:'||l_proc, 70);
435: end if;
436: --
437: Exception
438: when app_exception.application_exception then
439: if hr_multi_message.exception_add
440: (p_associated_column1 => 'HR_NAME_FORMATS.LEGISLATION_CODE') then
441: if g_debug then
442: hr_utility.set_location(' Leaving:'||l_proc, 80);

Line 559: when app_exception.application_exception then

555: if g_debug then
556: hr_utility.set_location('Leaving:'||l_proc, 70);
557: end if;
558: Exception
559: when app_exception.application_exception then
560: if hr_multi_message.exception_add
561: (p_associated_column1 => 'HR_NAME_FORMATS.USER_FORMAT_CHOICE') then
562: if g_debug then
563: hr_utility.set_location(' Leaving:'||l_proc, 80);

Line 677: when app_exception.application_exception then

673: if g_debug then
674: hr_utility.set_location(' Leaving:'||l_proc,70);
675: end if;
676: Exception
677: when app_exception.application_exception then
678: if hr_multi_message.exception_add
679: (p_associated_column1 => 'HR_NAME_FORMATS.FORMAT_MASK') then
680: if g_debug then
681: hr_utility.set_location(' Leaving:'||l_proc, 80);

Line 767: when app_exception.application_exception then

763: if g_debug then
764: hr_utility.set_location(' Leaving:'||l_proc,70);
765: end if;
766: Exception
767: when app_exception.application_exception then
768: if hr_multi_message.exception_add
769: (p_associated_column1 => 'HR_NAME_FORMATS.FORMAT_NAME'
770: ,p_associated_column2 => 'HR_NAME_FORMATS.LEGISLATION_CODE'
771: ,p_associated_column3 => 'HR_NAME_FORMATS.USER_FORMAT_CHOICE') then