DBA Data[Home] [Help]

APPS.IRC_DEFAULT_POSTING_SWI dependencies on HR_UTILITY

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

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

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

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

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

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

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

184: -- error.
185: --
186: rollback to create_default_posting_swi;
187: if hr_multi_message.unexpected_error_add(l_proc) then
188: hr_utility.set_location(' Leaving:' || l_proc,40);
189: raise;
190: end if;
191: --
192: -- Reset IN OUT and set OUT parameters

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

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

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

212: --
213: -- Other variables
214: l_proc varchar2(72) := g_package ||'delete_default_posting';
215: Begin
216: hr_utility.set_location(' Entering:' || l_proc,10);
217: --
218: -- Issue a savepoint
219: --
220: savepoint delete_default_posting_swi;

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

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

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

268: --
269: -- Reset IN OUT parameters and set OUT parameters
270: --
271: p_return_status := hr_multi_message.get_return_status_disable;
272: hr_utility.set_location(' Leaving:' || l_proc, 30);
273: when others then
274: --
275: -- When Multiple Message Detection is enabled catch
276: -- any Application specific or other unexpected

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

279: -- error.
280: --
281: rollback to delete_default_posting_swi;
282: if hr_multi_message.unexpected_error_add(l_proc) then
283: hr_utility.set_location(' Leaving:' || l_proc,40);
284: raise;
285: end if;
286: --
287: -- Reset IN OUT and set OUT parameters

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

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

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

352: --
353: -- Other variables
354: l_proc varchar2(72) := g_package ||'update_default_posting';
355: Begin
356: hr_utility.set_location(' Entering:' || l_proc,10);
357: --
358: -- Issue a savepoint
359: --
360: savepoint update_default_posting_swi;

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

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

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

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

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

466: -- error.
467: --
468: rollback to update_default_posting_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: --
474: -- Reset IN OUT and set OUT parameters

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

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_default_posting;
480: end irc_default_posting_swi;