DBA Data[Home] [Help]

APPS.PAY_EGU_BUS dependencies on APP_EXCEPTION

Line 298: when app_exception.application_exception then

294:
295: hr_utility.set_location(' Leaving:'|| l_proc, 20);
296:
297: exception
298: when app_exception.application_exception then
299: if hr_multi_message.exception_add
300: (p_associated_column1 => 'PAY_EVENT_GROUP_USAGES.ELEMENT_SET_ID'
301: ) then
302: raise;

Line 396: when app_exception.application_exception then

392:
393: hr_utility.set_location(' Leaving:'|| l_proc, 20);
394:
395: exception
396: when app_exception.application_exception then
397: if hr_multi_message.exception_add
398: (p_associated_column1 => 'PAY_EVENT_GROUP_USAGES.EVENT_GROUP_ID'
399: ) then
400: raise;

Line 496: when app_exception.application_exception then

492: hr_utility.set_location(' Leaving:'|| l_proc, 20);
493:
494: exception
495:
496: when app_exception.application_exception then
497: if hr_multi_message.exception_add
498: (p_associated_column1 => 'PAY_EVENT_GROUP_USAGES.EVENT_GROUP_ID',
499: p_associated_column2 => 'PAY_EVENT_GROUP_USAGES.ELEMENT_SET_ID') then
500: raise;

Line 565: when app_exception.application_exception then

561:
562: hr_utility.set_location(' Leaving:'|| l_proc, 20);
563: --
564: exception
565: when app_exception.application_exception then
566: if hr_multi_message.exception_add
567: (p_associated_column1 => 'PAY_EVENT_GROUP_USAGES.LEGISLATION_CODE'
568: ) then
569: raise;