DBA Data[Home] [Help]

APPS.PER_PHN_BUS dependencies on APP_EXCEPTION

Line 155: when app_exception.application_exception then

151: --
152: hr_utility.set_location(' Leaving:'||l_proc, 3);
153: --
154: exception
155: when app_exception.application_exception then
156: if hr_multi_message.exception_add
157: (p_associated_column1 => 'PER_PHONES.DATE_FROM'
158: ,p_associated_column2 => 'PER_PHONES.DATE_TO'
159: ) then

Line 275: when app_exception.application_exception then

271: -- end if;
272: --
273: hr_utility.set_location(' Leaving:'|| l_proc, 3);
274: exception
275: when app_exception.application_exception then
276: if hr_multi_message.exception_add
277: (p_associated_column1 => 'PER_PHONES.PHONE_TYPE'
278: ) then
279: --

Line 454: when app_exception.application_exception then

450: --
451: hr_utility.set_location(' Leaving:'|| l_proc, 5);
452: --
453: exception
454: when app_exception.application_exception then
455: if hr_multi_message.exception_add
456: (p_same_associated_columns => 'Y'
457: ) then
458: --

Line 528: when app_exception.application_exception then

524:
525: hr_utility.set_location(' Leaving:'||l_proc, 5);
526: --
527: exception
528: when app_exception.application_exception then
529: if hr_multi_message.exception_add
530: (p_associated_column1 => 'PER_PHONES.PARENT_TABLE'
531: ) then
532: --

Line 666: when app_exception.application_exception then

662: --
663: hr_utility.set_location(' Leaving:'||l_proc, 25);
664: --
665: exception
666: when app_exception.application_exception then
667: if hr_multi_message.exception_add
668: (p_associated_column1 => 'PER_PHONES.PARENT_ID'
669: ) then
670: --

Line 1193: when app_exception.application_exception then

1189: end if;
1190: end if;
1191: hr_utility.set_location(' Leaving:'||l_proc, 20);
1192: exception
1193: when app_exception.application_exception then
1194: if hr_multi_message.exception_add
1195: (p_associated_column1 => 'PER_PHONES.VALIDITY'
1196: ) then
1197: --