DBA Data[Home] [Help]

APPS.AME_MAN_BUS dependencies on APP_EXCEPTION

Line 120: when app_exception.application_exception then

116: fnd_message.raise_error;
117: end if;
118: close c_sel1;
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 185: when app_exception.application_exception then

181: fnd_message.raise_error;
182: end if;
183: close c_sel1;
184: exception
185: when app_exception.application_exception then
186: if hr_multi_message.exception_add
187: (p_associated_column1 => 'ATTRIBUTE_ID') then
188: hr_utility.set_location(' Leaving:'|| l_proc, 50);
189: raise;

Line 222: when app_exception.application_exception then

218:
219: end if;
220: close c_sell;
221: exception
222: when app_exception.application_exception then
223: if hr_multi_message.exception_add
224: (p_associated_column1 => 'ATTRIBUTE_ID') then
225: hr_utility.set_location(' Leaving:'|| l_proc, 50);
226: raise;

Line 258: when app_exception.application_exception then

254: fnd_message.raise_error;
255: end if;
256: close c_sell;
257: exception
258: when app_exception.application_exception then
259: if hr_multi_message.exception_add
260: (p_associated_column1 => 'ACTION_TYPE_ID') then
261: hr_utility.set_location(' Leaving:'|| l_proc, 50);
262: raise;

Line 320: when app_exception.application_exception then

316: fnd_message.raise_error;
317: end if;
318: close c_sel1;
319: exception
320: when app_exception.application_exception then
321: if hr_multi_message.exception_add
322: (p_associated_column1 => 'ACTION_TYPE_ID') then
323: hr_utility.set_location(' Leaving:'|| l_proc, 50);
324: raise;