DBA Data[Home] [Help]

APPS.PAY_ACTION_INFORMATION_SWI dependencies on HR_UTILITY

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

63: -- Other variables
64: l_action_information_id number;
65: l_proc varchar2(72) := g_package ||'create_action_information';
66: Begin
67: hr_utility.set_location(' Entering:' || l_proc,10);
68: --
69: -- Issue a savepoint
70: --
71: savepoint create_action_information_swi;

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

148: -- messages of any type exist in the Multiple Message List.
149: -- Also disable Multiple Message Detection.
150: --
151: p_return_status := hr_multi_message.get_return_status_disable;
152: hr_utility.set_location(' Leaving:' || l_proc,20);
153: --
154: exception
155: when hr_multi_message.error_message_exist then
156: --

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

163: -- Reset IN OUT parameters and set OUT parameters
164: --
165: p_object_version_number := null;
166: p_return_status := hr_multi_message.get_return_status_disable;
167: hr_utility.set_location(' Leaving:' || l_proc, 30);
168: when others then
169: --
170: -- When Multiple Message Detection is enabled catch
171: -- any Application specific or other unexpected

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

174: -- error.
175: --
176: rollback to create_action_information_swi;
177: if hr_multi_message.unexpected_error_add(l_proc) then
178: hr_utility.set_location(' Leaving:' || l_proc,40);
179: raise;
180: end if;
181: --
182: -- Reset IN OUT and set OUT parameters

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

182: -- Reset IN OUT and set OUT parameters
183: --
184: p_object_version_number := null;
185: p_return_status := hr_multi_message.get_return_status_disable;
186: hr_utility.set_location(' Leaving:' || l_proc,50);
187: end create_action_information;
188: -- ----------------------------------------------------------------------------
189: -- |-----------------------< delete_action_information >----------------------|
190: -- ----------------------------------------------------------------------------

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

203: --
204: -- Other variables
205: l_proc varchar2(72) := g_package ||'delete_action_information';
206: Begin
207: hr_utility.set_location(' Entering:' || l_proc,10);
208: --
209: -- Issue a savepoint
210: --
211: savepoint delete_action_information_swi;

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

246: -- messages of any type exist in the Multiple Message List.
247: -- Also disable Multiple Message Detection.
248: --
249: p_return_status := hr_multi_message.get_return_status_disable;
250: hr_utility.set_location(' Leaving:' || l_proc,20);
251: --
252: exception
253: when hr_multi_message.error_message_exist then
254: --

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

261: -- Reset IN OUT parameters and set OUT parameters
262: --
263: p_object_version_number := l_object_version_number;
264: p_return_status := hr_multi_message.get_return_status_disable;
265: hr_utility.set_location(' Leaving:' || l_proc, 30);
266: when others then
267: --
268: -- When Multiple Message Detection is enabled catch
269: -- any Application specific or other unexpected

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

272: -- error.
273: --
274: rollback to delete_action_information_swi;
275: if hr_multi_message.unexpected_error_add(l_proc) then
276: hr_utility.set_location(' Leaving:' || l_proc,40);
277: raise;
278: end if;
279: --
280: -- Reset IN OUT and set OUT parameters

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

280: -- Reset IN OUT and set OUT parameters
281: --
282: p_object_version_number := l_object_version_number;
283: p_return_status := hr_multi_message.get_return_status_disable;
284: hr_utility.set_location(' Leaving:' || l_proc,50);
285: end delete_action_information;
286: -- ----------------------------------------------------------------------------
287: -- |-----------------------< update_action_information >----------------------|
288: -- ----------------------------------------------------------------------------

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

331: --
332: -- Other variables
333: l_proc varchar2(72) := g_package ||'update_action_information';
334: Begin
335: hr_utility.set_location(' Entering:' || l_proc,10);
336: --
337: -- Issue a savepoint
338: --
339: savepoint update_action_information_swi;

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

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

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

419: -- Reset IN OUT parameters and set OUT parameters
420: --
421: p_object_version_number := l_object_version_number;
422: p_return_status := hr_multi_message.get_return_status_disable;
423: hr_utility.set_location(' Leaving:' || l_proc, 30);
424: when others then
425: --
426: -- When Multiple Message Detection is enabled catch
427: -- any Application specific or other unexpected

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

430: -- error.
431: --
432: rollback to update_action_information_swi;
433: if hr_multi_message.unexpected_error_add(l_proc) then
434: hr_utility.set_location(' Leaving:' || l_proc,40);
435: raise;
436: end if;
437: --
438: -- Reset IN OUT and set OUT parameters

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

438: -- Reset IN OUT and set OUT parameters
439: --
440: p_object_version_number := l_object_version_number;
441: p_return_status := hr_multi_message.get_return_status_disable;
442: hr_utility.set_location(' Leaving:' || l_proc,50);
443: end update_action_information;
444: end pay_action_information_swi;