DBA Data[Home] [Help]

APPS.HR_KI_OPTIONS_SWI dependencies on HR_UTILITY

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

30: -- Other variables
31: l_option_id number;
32: l_proc varchar2(72) := g_package ||'create_option';
33: Begin
34: hr_utility.set_location(' Entering:' || l_proc,10);
35: --
36: -- Issue a savepoint
37: --
38: savepoint create_option_swi;

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

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

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

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

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

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

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

116: -- Reset IN OUT and set OUT parameters
117: --
118: p_object_version_number := null;
119: p_return_status := hr_multi_message.get_return_status_disable;
120: hr_utility.set_location(' Leaving:' || l_proc,50);
121: end create_option;
122: -- ----------------------------------------------------------------------------
123: -- |-----------------------------< delete_option >----------------------------|
124: -- ----------------------------------------------------------------------------

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

136: --
137: -- Other variables
138: l_proc varchar2(72) := g_package ||'delete_option';
139: Begin
140: hr_utility.set_location(' Entering:' || l_proc,10);
141: --
142: -- Issue a savepoint
143: --
144: savepoint delete_option_swi;

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

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

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

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

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

203: -- error.
204: --
205: rollback to delete_option_swi;
206: if hr_multi_message.unexpected_error_add(l_proc) then
207: hr_utility.set_location(' Leaving:' || l_proc,40);
208: raise;
209: end if;
210: --
211: -- Reset IN OUT and set OUT parameters

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

210: --
211: -- Reset IN OUT and set OUT parameters
212: --
213: p_return_status := hr_multi_message.get_return_status_disable;
214: hr_utility.set_location(' Leaving:' || l_proc,50);
215: end delete_option;
216: -- ----------------------------------------------------------------------------
217: -- |-----------------------------< update_option >----------------------------|
218: -- ----------------------------------------------------------------------------

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

233: --
234: -- Other variables
235: l_proc varchar2(72) := g_package ||'update_option';
236: Begin
237: hr_utility.set_location(' Entering:' || l_proc,10);
238: --
239: -- Issue a savepoint
240: --
241: savepoint update_option_swi;

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

278: -- messages of any type exist in the Multiple Message List.
279: -- Also disable Multiple Message Detection.
280: --
281: p_return_status := hr_multi_message.get_return_status_disable;
282: hr_utility.set_location(' Leaving:' || l_proc,20);
283: --
284: exception
285: when hr_multi_message.error_message_exist then
286: --

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

293: -- Reset IN OUT parameters and set OUT parameters
294: --
295: p_object_version_number := l_object_version_number;
296: p_return_status := hr_multi_message.get_return_status_disable;
297: hr_utility.set_location(' Leaving:' || l_proc, 30);
298: when others then
299: --
300: -- When Multiple Message Detection is enabled catch
301: -- any Application specific or other unexpected

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

304: -- error.
305: --
306: rollback to update_option_swi;
307: if hr_multi_message.unexpected_error_add(l_proc) then
308: hr_utility.set_location(' Leaving:' || l_proc,40);
309: raise;
310: end if;
311: --
312: -- Reset IN OUT and set OUT parameters

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

312: -- Reset IN OUT and set OUT parameters
313: --
314: p_object_version_number := l_object_version_number;
315: p_return_status := hr_multi_message.get_return_status_disable;
316: hr_utility.set_location(' Leaving:' || l_proc,50);
317: end update_option;
318: end hr_ki_options_swi;