DBA Data[Home] [Help]

APPS.PER_PAR_BUS dependencies on APP_EXCEPTION

Line 317: when app_exception.application_exception then

313: --
314: hr_utility.set_location('Leaving: '||l_proc,20);
315: --
316: EXCEPTION
317: when app_exception.application_exception then
318: if hr_multi_message.exception_add
319: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPATION_TYPE'
320: ) then
321: raise;

Line 379: when app_exception.application_exception then

375: --
376: hr_utility.set_location('Leaving: '||l_proc,20);
377: --
378: EXCEPTION
379: when app_exception.application_exception then
380: if hr_multi_message.exception_add
381: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPATION_STATUS'
382: ) then
383: raise;

Line 450: when app_exception.application_exception then

446: hr_utility.set_location(l_proc, 3);
447: --
448: hr_utility.set_location('Leaving: '|| l_proc, 10);
449: EXCEPTION
450: when app_exception.application_exception then
451: if hr_multi_message.exception_add
452: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPATION_IN_TABLE'
453: ) then
454: raise;

Line 524: when app_exception.application_exception then

520: --
521: hr_utility.set_location('Leaving: '|| l_proc, 10);
522:
523: EXCEPTION
524: when app_exception.application_exception then
525: if hr_multi_message.exception_add
526: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPATION_IN_COLUMN'
527: ) then
528: raise;

Line 693: when app_exception.application_exception then

689: -- and close down if necessary.
690: --
691: Exception
692:
693: when app_exception.application_exception then
694: if hr_multi_message.exception_add
695: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPATION_IN_ID'
696: ) then
697: raise;

Line 981: when app_exception.application_exception then

977: --
978: hr_utility.set_location('Leaving: '|| l_proc, 10);
979: --
980: EXCEPTION
981: when app_exception.application_exception then
982: if hr_multi_message.exception_add
983: (p_associated_column1 => 'PER_PARTICIPANTS.PERSON_ID'
984: ) then
985: raise;

Line 1212: WHEN app_exception.application_exception THEN

1208:
1209: hr_utility.set_location('Leaving:'|| l_proc, 970);
1210: EXCEPTION
1211:
1212: WHEN app_exception.application_exception THEN
1213: IF hr_multi_message.exception_add
1214: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPANT_USAGE_STATUS')
1215: THEN
1216: hr_utility.set_location(' Leaving:'|| l_proc, 980);