DBA Data[Home] [Help]

APPS.AME_ATR_BUS dependencies on APP_EXCEPTION

Line 81: when app_exception.application_exception then

77: fnd_message.raise_error;
78: end if;
79: end if;
80: exception
81: when app_exception.application_exception then
82: if hr_multi_message.exception_add
83: (p_associated_column1 => 'ATTRIBUTE_ID') then
84: hr_utility.set_location(' Leaving:'|| l_proc, 50);
85: raise;

Line 141: when app_exception.application_exception then

137: fnd_message.set_name('PER','AME_400471_INV_ATTRIBUTE_TYPE');
138: fnd_message.raise_error;
139: end if;
140: exception
141: when app_exception.application_exception then
142: if hr_multi_message.exception_add
143: (p_associated_column1 => 'ATTRIBUTE_TYPE') then
144: hr_utility.set_location(' Leaving:'|| l_proc, 50);
145: raise;

Line 207: when app_exception.application_exception then

203: fnd_message.raise_error;
204: end if;
205: close c_sel1;
206: exception
207: when app_exception.application_exception then
208: if hr_multi_message.exception_add
209: (p_associated_column1 => 'ITEM_CLASS_ID') then
210: hr_utility.set_location(' Leaving:'|| l_proc, 50);
211: raise;

Line 277: when app_exception.application_exception then

273: fnd_message.raise_error;
274: end if;
275: close c_sel1;
276: exception
277: when app_exception.application_exception then
278: if hr_multi_message.exception_add
279: (p_associated_column1 => 'NAME') then
280: hr_utility.set_location(' Leaving:'|| l_proc, 50);
281: raise;

Line 357: when app_exception.application_exception then

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