DBA Data[Home] [Help]

APPS.HR_APPRAISAL_PERIOD_SWI dependencies on HR_MULTI_MESSAGE

Line 81: hr_multi_message.enable_message_list;

77: savepoint create_appraisal_period_swi;
78: --
79: -- Initialise Multiple Message Detection
80: --
81: hr_multi_message.enable_message_list;
82: --
83: -- Remember IN OUT parameter IN values
84: --
85: --

Line 163: p_return_status := hr_multi_message.get_return_status_disable;

159: -- Derive the API return status value based on whether
160: -- messages of any type exist in the Multiple Message List.
161: -- Also disable Multiple Message Detection.
162: --
163: p_return_status := hr_multi_message.get_return_status_disable;
164: hr_utility.set_location(' Leaving:' || l_proc,20);
165: --
166: exception
167: when hr_multi_message.error_message_exist then

Line 167: when hr_multi_message.error_message_exist then

163: p_return_status := hr_multi_message.get_return_status_disable;
164: hr_utility.set_location(' Leaving:' || l_proc,20);
165: --
166: exception
167: when hr_multi_message.error_message_exist then
168: --
169: -- Catch the Multiple Message List exception which
170: -- indicates API processing has been aborted because
171: -- at least one message exists in the list.

Line 178: p_return_status := hr_multi_message.get_return_status_disable;

174: --
175: -- Reset IN OUT parameters and set OUT parameters
176: --
177: p_object_version_number := null;
178: p_return_status := hr_multi_message.get_return_status_disable;
179: hr_utility.set_location(' Leaving:' || l_proc, 30);
180: when others then
181: --
182: -- When Multiple Message Detection is enabled catch

Line 189: if hr_multi_message.unexpected_error_add(l_proc) then

185: -- Multiple Message List. Otherwise re-raise the
186: -- error.
187: --
188: rollback to create_appraisal_period_swi;
189: if hr_multi_message.unexpected_error_add(l_proc) then
190: hr_utility.set_location(' Leaving:' || l_proc,40);
191: raise;
192: end if;
193: --

Line 197: p_return_status := hr_multi_message.get_return_status_disable;

193: --
194: -- Reset IN OUT and set OUT parameters
195: --
196: p_object_version_number := null;
197: p_return_status := hr_multi_message.get_return_status_disable;
198: hr_utility.set_location(' Leaving:' || l_proc,50);
199: end create_appraisal_period;
200: -- ----------------------------------------------------------------------------
201: -- |------------------------< delete_appraisal_period >-----------------------|

Line 226: hr_multi_message.enable_message_list;

222: savepoint delete_appraisal_period_swi;
223: --
224: -- Initialise Multiple Message Detection
225: --
226: hr_multi_message.enable_message_list;
227: --
228: -- Remember IN OUT parameter IN values
229: --
230: --

Line 259: p_return_status := hr_multi_message.get_return_status_disable;

255: -- Derive the API return status value based on whether
256: -- messages of any type exist in the Multiple Message List.
257: -- Also disable Multiple Message Detection.
258: --
259: p_return_status := hr_multi_message.get_return_status_disable;
260: hr_utility.set_location(' Leaving:' || l_proc,20);
261: --
262: exception
263: when hr_multi_message.error_message_exist then

Line 263: when hr_multi_message.error_message_exist then

259: p_return_status := hr_multi_message.get_return_status_disable;
260: hr_utility.set_location(' Leaving:' || l_proc,20);
261: --
262: exception
263: when hr_multi_message.error_message_exist then
264: --
265: -- Catch the Multiple Message List exception which
266: -- indicates API processing has been aborted because
267: -- at least one message exists in the list.

Line 273: p_return_status := hr_multi_message.get_return_status_disable;

269: rollback to delete_appraisal_period_swi;
270: --
271: -- Reset IN OUT parameters and set OUT parameters
272: --
273: p_return_status := hr_multi_message.get_return_status_disable;
274: hr_utility.set_location(' Leaving:' || l_proc, 30);
275: when others then
276: --
277: -- When Multiple Message Detection is enabled catch

Line 284: if hr_multi_message.unexpected_error_add(l_proc) then

280: -- Multiple Message List. Otherwise re-raise the
281: -- error.
282: --
283: rollback to delete_appraisal_period_swi;
284: if hr_multi_message.unexpected_error_add(l_proc) then
285: hr_utility.set_location(' Leaving:' || l_proc,40);
286: raise;
287: end if;
288: --

Line 291: p_return_status := hr_multi_message.get_return_status_disable;

287: end if;
288: --
289: -- Reset IN OUT and set OUT parameters
290: --
291: p_return_status := hr_multi_message.get_return_status_disable;
292: hr_utility.set_location(' Leaving:' || l_proc,50);
293: end delete_appraisal_period;
294: -- ----------------------------------------------------------------------------
295: -- |------------------------< update_appraisal_period >-----------------------|

Line 365: hr_multi_message.enable_message_list;

361: savepoint update_appraisal_period_swi;
362: --
363: -- Initialise Multiple Message Detection
364: --
365: hr_multi_message.enable_message_list;
366: --
367: -- Remember IN OUT parameter IN values
368: --
369: l_object_version_number := p_object_version_number;

Line 443: p_return_status := hr_multi_message.get_return_status_disable;

439: -- Derive the API return status value based on whether
440: -- messages of any type exist in the Multiple Message List.
441: -- Also disable Multiple Message Detection.
442: --
443: p_return_status := hr_multi_message.get_return_status_disable;
444: hr_utility.set_location(' Leaving:' || l_proc,20);
445: --
446: exception
447: when hr_multi_message.error_message_exist then

Line 447: when hr_multi_message.error_message_exist then

443: p_return_status := hr_multi_message.get_return_status_disable;
444: hr_utility.set_location(' Leaving:' || l_proc,20);
445: --
446: exception
447: when hr_multi_message.error_message_exist then
448: --
449: -- Catch the Multiple Message List exception which
450: -- indicates API processing has been aborted because
451: -- at least one message exists in the list.

Line 458: p_return_status := hr_multi_message.get_return_status_disable;

454: --
455: -- Reset IN OUT parameters and set OUT parameters
456: --
457: p_object_version_number := l_object_version_number;
458: p_return_status := hr_multi_message.get_return_status_disable;
459: hr_utility.set_location(' Leaving:' || l_proc, 30);
460: when others then
461: --
462: -- When Multiple Message Detection is enabled catch

Line 469: if hr_multi_message.unexpected_error_add(l_proc) then

465: -- Multiple Message List. Otherwise re-raise the
466: -- error.
467: --
468: rollback to update_appraisal_period_swi;
469: if hr_multi_message.unexpected_error_add(l_proc) then
470: hr_utility.set_location(' Leaving:' || l_proc,40);
471: raise;
472: end if;
473: --

Line 477: p_return_status := hr_multi_message.get_return_status_disable;

473: --
474: -- Reset IN OUT and set OUT parameters
475: --
476: p_object_version_number := l_object_version_number;
477: p_return_status := hr_multi_message.get_return_status_disable;
478: hr_utility.set_location(' Leaving:' || l_proc,50);
479: end update_appraisal_period;
480: end hr_appraisal_period_swi;