DBA Data[Home] [Help]

APPS.PAY_ECU_BUS dependencies on APP_EXCEPTION

Line 301: when app_exception.application_exception then

297: END IF;
298: END IF;
299: --
300: exception
301: when app_exception.application_exception then
302: if hr_multi_message.exception_add
303: (p_associated_column1 =>
304: 'PAY_ELEMENT_CLASS_USAGES_F.RUN_TYPE_ID') then
305: raise;

Line 457: when app_exception.application_exception then

453: END IF;
454: END IF;
455: --
456: exception
457: when app_exception.application_exception then
458: if hr_multi_message.exception_add
459: (p_associated_column1 =>
460: 'PAY_ELEMENT_CLASS_USAGES_F.CLASSIFICATION_ID') then
461: raise;

Line 531: when app_exception.application_exception then

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