DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_INFORMATION_SWI dependencies on HR_UTILITY

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

57: --
58: -- Other variables
59: l_proc varchar2(72) := g_package ||'create_config_information';
60: Begin
61: hr_utility.set_location(' Entering:' || l_proc,10);
62: --
63: -- Issue a savepoint
64: --
65: savepoint create_config_information_swi;

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

134: -- messages of any type exist in the Multiple Message List.
135: -- Also disable Multiple Message Detection.
136: --
137: p_return_status := hr_multi_message.get_return_status_disable;
138: hr_utility.set_location(' Leaving:' || l_proc,20);
139: --
140: exception
141: when hr_multi_message.error_message_exist then
142: --

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

150: --
151: p_object_version_number := null;
152: p_config_information_id := null;
153: p_return_status := hr_multi_message.get_return_status_disable;
154: hr_utility.set_location(' Leaving:' || l_proc, 30);
155: when others then
156: --
157: -- When Multiple Message Detection is enabled catch
158: -- any Application specific or other unexpected

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

161: -- error.
162: --
163: rollback to create_config_information_swi;
164: if hr_multi_message.unexpected_error_add(l_proc) then
165: hr_utility.set_location(' Leaving:' || l_proc,40);
166: raise;
167: end if;
168: --
169: -- Reset IN OUT and set OUT parameters

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

170: --
171: p_object_version_number := null;
172: p_config_information_id := null;
173: p_return_status := hr_multi_message.get_return_status_disable;
174: hr_utility.set_location(' Leaving:' || l_proc,50);
175: end create_config_information;
176: -- ----------------------------------------------------------------------------
177: -- |-----------------------< update_config_information >----------------------|
178: -- ----------------------------------------------------------------------------

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

226: --
227: -- Other variables
228: l_proc varchar2(72) := g_package ||'update_config_information';
229: Begin
230: hr_utility.set_location(' Entering:' || l_proc,10);
231: --
232: -- Issue a savepoint
233: --
234: savepoint update_config_information_swi;

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

304: -- messages of any type exist in the Multiple Message List.
305: -- Also disable Multiple Message Detection.
306: --
307: p_return_status := hr_multi_message.get_return_status_disable;
308: hr_utility.set_location(' Leaving:' || l_proc,20);
309: --
310: exception
311: when hr_multi_message.error_message_exist then
312: --

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

319: -- Reset IN OUT parameters and set OUT parameters
320: --
321: p_object_version_number := l_object_version_number;
322: p_return_status := hr_multi_message.get_return_status_disable;
323: hr_utility.set_location(' Leaving:' || l_proc, 30);
324: when others then
325: --
326: -- When Multiple Message Detection is enabled catch
327: -- any Application specific or other unexpected

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

330: -- error.
331: --
332: rollback to update_config_information_swi;
333: if hr_multi_message.unexpected_error_add(l_proc) then
334: hr_utility.set_location(' Leaving:' || l_proc,40);
335: raise;
336: end if;
337: --
338: -- Reset IN OUT and set OUT parameters

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

338: -- Reset IN OUT and set OUT parameters
339: --
340: p_object_version_number := l_object_version_number;
341: p_return_status := hr_multi_message.get_return_status_disable;
342: hr_utility.set_location(' Leaving:' || l_proc,50);
343: end update_config_information;
344: -- ----------------------------------------------------------------------------
345: -- |-----------------------< delete_config_information >----------------------|
346: -- ----------------------------------------------------------------------------

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

358: --
359: -- Other variables
360: l_proc varchar2(72) := g_package ||'delete_config_information';
361: Begin
362: hr_utility.set_location(' Entering:' || l_proc,10);
363: --
364: -- Issue a savepoint
365: --
366: savepoint delete_config_information_swi;

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

400: -- messages of any type exist in the Multiple Message List.
401: -- Also disable Multiple Message Detection.
402: --
403: p_return_status := hr_multi_message.get_return_status_disable;
404: hr_utility.set_location(' Leaving:' || l_proc,20);
405: --
406: exception
407: when hr_multi_message.error_message_exist then
408: --

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

414: --
415: -- Reset IN OUT parameters and set OUT parameters
416: --
417: p_return_status := hr_multi_message.get_return_status_disable;
418: hr_utility.set_location(' Leaving:' || l_proc, 30);
419: when others then
420: --
421: -- When Multiple Message Detection is enabled catch
422: -- any Application specific or other unexpected

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

425: -- error.
426: --
427: rollback to delete_config_information_swi;
428: if hr_multi_message.unexpected_error_add(l_proc) then
429: hr_utility.set_location(' Leaving:' || l_proc,40);
430: raise;
431: end if;
432: --
433: -- Reset IN OUT and set OUT parameters

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

432: --
433: -- Reset IN OUT and set OUT parameters
434: --
435: p_return_status := hr_multi_message.get_return_status_disable;
436: hr_utility.set_location(' Leaving:' || l_proc,50);
437: end delete_config_information;
438: end per_ri_config_information_swi;