DBA Data[Home] [Help]

APPS.AME_GCF_BUS dependencies on APP_EXCEPTION

Line 105: when app_exception.application_exception then

101: fnd_message.raise_error;
102: end if;
103: hr_utility.set_location(' Leaving:'||l_proc,30);
104: exception
105: when app_exception.application_exception then
106: if hr_multi_message.exception_add
107: (p_associated_column1 => 'AME_APPROVAL_GROUP_CONFIG.APPLICATION_ID'
108: ) then
109: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 206: when app_exception.application_exception then

202: end if;
203:
204: hr_utility.set_location(' Leaving:'||l_proc,30);
205: exception
206: when app_exception.application_exception then
207: if hr_multi_message.exception_add
208: (p_associated_column1 => 'AME_APPROVAL_GROUP_CONFIG.APPLICATION_ID'
209: ) then
210: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 274: when app_exception.application_exception then

270: fnd_message.raise_error;
271: end if;
272: hr_utility.set_location(' Leaving:'||l_proc,30);
273: exception
274: when app_exception.application_exception then
275: if hr_multi_message.exception_add
276: (p_associated_column1 => 'AME_APPROVAL_GROUP_CONFIG.APPLICATION_ID'
277: ) then
278: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 342: when app_exception.application_exception then

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

Line 397: when app_exception.application_exception then

393: fnd_message.raise_error;
394: end if;
395: hr_utility.set_location(' Leaving:'||l_proc,30);
396: exception
397: when app_exception.application_exception then
398: if hr_multi_message.exception_add
399: (p_associated_column1 => 'AME_APPROVAL_GROUP_CONFIG.VOTING_REGIME'
400: ) then
401: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 451: when app_exception.application_exception then

447: fnd_message.raise_error;
448: end if;
449: hr_utility.set_location(' Leaving:'||l_proc,30);
450: exception
451: when app_exception.application_exception then
452: if hr_multi_message.exception_add
453: (p_associated_column1 => 'AME_APPROVAL_GROUP_CONFIG.ORDER_NUMBER'
454: ) then
455: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 512: when app_exception.application_exception then

508: fnd_message.raise_error;
509: end if;
510: hr_utility.set_location(' Leaving:'||l_proc,30);
511: exception
512: when app_exception.application_exception then
513: if hr_multi_message.exception_add
514: (p_associated_column1 => 'AME_APPROVAL_GROUP_CONFIG.APPLICATION_ID'
515: ) then
516: hr_utility.set_location(' Leaving:'||l_proc, 40);