DBA Data[Home] [Help]

APPS.IRC_IPC_BUS dependencies on HR_MULTI_MESSAGE

Line 487: if hr_multi_message.exception_add

483: end if;
484: hr_utility.set_location(' Leaving:'||l_proc,45);
485: exception
486: when app_exception.application_exception then
487: if hr_multi_message.exception_add
488: (p_associated_column1 => 'IRC_POSTING_CONTENTS.DISPLAY_MANAGER_INFO'
489: )then
490: hr_utility.set_location(' Leaving:'||l_proc, 50);
491: raise;

Line 562: if hr_multi_message.exception_add

558: end if;
559: hr_utility.set_location(' Leaving:'||l_proc,45);
560: exception
561: when app_exception.application_exception then
562: if hr_multi_message.exception_add
563: (p_associated_column1 => 'IRC_POSTING_CONTENTS.DISPLAY_RECRUITER_INFO'
564: )then
565: hr_utility.set_location(' Leaving:'||l_proc, 50);
566: raise;

Line 630: if hr_multi_message.exception_add

626: close csr_posting_content;
627: hr_utility.set_location(l_proc,30);
628: exception
629: when app_exception.application_exception then
630: if hr_multi_message.exception_add
631: (p_associated_column1 => 'IRC_POSTING_CONTENTS.POSTING_CONTENT_ID'
632: )then
633: hr_utility.set_location(l_proc,40);
634: raise;