DBA Data[Home] [Help]

APPS.FF_FFN_BUS dependencies on APP_EXCEPTION

Line 215: when app_exception.application_exception then

211:
212: hr_utility.set_location(' Leaving:'|| l_proc, 20);
213: --
214: exception
215: when app_exception.application_exception then
216: if hr_multi_message.exception_add
217: (p_associated_column1 => 'FF_FUNCTIONS.LEGISLATION_CODE'
218: ) then
219: raise;

Line 267: when app_exception.application_exception then

263: --
264: hr_utility.set_location('Entering:'|| l_proc, 40);
265: --
266: exception
267: when app_exception.application_exception then
268: if hr_multi_message.exception_add
269: (p_associated_column1 => 'FF_FUNCTIONS.CLASS'
270: ) then
271: raise;

Line 308: when app_exception.application_exception then

304: --
305: hr_utility.set_location('Entering:'|| l_proc, 20);
306: --
307: exception
308: when app_exception.application_exception then
309: if hr_multi_message.exception_add
310: (p_associated_column1 => 'FF_FUNCTIONS.DATA_TYPE'
311: ) then
312: raise;

Line 354: when app_exception.application_exception then

350: --
351: hr_utility.set_location('Entering:'|| l_proc, 20);
352: --
353: exception
354: when app_exception.application_exception then
355: if hr_multi_message.exception_add
356: (p_associated_column1 => 'FF_FUNCTIONS.NAME'
357: ) then
358: raise;

Line 398: when app_exception.application_exception then

394: null);
395: end if;
396: --
397: exception
398: when app_exception.application_exception then
399: if hr_multi_message.exception_add
400: (p_associated_column1 => 'FF_FUNCTIONS.ALIAS_NAME'
401: ) then
402: raise;