DBA Data[Home] [Help]

APPS.PAY_AU_PROCESSES_SWI dependencies on HR_UTILITY

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

32: l_proc varchar2(72);
33: Begin
34: l_proc := g_package ||'create_au_process';
35: --
36: hr_utility.set_location(' Entering:' || l_proc,10);
37: --
38: -- Issue a savepoint
39: --
40: savepoint create_au_process_swi;

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

84: -- messages of any type exist in the Multiple Message List.
85: -- Also disable Multiple Message Detection.
86: --
87: p_return_status := hr_multi_message.get_return_status_disable;
88: hr_utility.set_location(' Leaving:' || l_proc,20);
89: --
90: exception
91: when hr_multi_message.error_message_exist then
92: --

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

100: --
101: p_process_id := null;
102: p_object_version_number := null;
103: p_return_status := hr_multi_message.get_return_status_disable;
104: hr_utility.set_location(' Leaving:' || l_proc, 30);
105: when others then
106: --
107: -- When Multiple Message Detection is enabled catch
108: -- any Application specific or other unexpected

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

111: -- error.
112: --
113: rollback to create_au_process_swi;
114: if hr_multi_message.unexpected_error_add(l_proc) then
115: hr_utility.set_location(' Leaving:' || l_proc,40);
116: raise;
117: end if;
118: --
119: -- Reset IN OUT and set OUT parameters

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

120: --
121: p_process_id := null;
122: p_object_version_number := null;
123: p_return_status := hr_multi_message.get_return_status_disable;
124: hr_utility.set_location(' Leaving:' || l_proc,50);
125: end create_au_process;
126: -- ----------------------------------------------------------------------------
127: -- |---------------------------< delete_au_process >--------------------------|
128: -- ----------------------------------------------------------------------------

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

142: l_proc varchar2(72);
143: Begin
144: l_proc := g_package ||'delete_au_process';
145: --
146: hr_utility.set_location(' Entering:' || l_proc,10);
147: --
148: -- Issue a savepoint
149: --
150: savepoint delete_au_process_swi;

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

184: -- messages of any type exist in the Multiple Message List.
185: -- Also disable Multiple Message Detection.
186: --
187: p_return_status := hr_multi_message.get_return_status_disable;
188: hr_utility.set_location(' Leaving:' || l_proc,20);
189: --
190: exception
191: when hr_multi_message.error_message_exist then
192: --

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

198: --
199: -- Reset IN OUT parameters and set OUT parameters
200: --
201: p_return_status := hr_multi_message.get_return_status_disable;
202: hr_utility.set_location(' Leaving:' || l_proc, 30);
203: when others then
204: --
205: -- When Multiple Message Detection is enabled catch
206: -- any Application specific or other unexpected

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

209: -- error.
210: --
211: rollback to delete_au_process_swi;
212: if hr_multi_message.unexpected_error_add(l_proc) then
213: hr_utility.set_location(' Leaving:' || l_proc,40);
214: raise;
215: end if;
216: --
217: -- Reset IN OUT and set OUT parameters

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

216: --
217: -- Reset IN OUT and set OUT parameters
218: --
219: p_return_status := hr_multi_message.get_return_status_disable;
220: hr_utility.set_location(' Leaving:' || l_proc,50);
221: end delete_au_process;
222: -- ----------------------------------------------------------------------------
223: -- |---------------------------< update_au_process >--------------------------|
224: -- ----------------------------------------------------------------------------

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

246: l_proc varchar2(72);
247: Begin
248: l_proc := g_package ||'delete_au_process';
249: --
250: hr_utility.set_location(' Entering:' || l_proc,10);
251: --
252: -- Issue a savepoint
253: --
254: savepoint update_au_process_swi;

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

296: -- messages of any type exist in the Multiple Message List.
297: -- Also disable Multiple Message Detection.
298: --
299: p_return_status := hr_multi_message.get_return_status_disable;
300: hr_utility.set_location(' Leaving:' || l_proc,20);
301: --
302: exception
303: when hr_multi_message.error_message_exist then
304: --

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

311: -- Reset IN OUT parameters and set OUT parameters
312: --
313: p_object_version_number := l_object_version_number;
314: p_return_status := hr_multi_message.get_return_status_disable;
315: hr_utility.set_location(' Leaving:' || l_proc, 30);
316: when others then
317: --
318: -- When Multiple Message Detection is enabled catch
319: -- any Application specific or other unexpected

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

322: -- error.
323: --
324: rollback to update_au_process_swi;
325: if hr_multi_message.unexpected_error_add(l_proc) then
326: hr_utility.set_location(' Leaving:' || l_proc,40);
327: raise;
328: end if;
329: --
330: -- Reset IN OUT and set OUT parameters

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

330: -- Reset IN OUT and set OUT parameters
331: --
332: p_object_version_number := l_object_version_number;
333: p_return_status := hr_multi_message.get_return_status_disable;
334: hr_utility.set_location(' Leaving:' || l_proc,50);
335: end update_au_process;
336: begin
337: g_package := 'pay_au_processes_swi.';
338: end pay_au_processes_swi;