DBA Data[Home] [Help]

APPS.AME_RUL_BUS dependencies on APP_EXCEPTION

Line 78: when app_exception.application_exception then

74: fnd_message.set_name('PER','AME_400207_RUL_DESC_LONG');
75: fnd_message.raise_error;
76: end if;
77: exception
78: when app_exception.application_exception then
79: if hr_multi_message.exception_add
80: (p_associated_column1 => 'DESCRIPTION') then
81: hr_utility.set_location(' Leaving:'|| l_proc, 50);
82: raise;

Line 148: when app_exception.application_exception then

144: end if;
145: close c_sel1;
146: end if;
147: exception
148: when app_exception.application_exception then
149: if hr_multi_message.exception_add
150: (p_associated_column1 => 'ITEM_CLASS_ID') then
151: hr_utility.set_location(' Leaving:'|| l_proc, 50);
152: raise;

Line 256: when app_exception.application_exception then

252: fnd_message.set_name('PER','AME_400468_RULE_TYPE_INVALID');
253: fnd_message.raise_error;
254: end if;
255: exception
256: when app_exception.application_exception then
257: if hr_multi_message.exception_add
258: (p_associated_column1 => 'RULE_TYPE') then
259: hr_utility.set_location(' Leaving:'|| l_proc, 50);
260: raise;

Line 379: when app_exception.application_exception then

375: fnd_message.raise_error;
376: end if;
377: end if;
378: exception
379: when app_exception.application_exception then
380: if hr_multi_message.exception_add
381: (p_associated_column1 => 'START_DATE') then
382: hr_utility.set_location(' Leaving:'|| l_proc, 50);
383: raise;

Line 478: when app_exception.application_exception then

474: fnd_message.raise_error;
475: end if;
476: close c_sel3;
477: exception
478: when app_exception.application_exception then
479: if hr_multi_message.exception_add
480: (p_associated_column1 => 'ATTRIBUTE_ID') then
481: hr_utility.set_location(' Leaving:'|| l_proc, 50);
482: raise;