DBA Data[Home] [Help]

APPS.HR_NL_ABSENCE_ACTION_SWI dependencies on HR_UTILITY

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

32: -- Other variables
33: l_absence_action_id number;
34: l_proc varchar2(72) := g_package ||'create_absence_action';
35: Begin
36: hr_utility.set_location(' Entering:' || l_proc,10);
37: --
38: -- Issue a savepoint
39: --
40: savepoint create_absence_action_swi;

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

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

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

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

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

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

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

120: -- Reset IN OUT and set OUT parameters
121: --
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_absence_action;
126: -- ----------------------------------------------------------------------------
127: -- |-------------------------< delete_absence_action >------------------------|
128: -- ----------------------------------------------------------------------------

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

140: --
141: -- Other variables
142: l_proc varchar2(72) := g_package ||'delete_absence_action';
143: Begin
144: hr_utility.set_location(' Entering:' || l_proc,10);
145: --
146: -- Issue a savepoint
147: --
148: savepoint delete_absence_action_swi;

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

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

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

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

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

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

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

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

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

244: --
245: -- Other variables
246: l_proc varchar2(72) := g_package ||'update_absence_action';
247: Begin
248: hr_utility.set_location(' Entering:' || l_proc,10);
249: --
250: -- Issue a savepoint
251: --
252: savepoint update_absence_action_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_absence_action_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_absence_action;
336: end hr_nl_absence_action_swi;