DBA Data[Home] [Help]

APPS.AME_GPI_BUS dependencies on APP_EXCEPTION

Line 268: when app_exception.application_exception then

264: end loop;
265: end if;
266: hr_utility.set_location(' Leaving:'||l_proc,30);
267: exception
268: when app_exception.application_exception then
269: if hr_multi_message.exception_add
270: (p_associated_column1 => 'AME_APPROVAL_GROUP_ITEMS.APPROVAL_GROUP_ID'
271: ) then
272: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 351: when app_exception.application_exception then

347: fnd_message.raise_error;
348: end if;
349: hr_utility.set_location(' Leaving:'||l_proc,30);
350: exception
351: when app_exception.application_exception then
352: if hr_multi_message.exception_add
353: (p_associated_column1 => 'AME_APPROVAL_GROUP_ITEMS.APPROVAL_GROUP_ID'
354: ) then
355: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 406: when app_exception.application_exception then

402: fnd_message.raise_error;
403: end if;
404: hr_utility.set_location(' Leaving:'||l_proc,30);
405: exception
406: when app_exception.application_exception then
407: if hr_multi_message.exception_add
408: (p_associated_column1 => 'AME_APPROVAL_GROUP_ITEMS.PARAMETER_NAME'
409: ) then
410: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 534: when app_exception.application_exception then

530: end if;
531: end if;
532: hr_utility.set_location(' Leaving:'||l_proc,30);
533: exception
534: when app_exception.application_exception then
535: if hr_multi_message.exception_add
536: (p_associated_column1 => 'AME_APPROVAL_GROUP_ITEMS.PARAMETER'
537: ) then
538: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 587: when app_exception.application_exception then

583: fnd_message.raise_error;
584: end if;
585: hr_utility.set_location(' Leaving:'||l_proc,30);
586: exception
587: when app_exception.application_exception then
588: if hr_multi_message.exception_add
589: (p_associated_column1 => 'AME_APPROVAL_GROUP_ITEMS.ORDER_NUMBER'
590: ) then
591: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 666: when app_exception.application_exception then

662: fnd_message.raise_error;
663: end if;
664: hr_utility.set_location(' Leaving:'||l_proc,30);
665: exception
666: when app_exception.application_exception then
667: if hr_multi_message.exception_add
668: (p_associated_column1 => 'AME_APPROVAL_GROUP_ITEMS.PARAMETER'
669: ) then
670: hr_utility.set_location(' Leaving:'||l_proc, 40);