DBA Data[Home] [Help]

APPS.AME_ACF_BUS dependencies on APP_EXCEPTION

Line 121: when app_exception.application_exception then

117: fnd_message.raise_error;
118: end if;
119: close c_sel1;
120: exception
121: when app_exception.application_exception then
122: if hr_multi_message.exception_add
123: (p_associated_column1 => 'ACTION_TYPE_ID') then
124: hr_utility.set_location(' Leaving:'|| l_proc, 50);
125: raise;

Line 187: when app_exception.application_exception then

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

Line 247: when app_exception.application_exception then

243: fnd_message.set_token('TABLE_NAME','ame_action_type_config');
244: fnd_message.raise_error;
245: END if;
246: exception
247: when app_exception.application_exception then
248: if hr_multi_message.exception_add
249: (p_associated_column1 => 'APPLICATION_ID') then
250: hr_utility.set_location(' Leaving:'|| l_proc, 50);
251: raise;

Line 315: when app_exception.application_exception then

311: fnd_message.set_name('PER','AME_400564_APG_INVALID_VOT_REG');
312: fnd_message.raise_error;
313: end if;
314: exception
315: when app_exception.application_exception then
316: if hr_multi_message.exception_add
317: (p_associated_column1 => 'VOTING_REGIME') then
318: hr_utility.set_location(' Leaving:'|| l_proc, 50);
319: raise;

Line 381: when app_exception.application_exception then

377: fnd_message.set_name('PER','AME_400576_INV_ACT_COA_MODE');
378: fnd_message.raise_error;
379: end if;
380: exception
381: when app_exception.application_exception then
382: if hr_multi_message.exception_add
383: (p_associated_column1 => 'CHAIN_ORDERING_MODE') then
384: hr_utility.set_location(' Leaving:'|| l_proc, 50);
385: raise;

Line 451: when app_exception.application_exception then

447: fnd_message.set_name('PER','AME_400565_INVALID_ORDER_NUM');
448: fnd_message.raise_error;
449: end if;
450: exception
451: when app_exception.application_exception then
452: if hr_multi_message.exception_add
453: (p_associated_column1 => 'ORDER_NUMBER') then
454: hr_utility.set_location(' Leaving:'|| l_proc, 50);
455: raise;

Line 542: when app_exception.application_exception then

538: end if;
539: close c_sel1;
540:
541: exception
542: when app_exception.application_exception then
543: if hr_multi_message.exception_add
544: (p_associated_column1 => 'ACTION_TYPE_ID') then
545: hr_utility.set_location(' Leaving:'|| l_proc, 50);
546: raise;