DBA Data[Home] [Help]

APPS.AME_GPI_BUS dependencies on APP_EXCEPTION

Line 262: when app_exception.application_exception then

258: end loop;
259: end if;
260: hr_utility.set_location(' Leaving:'||l_proc,30);
261: exception
262: when app_exception.application_exception then
263: if hr_multi_message.exception_add
264: (p_associated_column1 => 'AME_APPROVAL_GROUP_ITEMS.APPROVAL_GROUP_ID'
265: ) then
266: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 345: when app_exception.application_exception then

341: fnd_message.raise_error;
342: end if;
343: hr_utility.set_location(' Leaving:'||l_proc,30);
344: exception
345: when app_exception.application_exception then
346: if hr_multi_message.exception_add
347: (p_associated_column1 => 'AME_APPROVAL_GROUP_ITEMS.APPROVAL_GROUP_ID'
348: ) then
349: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 400: when app_exception.application_exception then

396: fnd_message.raise_error;
397: end if;
398: hr_utility.set_location(' Leaving:'||l_proc,30);
399: exception
400: when app_exception.application_exception then
401: if hr_multi_message.exception_add
402: (p_associated_column1 => 'AME_APPROVAL_GROUP_ITEMS.PARAMETER_NAME'
403: ) then
404: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 528: when app_exception.application_exception then

524: end if;
525: end if;
526: hr_utility.set_location(' Leaving:'||l_proc,30);
527: exception
528: when app_exception.application_exception then
529: if hr_multi_message.exception_add
530: (p_associated_column1 => 'AME_APPROVAL_GROUP_ITEMS.PARAMETER'
531: ) then
532: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 581: when app_exception.application_exception then

577: fnd_message.raise_error;
578: end if;
579: hr_utility.set_location(' Leaving:'||l_proc,30);
580: exception
581: when app_exception.application_exception then
582: if hr_multi_message.exception_add
583: (p_associated_column1 => 'AME_APPROVAL_GROUP_ITEMS.ORDER_NUMBER'
584: ) then
585: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 660: when app_exception.application_exception then

656: fnd_message.raise_error;
657: end if;
658: hr_utility.set_location(' Leaving:'||l_proc,30);
659: exception
660: when app_exception.application_exception then
661: if hr_multi_message.exception_add
662: (p_associated_column1 => 'AME_APPROVAL_GROUP_ITEMS.PARAMETER'
663: ) then
664: hr_utility.set_location(' Leaving:'||l_proc, 40);