DBA Data[Home] [Help]

APPS.FF_FCU_BUS dependencies on APP_EXCEPTION

Line 297: when app_exception.application_exception then

293: ff_fcu_shd.constraint_error('FF_FUNCTION_CONTEXT_USAGES_FK1');
294: end if;
295: close csr_function_id;
296: exception
297: when app_exception.application_exception then
298: if hr_multi_message.exception_add
299: (p_associated_column1 => 'FF_FUNCTION_CONTEXT_USAGES.FUNCTION_ID'
300: ) then
301: raise;

Line 342: when app_exception.application_exception then

338: ff_fcu_shd.constraint_error('FF_FUNCTION_CONTEXT_USAGES_FK2');
339: end if;
340: close csr_context;
341: exception
342: when app_exception.application_exception then
343: if hr_multi_message.exception_add
344: (p_associated_column1 => 'FF_FUNCTION_CONTEXT_USAGES.CONTEXT_ID'
345: ) then
346: raise;

Line 394: when app_exception.application_exception then

390: end if;
391: close csr_unique_context;
392: end if;
393: exception
394: when app_exception.application_exception then
395: if hr_multi_message.exception_add
396: (p_same_associated_columns => 'Y'
397: ) then
398: raise;