DBA Data[Home] [Help]

APPS.PER_APL_BUS dependencies on APP_EXCEPTION

Line 828: when app_exception.application_exception then

824: --
825: hr_utility.set_location(' Leaving:' || l_proc, 31);
826: --
827: exception
828: when app_exception.application_exception then
829: if hr_multi_message.exception_add
830: (p_associated_column1 => 'PER_APPLICATIONS.SUCCESSFUL_FLAG'
831: ) then
832: hr_utility.set_location(' Leaving:' || l_proc,40);

Line 901: when app_exception.application_exception then

897: end if;
898: --
899: hr_utility.set_location(' Leaving:'|| l_proc, 31);
900: exception
901: when app_exception.application_exception then
902: if hr_multi_message.exception_add
903: (p_associated_column1 => 'PER_APPLICATIONS.TERMINATION_REASON'
904: ) then
905: hr_utility.set_location(' Leaving:'||l_proc,40);