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 269: when app_exception.application_exception then

265: end if;
266: --
267: hr_utility.set_location(' Leaving:'|| l_proc, 3);
268: exception
269: when app_exception.application_exception then
270: if hr_multi_message.exception_add
271: (p_associated_column1 => 'PER_PHONES.PHONE_TYPE'
272: ) then
273: --

Line 448: when app_exception.application_exception then

444: --
445: hr_utility.set_location(' Leaving:'|| l_proc, 5);
446: --
447: exception
448: when app_exception.application_exception then
449: if hr_multi_message.exception_add
450: (p_same_associated_columns => 'Y'
451: ) then
452: --

Line 522: when app_exception.application_exception then

518:
519: hr_utility.set_location(' Leaving:'||l_proc, 5);
520: --
521: exception
522: when app_exception.application_exception then
523: if hr_multi_message.exception_add
524: (p_associated_column1 => 'PER_PHONES.PARENT_TABLE'
525: ) then
526: --

Line 660: when app_exception.application_exception then

656: --
657: hr_utility.set_location(' Leaving:'||l_proc, 25);
658: --
659: exception
660: when app_exception.application_exception then
661: if hr_multi_message.exception_add
662: (p_associated_column1 => 'PER_PHONES.PARENT_ID'
663: ) then
664: --

Line 1187: when app_exception.application_exception then

1183: end if;
1184: end if;
1185: hr_utility.set_location(' Leaving:'||l_proc, 20);
1186: exception
1187: when app_exception.application_exception then
1188: if hr_multi_message.exception_add
1189: (p_associated_column1 => 'PER_PHONES.VALIDITY'
1190: ) then
1191: --