DBA Data[Home] [Help]

APPS.IRC_CMM_BUS dependencies on APP_EXCEPTION

Line 325: when app_exception.application_exception then

321: --
322: hr_utility.set_location(' Leaving:'||l_proc,40);
323: --
324: exception
325: when app_exception.application_exception then
326: if hr_multi_message.exception_add
327: (p_associated_column1 => 'IRC_COMM_MESSAGES.COMMUNICATION_TOPIC_ID'
328: ) then
329: --

Line 381: when app_exception.application_exception then

377: --
378: hr_utility.set_location(l_proc,20);
379: --
380: exception
381: when app_exception.application_exception then
382: if hr_multi_message.exception_add
383: (p_associated_column1 => 'IRC_COMM_MESSAGES.MESSAGE_SUBJECT'
384: ) then
385: --

Line 434: when app_exception.application_exception then

430: --
431: hr_utility.set_location(l_proc,20);
432: --
433: exception
434: when app_exception.application_exception then
435: if hr_multi_message.exception_add
436: (p_associated_column1 => 'IRC_COMM_MESSAGES.MESSAGE_BODY'
437: ) then
438: --

Line 481: when app_exception.application_exception then

477: ,p_argument_value => p_message_post_date
478: );
479: --
480: exception
481: when app_exception.application_exception then
482: if hr_multi_message.exception_add
483: (p_associated_column1 => 'IRC_COMM_MESSAGES.MESSAGE_POST_DATE'
484: ) then
485: --

Line 580: when app_exception.application_exception then

576: close csr_sender_agency;
577: end if;
578:
579: exception
580: when app_exception.application_exception then
581: if hr_multi_message.exception_add
582: (p_associated_column1 => 'IRC_COMM_MESSAGES.SENDER_TYPE'
583: ,p_associated_column2 => 'IRC_COMM_MESSAGES.SENDER_ID'
584: ) then

Line 652: when app_exception.application_exception then

648: fnd_message.set_name('PER','IRC_412404_NULL_DOC_ID');
649: fnd_message.raise_error;
650: end if;
651: exception
652: when app_exception.application_exception then
653: if hr_multi_message.exception_add
654: (p_associated_column1 => 'IRC_COMM_MESSAGES.DOCUMENT_TYPE'
655: ,p_associated_column2 => 'IRC_COMM_MESSAGES.DOCUMENT_ID'
656: ) then

Line 691: when app_exception.application_exception then

687: hr_utility.raise_error;
688: end if;
689: --
690: exception
691: when app_exception.application_exception then
692: if hr_multi_message.exception_add
693: (p_associated_column1 => 'IRC_COMM_MESSAGES.DELETED_FLAG'
694: ) then
695: --