DBA Data[Home] [Help]

APPS.AME_ACF_INS dependencies on APP_EXCEPTION

Line 356: when app_exception.application_exception then

352: fnd_message.raise_error;
353: end if;
354: END if;
355: exception
356: when app_exception.application_exception then
357: if hr_multi_message.exception_add
358: (p_associated_column1 => 'ORDER_NUMBER') then
359: hr_utility.set_location(' Leaving:'|| l_proc, 50);
360: raise;