DBA Data[Home] [Help]

APPS.AME_AXU_BUS dependencies on APP_EXCEPTION

Line 65: when app_exception.application_exception then

61: fnd_message.raise_error;
62: end if;
63: close c_sel1;
64: exception
65: when app_exception.application_exception then
66: if hr_multi_message.exception_add
67: (p_associated_column1 => 'ACTION_TYPE_ID') then
68: hr_utility.set_location(' Leaving:'|| l_proc, 50);
69: raise;

Line 120: when app_exception.application_exception then

116: fnd_message.set_name('PER','AME_400663_ACT_USG_EXISTS');
117: fnd_message.raise_error;
118: end if;
119: exception
120: when app_exception.application_exception then
121: if hr_multi_message.exception_add
122: (p_associated_column1 => 'ACTION_TYPE_ID') then
123: hr_utility.set_location(' Leaving:'|| l_proc, 50);
124: raise;

Line 187: when app_exception.application_exception then

183: fnd_message.set_name('PER','AME_400638_INVALID_RULE_TYPE');
184: fnd_message.raise_error;
185: end if;
186: exception
187: when app_exception.application_exception then
188: if hr_multi_message.exception_add
189: (p_associated_column1 => 'RULE_TYPE') then
190: hr_utility.set_location(' Leaving:'|| l_proc, 50);
191: raise;

Line 306: when app_exception.application_exception then

302: fnd_message.raise_error;
303: end if;
304: close c_sel1;
305: exception
306: when app_exception.application_exception then
307: if hr_multi_message.exception_add
308: (p_associated_column1 => 'ACTION_TYPE_ID') then
309: hr_utility.set_location(' Leaving:'|| l_proc, 50);
310: raise;