DBA Data[Home] [Help]

APPS.AME_ATY_BUS dependencies on APP_EXCEPTION

Line 178: when app_exception.application_exception then

174: fnd_message.raise_error;
175: end if;
176: close c_sel1;
177: exception
178: when app_exception.application_exception then
179: if hr_multi_message.exception_add
180: (p_associated_column1 => 'NAME') then
181: hr_utility.set_location(' Leaving:'|| l_proc, 50);
182: raise;

Line 226: when app_exception.application_exception then

222: (p_api_name => l_proc,
223: p_argument => 'description',
224: p_argument_value => p_description);
225: exception
226: when app_exception.application_exception then
227: if hr_multi_message.exception_add
228: (p_associated_column1 => 'DESCRIPTION') then
229: hr_utility.set_location(' Leaving:'|| l_proc, 50);
230: raise;

Line 297: when app_exception.application_exception then

293: end if;
294: close c_sel1;
295: */
296: exception
297: when app_exception.application_exception then
298: if hr_multi_message.exception_add
299: (p_associated_column1 => 'PROCEDURE_NAME') then
300: hr_utility.set_location(' Leaving:'|| l_proc, 50);
301: raise;

Line 349: when app_exception.application_exception then

345: fnd_message.set_name('PAY','HR_7777_INVALID_PRIMARY_KEY');
346: fnd_message.raise_error;
347: end if;
348: exception
349: when app_exception.application_exception then
350: if hr_multi_message.exception_add
351: (p_associated_column1 => 'DYNAMIC_DESCRIPTION') then
352: hr_utility.set_location(' Leaving:'|| l_proc, 50);
353: raise;

Line 438: when app_exception.application_exception then

434: fnd_message.raise_error;
435: end if;
436: END IF;
437: exception
438: when app_exception.application_exception then
439: if hr_multi_message.exception_add
440: (p_associated_column1 => 'DESCRIPTION_QUERY') then
441: hr_utility.set_location(' Leaving:'|| l_proc, 50);
442: raise;

Line 600: when app_exception.application_exception then

596: fnd_message.raise_error;
597: end if;
598: close c_sel6;
599: exception
600: when app_exception.application_exception then
601: if hr_multi_message.exception_add
602: (p_associated_column1 => 'ACTION_TYPE_ID') then
603: hr_utility.set_location(' Leaving:'|| l_proc, 50);
604: raise;