DBA Data[Home] [Help]

APPS.IRC_IPC_BUS dependencies on APP_EXCEPTION

Line 486: when app_exception.application_exception then

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

Line 561: when app_exception.application_exception then

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

Line 629: when app_exception.application_exception then

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