DBA Data[Home] [Help]

APPS.AME_ACT_BUS dependencies on APP_EXCEPTION

Line 185: when app_exception.application_exception then

181: fnd_message.raise_error;
182: end if;
183: close c_sel1;
184: exception
185: when app_exception.application_exception then
186: if hr_multi_message.exception_add
187: (p_associated_column1 => 'ACTION_TYPE_ID') then
188: hr_utility.set_location(' Leaving:'|| l_proc, 50);
189: raise;

Line 389: when app_exception.application_exception then

385: fnd_message.set_name('PER','AME_400603_INVALID_ACT_PARAM');
386: fnd_message.raise_error;
387: end if;
388: exception
389: when app_exception.application_exception then
390: if hr_multi_message.exception_add
391: (p_associated_column1 => 'PARAMETER') then
392: hr_utility.set_location(' Leaving:'|| l_proc, 50);
393: raise;

Line 457: when app_exception.application_exception then

453: -- Message needed
454: fnd_message.raise_error;
455: END IF;
456: exception
457: when app_exception.application_exception then
458: if hr_multi_message.exception_add
459: (p_associated_column1 => 'DESCRIPTION') then
460: hr_utility.set_location(' Leaving:'|| l_proc, 50);
461: raise;

Line 526: when app_exception.application_exception then

522: fnd_message.raise_error;
523: end if;
524: close c_sel1;
525: exception
526: when app_exception.application_exception then
527: if hr_multi_message.exception_add
528: (p_associated_column1 => 'ACTION_ID') then
529: hr_utility.set_location(' Leaving:'|| l_proc, 50);
530: raise;