DBA Data[Home] [Help]

APPS.PAY_COST_ALLOCATION_SWI dependencies on HR_MULTI_MESSAGE

Line 79: hr_multi_message.enable_message_list;

75: savepoint create_cost_allocation_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: l_cost_allocation_keyflex_id := p_cost_allocation_keyflex_id;

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 178: p_return_status := hr_multi_message.get_return_status_disable;

174: p_effective_start_date := null;
175: p_effective_end_date := null;
176: p_cost_allocation_keyflex_id := l_cost_allocation_keyflex_id;
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_cost_allocation_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 201: p_return_status := hr_multi_message.get_return_status_disable;

197: p_effective_start_date := null;
198: p_effective_end_date := null;
199: p_cost_allocation_keyflex_id := l_cost_allocation_keyflex_id;
200: p_object_version_number := null;
201: p_return_status := hr_multi_message.get_return_status_disable;
202: hr_utility.set_location(' Leaving:' || l_proc,50);
203: end create_cost_allocation;
204: -- ----------------------------------------------------------------------------
205: -- |------------------------< delete_cost_allocation >------------------------|

Line 235: hr_multi_message.enable_message_list;

231: savepoint delete_cost_allocation_swi;
232: --
233: -- Initialise Multiple Message Detection
234: --
235: hr_multi_message.enable_message_list;
236: --
237: -- Remember IN OUT parameter IN values
238: --
239: l_object_version_number := p_object_version_number;

Line 273: p_return_status := hr_multi_message.get_return_status_disable;

269: -- Derive the API return status value based on whether
270: -- messages of any type exist in the Multiple Message List.
271: -- Also disable Multiple Message Detection.
272: --
273: p_return_status := hr_multi_message.get_return_status_disable;
274: hr_utility.set_location(' Leaving:' || l_proc,20);
275: --
276: exception
277: when hr_multi_message.error_message_exist then

Line 277: when hr_multi_message.error_message_exist then

273: p_return_status := hr_multi_message.get_return_status_disable;
274: hr_utility.set_location(' Leaving:' || l_proc,20);
275: --
276: exception
277: when hr_multi_message.error_message_exist then
278: --
279: -- Catch the Multiple Message List exception which
280: -- indicates API processing has been aborted because
281: -- at least one message exists in the list.

Line 290: p_return_status := hr_multi_message.get_return_status_disable;

286: --
287: p_object_version_number := l_object_version_number;
288: p_effective_start_date := null;
289: p_effective_end_date := null;
290: p_return_status := hr_multi_message.get_return_status_disable;
291: hr_utility.set_location(' Leaving:' || l_proc, 30);
292: when others then
293: --
294: -- When Multiple Message Detection is enabled catch

Line 301: if hr_multi_message.unexpected_error_add(l_proc) then

297: -- Multiple Message List. Otherwise re-raise the
298: -- error.
299: --
300: rollback to delete_cost_allocation_swi;
301: if hr_multi_message.unexpected_error_add(l_proc) then
302: hr_utility.set_location(' Leaving:' || l_proc,40);
303: raise;
304: end if;
305: --

Line 311: p_return_status := hr_multi_message.get_return_status_disable;

307: --
308: p_object_version_number := l_object_version_number;
309: p_effective_start_date := null;
310: p_effective_end_date := null;
311: p_return_status := hr_multi_message.get_return_status_disable;
312: hr_utility.set_location(' Leaving:' || l_proc,50);
313: end delete_cost_allocation;
314: -- ----------------------------------------------------------------------------
315: -- |------------------------< update_cost_allocation >------------------------|

Line 384: hr_multi_message.enable_message_list;

380: savepoint update_cost_allocation_swi;
381: --
382: -- Initialise Multiple Message Detection
383: --
384: hr_multi_message.enable_message_list;
385: --
386: -- Remember IN OUT parameter IN values
387: --
388: l_object_version_number := p_object_version_number;

Line 461: p_return_status := hr_multi_message.get_return_status_disable;

457: -- Derive the API return status value based on whether
458: -- messages of any type exist in the Multiple Message List.
459: -- Also disable Multiple Message Detection.
460: --
461: p_return_status := hr_multi_message.get_return_status_disable;
462: hr_utility.set_location(' Leaving:' || l_proc,20);
463: --
464: exception
465: when hr_multi_message.error_message_exist then

Line 465: when hr_multi_message.error_message_exist then

461: p_return_status := hr_multi_message.get_return_status_disable;
462: hr_utility.set_location(' Leaving:' || l_proc,20);
463: --
464: exception
465: when hr_multi_message.error_message_exist then
466: --
467: -- Catch the Multiple Message List exception which
468: -- indicates API processing has been aborted because
469: -- at least one message exists in the list.

Line 480: p_return_status := hr_multi_message.get_return_status_disable;

476: p_combination_name := null;
477: p_cost_allocation_keyflex_id := l_cost_allocation_keyflex_id;
478: p_effective_start_date := null;
479: p_effective_end_date := null;
480: p_return_status := hr_multi_message.get_return_status_disable;
481: hr_utility.set_location(' Leaving:' || l_proc, 30);
482: when others then
483: --
484: -- When Multiple Message Detection is enabled catch

Line 491: if hr_multi_message.unexpected_error_add(l_proc) then

487: -- Multiple Message List. Otherwise re-raise the
488: -- error.
489: --
490: rollback to update_cost_allocation_swi;
491: if hr_multi_message.unexpected_error_add(l_proc) then
492: hr_utility.set_location(' Leaving:' || l_proc,40);
493: raise;
494: end if;
495: --

Line 503: p_return_status := hr_multi_message.get_return_status_disable;

499: p_combination_name := null;
500: p_cost_allocation_keyflex_id := l_cost_allocation_keyflex_id;
501: p_effective_start_date := null;
502: p_effective_end_date := null;
503: p_return_status := hr_multi_message.get_return_status_disable;
504: hr_utility.set_location(' Leaving:' || l_proc,50);
505: end update_cost_allocation;
506: end pay_cost_allocation_swi;