DBA Data[Home] [Help]

APPS.PAY_USER_ROW_SWI dependencies on HR_UTILITY

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

36: --
37: -- Other variables
38: l_proc varchar2(72) := g_package ||'create_user_row';
39: Begin
40: hr_utility.set_location(' Entering:' || l_proc,10);
41: --
42: -- Issue a savepoint
43: --
44: savepoint create_user_row_swi;

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

96: -- messages of any type exist in the Multiple Message List.
97: -- Also disable Multiple Message Detection.
98: --
99: p_return_status := hr_multi_message.get_return_status_disable;
100: hr_utility.set_location(' Leaving:' || l_proc,20);
101: --
102: exception
103: when hr_multi_message.error_message_exist then
104: --

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

115: p_object_version_number := null;
116: p_effective_start_date := null;
117: p_effective_end_date := null;
118: p_return_status := hr_multi_message.get_return_status_disable;
119: hr_utility.set_location(' Leaving:' || l_proc, 30);
120: when others then
121: --
122: -- When Multiple Message Detection is enabled catch
123: -- any Application specific or other unexpected

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

126: -- error.
127: --
128: rollback to create_user_row_swi;
129: if hr_multi_message.unexpected_error_add(l_proc) then
130: hr_utility.set_location(' Leaving:' || l_proc,40);
131: raise;
132: end if;
133: --
134: -- Reset IN OUT and set OUT parameters

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

138: p_object_version_number := null;
139: p_effective_start_date := null;
140: p_effective_end_date := null;
141: p_return_status := hr_multi_message.get_return_status_disable;
142: hr_utility.set_location(' Leaving:' || l_proc,50);
143: end create_user_row;
144: -- ----------------------------------------------------------------------------
145: -- |----------------------------< update_user_row >---------------------------|
146: -- ----------------------------------------------------------------------------

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

171: --
172: -- Other variables
173: l_proc varchar2(72) := g_package ||'update_user_row';
174: Begin
175: hr_utility.set_location(' Entering:' || l_proc,10);
176: --
177: -- Issue a savepoint
178: --
179: savepoint update_user_row_swi;

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

230: -- messages of any type exist in the Multiple Message List.
231: -- Also disable Multiple Message Detection.
232: --
233: p_return_status := hr_multi_message.get_return_status_disable;
234: hr_utility.set_location(' Leaving:' || l_proc,20);
235: --
236: exception
237: when hr_multi_message.error_message_exist then
238: --

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

248: p_object_version_number := l_object_version_number;
249: p_effective_start_date := null;
250: p_effective_end_date := null;
251: p_return_status := hr_multi_message.get_return_status_disable;
252: hr_utility.set_location(' Leaving:' || l_proc, 30);
253: when others then
254: --
255: -- When Multiple Message Detection is enabled catch
256: -- any Application specific or other unexpected

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

259: -- error.
260: --
261: rollback to update_user_row_swi;
262: if hr_multi_message.unexpected_error_add(l_proc) then
263: hr_utility.set_location(' Leaving:' || l_proc,40);
264: raise;
265: end if;
266: --
267: -- Reset IN OUT and set OUT parameters

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

270: p_object_version_number := l_object_version_number;
271: p_effective_start_date := null;
272: p_effective_end_date := null;
273: p_return_status := hr_multi_message.get_return_status_disable;
274: hr_utility.set_location(' Leaving:' || l_proc,50);
275: end update_user_row;
276: -- ----------------------------------------------------------------------------
277: -- |----------------------------< delete_user_row >---------------------------|
278: -- ----------------------------------------------------------------------------

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

297: --
298: -- Other variables
299: l_proc varchar2(72) := g_package ||'delete_user_row';
300: Begin
301: hr_utility.set_location(' Entering:' || l_proc,10);
302: --
303: -- Issue a savepoint
304: --
305: savepoint delete_user_row_swi;

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

348: -- messages of any type exist in the Multiple Message List.
349: -- Also disable Multiple Message Detection.
350: --
351: p_return_status := hr_multi_message.get_return_status_disable;
352: hr_utility.set_location(' Leaving:' || l_proc,20);
353: --
354: exception
355: when hr_multi_message.error_message_exist then
356: --

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

365: p_object_version_number := l_object_version_number;
366: p_effective_start_date := null;
367: p_effective_end_date := null;
368: p_return_status := hr_multi_message.get_return_status_disable;
369: hr_utility.set_location(' Leaving:' || l_proc, 30);
370: when others then
371: --
372: -- When Multiple Message Detection is enabled catch
373: -- any Application specific or other unexpected

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

376: -- error.
377: --
378: rollback to delete_user_row_swi;
379: if hr_multi_message.unexpected_error_add(l_proc) then
380: hr_utility.set_location(' Leaving:' || l_proc,40);
381: raise;
382: end if;
383: --
384: -- Reset IN OUT and set OUT parameters

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

386: p_object_version_number := l_object_version_number;
387: p_effective_start_date := null;
388: p_effective_end_date := null;
389: p_return_status := hr_multi_message.get_return_status_disable;
390: hr_utility.set_location(' Leaving:' || l_proc,50);
391: end delete_user_row;
392: end pay_user_row_swi;