DBA Data[Home] [Help]

APPS.HR_APPRAISAL_PERIOD_SWI dependencies on HR_MULTI_MESSAGE

Line 79: hr_multi_message.enable_message_list;

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

Line 159: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 163: when hr_multi_message.error_message_exist then

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

Line 174: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 185: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 193: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 222: hr_multi_message.enable_message_list;

218: savepoint delete_appraisal_period_swi;
219: --
220: -- Initialise Multiple Message Detection
221: --
222: hr_multi_message.enable_message_list;
223: --
224: -- Remember IN OUT parameter IN values
225: --
226: --

Line 255: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 259: when hr_multi_message.error_message_exist then

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

Line 269: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 280: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 287: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 359: hr_multi_message.enable_message_list;

355: savepoint update_appraisal_period_swi;
356: --
357: -- Initialise Multiple Message Detection
358: --
359: hr_multi_message.enable_message_list;
360: --
361: -- Remember IN OUT parameter IN values
362: --
363: l_object_version_number := p_object_version_number;

Line 435: p_return_status := hr_multi_message.get_return_status_disable;

431: -- Derive the API return status value based on whether
432: -- messages of any type exist in the Multiple Message List.
433: -- Also disable Multiple Message Detection.
434: --
435: p_return_status := hr_multi_message.get_return_status_disable;
436: hr_utility.set_location(' Leaving:' || l_proc,20);
437: --
438: exception
439: when hr_multi_message.error_message_exist then

Line 439: when hr_multi_message.error_message_exist then

435: p_return_status := hr_multi_message.get_return_status_disable;
436: hr_utility.set_location(' Leaving:' || l_proc,20);
437: --
438: exception
439: when hr_multi_message.error_message_exist then
440: --
441: -- Catch the Multiple Message List exception which
442: -- indicates API processing has been aborted because
443: -- at least one message exists in the list.

Line 450: p_return_status := hr_multi_message.get_return_status_disable;

446: --
447: -- Reset IN OUT parameters and set OUT parameters
448: --
449: p_object_version_number := l_object_version_number;
450: p_return_status := hr_multi_message.get_return_status_disable;
451: hr_utility.set_location(' Leaving:' || l_proc, 30);
452: when others then
453: --
454: -- When Multiple Message Detection is enabled catch

Line 461: if hr_multi_message.unexpected_error_add(l_proc) then

457: -- Multiple Message List. Otherwise re-raise the
458: -- error.
459: --
460: rollback to update_appraisal_period_swi;
461: if hr_multi_message.unexpected_error_add(l_proc) then
462: hr_utility.set_location(' Leaving:' || l_proc,40);
463: raise;
464: end if;
465: --

Line 469: p_return_status := hr_multi_message.get_return_status_disable;

465: --
466: -- Reset IN OUT and set OUT parameters
467: --
468: p_object_version_number := l_object_version_number;
469: p_return_status := hr_multi_message.get_return_status_disable;
470: hr_utility.set_location(' Leaving:' || l_proc,50);
471: end update_appraisal_period;
472: end hr_appraisal_period_swi;