DBA Data[Home] [Help]

APPS.FF_FFP_BUS dependencies on APP_EXCEPTION

Line 289: when app_exception.application_exception then

285: --
286: hr_utility.set_location('Entering:'|| l_proc, 20);
287: --
288: exception
289: when app_exception.application_exception then
290: if hr_multi_message.exception_add
291: (p_associated_column1 => 'FF_FUNCTION_PARAMETERS.FUNCTION_ID'
292: ) then
293: raise;

Line 335: when app_exception.application_exception then

331: --
332: hr_utility.set_location('Entering:'|| l_proc, 20);
333: --
334: exception
335: when app_exception.application_exception then
336: if hr_multi_message.exception_add
337: (p_associated_column1 => 'FF_FUNCTION_PARAMETERS.CLASS'
338: ) then
339: raise;

Line 376: when app_exception.application_exception then

372: --
373: hr_utility.set_location('Entering:'|| l_proc, 20);
374: --
375: exception
376: when app_exception.application_exception then
377: if hr_multi_message.exception_add
378: (p_associated_column1 => 'FF_FUNCTION_PARAMETERS.DATA_TYPE'
379: ) then
380: raise;

Line 422: when app_exception.application_exception then

418: --
419: hr_utility.set_location('Entering:'|| l_proc, 20);
420: --
421: exception
422: when app_exception.application_exception then
423: if hr_multi_message.exception_add
424: (p_associated_column1 => 'FF_FUNCTION_PARAMETERS.NAME'
425: ) then
426: raise;

Line 476: when app_exception.application_exception then

472: --
473: hr_utility.set_location('Entering:'|| l_proc, 20);
474: --
475: exception
476: when app_exception.application_exception then
477: if hr_multi_message.exception_add
478: (p_associated_column1 => 'FF_FUNCTION_PARAMETERS.OPTIONAL'
479: ) then
480: raise;

Line 531: when app_exception.application_exception then

527: --
528: hr_utility.set_location('Entering:'|| l_proc, 20);
529: --
530: exception
531: when app_exception.application_exception then
532: if hr_multi_message.exception_add
533: (p_associated_column1 => 'FF_FUNCTION_PARAMETERS.CONTINUING_PARAMETER'
534: ) then
535: raise;

Line 579: when app_exception.application_exception then

575: close csr_unique_parameter;
576: end if;
577:
578: exception
579: when app_exception.application_exception then
580: if hr_multi_message.exception_add
581: (p_same_associated_columns => 'Y'
582: ) then
583: raise;