DBA Data[Home] [Help]

APPS.PAY_COST_ALLOCATION_SWI dependencies on HR_UTILITY

Line 71: hr_utility.set_location(' Entering:' || l_proc,10);

67: -- Other variables
68: l_cost_allocation_id number;
69: l_proc varchar2(72) := g_package ||'create_cost_allocation';
70: Begin
71: hr_utility.set_location(' Entering:' || l_proc,10);
72: --
73: -- Issue a savepoint
74: --
75: savepoint create_cost_allocation_swi;

Line 160: hr_utility.set_location(' Leaving:' || l_proc,20);

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
164: --

Line 179: hr_utility.set_location(' Leaving:' || l_proc, 30);

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
183: -- any Application specific or other unexpected

Line 190: hr_utility.set_location(' Leaving:' || l_proc,40);

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: --
194: -- Reset IN OUT and set OUT parameters

Line 202: hr_utility.set_location(' Leaving:' || l_proc,50);

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 >------------------------|
206: -- ----------------------------------------------------------------------------

Line 227: hr_utility.set_location(' Entering:' || l_proc,10);

223: --
224: -- Other variables
225: l_proc varchar2(72) := g_package ||'delete_cost_allocation';
226: Begin
227: hr_utility.set_location(' Entering:' || l_proc,10);
228: --
229: -- Issue a savepoint
230: --
231: savepoint delete_cost_allocation_swi;

Line 274: hr_utility.set_location(' Leaving:' || l_proc,20);

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
278: --

Line 291: hr_utility.set_location(' Leaving:' || l_proc, 30);

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
295: -- any Application specific or other unexpected

Line 302: hr_utility.set_location(' Leaving:' || l_proc,40);

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: --
306: -- Reset IN OUT and set OUT parameters

Line 312: hr_utility.set_location(' Leaving:' || l_proc,50);

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 >------------------------|
316: -- ----------------------------------------------------------------------------

Line 376: hr_utility.set_location(' Entering:' || l_proc,10);

372: --
373: -- Other variables
374: l_proc varchar2(72) := g_package ||'update_cost_allocation';
375: Begin
376: hr_utility.set_location(' Entering:' || l_proc,10);
377: --
378: -- Issue a savepoint
379: --
380: savepoint update_cost_allocation_swi;

Line 462: hr_utility.set_location(' Leaving:' || l_proc,20);

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
466: --

Line 481: hr_utility.set_location(' Leaving:' || l_proc, 30);

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
485: -- any Application specific or other unexpected

Line 492: hr_utility.set_location(' Leaving:' || l_proc,40);

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: --
496: -- Reset IN OUT and set OUT parameters

Line 504: hr_utility.set_location(' Leaving:' || l_proc,50);

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;