DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_TXNS_API dependencies on APP_EXCEPTION

Line 274: when app_exception.application_exception then

270: p_cea_object_version_number := null;
271: hr_utility.set_location(' Leaving:'||l_proc, 80);
272: hr_utility.set_location(' hr_API.validate_enabled:'||l_proc, 80);
273: --
274: when app_exception.application_exception then
275: p_copy_entity_txn_id := null;
276: p_cea_object_version_number := null;
277:
278: fnd_msg_pub.add;

Line 279: hr_utility.set_location(' app_exception.application_exception:'||l_proc, 80);

275: p_copy_entity_txn_id := null;
276: p_cea_object_version_number := null;
277:
278: fnd_msg_pub.add;
279: hr_utility.set_location(' app_exception.application_exception:'||l_proc, 80);
280:
281: --
282: when others then
283: --

Line 599: when app_exception.application_exception then

595: -- when validation only mode is being used.)
596: --
597: hr_utility.set_location(' Leaving:'||l_proc, 80);
598: --
599: when app_exception.application_exception then
600:
601: fnd_msg_pub.add;
602: hr_utility.set_location(' app_exception.application_exception:'||l_proc, 80);
603:

Line 602: hr_utility.set_location(' app_exception.application_exception:'||l_proc, 80);

598: --
599: when app_exception.application_exception then
600:
601: fnd_msg_pub.add;
602: hr_utility.set_location(' app_exception.application_exception:'||l_proc, 80);
603:
604: --
605: when others then
606: --

Line 5136: when app_exception.application_exception then

5132: p_request_id := null;
5133:
5134: hr_utility.set_location(' Leaving:'||l_proc, 80);
5135: --
5136: when app_exception.application_exception then
5137:
5138: fnd_msg_pub.add;
5139:
5140: --