DBA Data[Home] [Help]

APPS.IRC_ITA_BUS dependencies on APP_EXCEPTION

Line 320: when app_exception.application_exception then

316: --
317: hr_utility.set_location(' Leaving:'||l_proc,40);
318: --
319: exception
320: when app_exception.application_exception then
321: if hr_multi_message.exception_add
322: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.TEMPLATE_ID'
323: ) then
324: hr_utility.set_location(' Leaving:'|| l_proc, 50);

Line 405: when app_exception.application_exception then

401: --
402: hr_utility.set_location(' Leaving:'|| l_proc, 40);
403: --
404: exception
405: when app_exception.application_exception then
406: if hr_multi_message.exception_add
407: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.ORGANIZATION_ID'
408: ) then
409: hr_utility.set_location(' Leaving:'|| l_proc, 50);

Line 491: when app_exception.application_exception then

487: --
488: hr_utility.set_location(' Leaving:'|| l_proc, 40);
489: --
490: exception
491: when app_exception.application_exception then
492: if hr_multi_message.exception_add
493: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.JOB_ID'
494: ) then
495: hr_utility.set_location(' Leaving:'|| l_proc, 50);

Line 579: when app_exception.application_exception then

575: --
576: hr_utility.set_location(' Leaving:'|| l_proc, 40);
577: --
578: exception
579: when app_exception.application_exception then
580: if hr_multi_message.exception_add
581: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.POSITION_ID'
582: ) then
583: hr_utility.set_location(' Leaving:'|| l_proc, 50);

Line 658: when app_exception.application_exception then

654: --
655: hr_utility.set_location(' Leaving:'|| l_proc, 40);
656: --
657: exception
658: when app_exception.application_exception then
659: if hr_multi_message.exception_add
660: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.JOB_ID'
661: ,p_associated_column2 => 'IRC_TEMPLATE_ASSOCIATIONS.ORGANIZATION_ID'
662: ,p_associated_column3 => 'IRC_TEMPLATE_ASSOCIATIONS.POSITION_ID'

Line 787: when app_exception.application_exception then

783: --
784: hr_utility.set_location(' Leaving:'|| l_proc, 40);
785: --
786: exception
787: when app_exception.application_exception then
788: if hr_multi_message.exception_add
789: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.JOB_ID'
790: ,p_associated_column2 => 'IRC_TEMPLATE_ASSOCIATIONS.ORGANIZATION_ID'
791: ,p_associated_column3 => 'IRC_TEMPLATE_ASSOCIATIONS.POSITION_ID'

Line 882: when app_exception.application_exception then

878: end if; -- no exclusive error
879: hr_utility.set_location('Leaving: '||l_proc,50);
880: --
881: exception
882: when app_exception.application_exception then
883: if hr_multi_message.exception_add
884: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.DEFAULT_ASSOCIATION'
885: ) then
886: hr_utility.set_location(' Leaving:'|| l_proc, 60);

Line 968: when app_exception.application_exception then

964: --
965: hr_utility.set_location(' Leaving:'||l_proc,50);
966: --
967: exception
968: when app_exception.application_exception then
969: if hr_multi_message.exception_add
970: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.START_DATE'
971: ,p_associated_column2 => 'IRC_TEMPLATE_ASSOCIATIONS.END_DATE'
972: ) then