DBA Data[Home] [Help]

APPS.PER_PRT_BUS dependencies on APP_EXCEPTION

Line 148: when app_exception.application_exception then

144:
145: end if;
146: hr_utility.set_location(' Leaving:'|| l_proc, 30);
147: exception
148: when app_exception.application_exception then
149: if hr_multi_message.exception_add
150: (p_associated_column1 => 'PER_PERFORMANCE_RATINGS.APPRAISAL_ID'
151: ) then
152: raise;

Line 311: when app_exception.application_exception then

307: */
308: end if; -- api_updating
309: hr_utility.set_location(' Leaving:'|| l_proc, 70);
310: exception
311: when app_exception.application_exception then
312: if hr_multi_message.exception_add
313: (p_associated_column1 => 'PER_PERFORMANCE_RATINGS.OBJECTIVE_ID'
314: ) then
315: raise;

Line 505: when app_exception.application_exception then

501: end if;
502:
503: hr_utility.set_location(' Leaving:'|| l_proc, 100);
504: exception
505: when app_exception.application_exception then
506: if hr_multi_message.exception_add
507: (p_associated_column1 => 'PER_PERFORMANCE_RATINGS.PERFORMANCE_LEVEL_ID'
508: ) then
509: raise;

Line 601: when app_exception.application_exception then

597:
598: hr_utility.set_location('Leaving:'|| l_proc, 30);
599:
600: exception
601: when app_exception.application_exception then
602: if hr_multi_message.exception_add
603: (p_associated_column1 => 'PER_PERFORMANCE_RATINGS.APPRAISAL_ID'
604: ,p_associated_column2 => 'PER_PERFORMANCE_RATINGS.OBJECTIVE_ID'
605: ,p_associated_column3 => 'PER_PERFORMANCE_RATINGS.PERSON_ID'