DBA Data[Home] [Help]

APPS.HR_NMF_BUS dependencies on HR_MULTI_MESSAGE

Line 375: if hr_multi_message.exception_add

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);
379: end if;

Line 439: if hr_multi_message.exception_add

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);
443: end if;

Line 560: if hr_multi_message.exception_add

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);
564: end if;

Line 678: if hr_multi_message.exception_add

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);
682: end if;

Line 768: if hr_multi_message.exception_add

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
772: if g_debug then