DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_LOCATION_SWI dependencies on HR_UTILITY

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

49: --
50: -- Other variables
51: l_proc varchar2(72) := g_package ||'create_location';
52: Begin
53: hr_utility.set_location(' Entering:' || l_proc,10);
54: --
55: -- Issue a savepoint
56: --
57: savepoint create_location_swi;

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

118: -- messages of any type exist in the Multiple Message List.
119: -- Also disable Multiple Message Detection.
120: --
121: p_return_status := hr_multi_message.get_return_status_disable;
122: hr_utility.set_location(' Leaving:' || l_proc,20);
123: --
124: exception
125: when hr_multi_message.error_message_exist then
126: --

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

134: --
135: p_object_version_number := null;
136: p_location_id := null;
137: p_return_status := hr_multi_message.get_return_status_disable;
138: hr_utility.set_location(' Leaving:' || l_proc, 30);
139: when others then
140: --
141: -- When Multiple Message Detection is enabled catch
142: -- any Application specific or other unexpected

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

145: -- error.
146: --
147: rollback to create_location_swi;
148: if hr_multi_message.unexpected_error_add(l_proc) then
149: hr_utility.set_location(' Leaving:' || l_proc,40);
150: raise;
151: end if;
152: --
153: -- Reset IN OUT and set OUT parameters

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

154: --
155: p_object_version_number := null;
156: p_location_id := null;
157: p_return_status := hr_multi_message.get_return_status_disable;
158: hr_utility.set_location(' Leaving:' || l_proc,50);
159: end create_location;
160: -- ----------------------------------------------------------------------------
161: -- |----------------------------< update_location >---------------------------|
162: -- ----------------------------------------------------------------------------

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

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

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

272: -- messages of any type exist in the Multiple Message List.
273: -- Also disable Multiple Message Detection.
274: --
275: p_return_status := hr_multi_message.get_return_status_disable;
276: hr_utility.set_location(' Leaving:' || l_proc,20);
277: --
278: exception
279: when hr_multi_message.error_message_exist then
280: --

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

287: -- Reset IN OUT parameters and set OUT parameters
288: --
289: p_object_version_number := l_object_version_number;
290: p_return_status := hr_multi_message.get_return_status_disable;
291: hr_utility.set_location(' Leaving:' || l_proc, 30);
292: when others then
293: --
294: -- When Multiple Message Detection is enabled catch
295: -- any Application specific or other unexpected

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

298: -- error.
299: --
300: rollback to update_location_swi;
301: if hr_multi_message.unexpected_error_add(l_proc) then
302: hr_utility.set_location(' Leaving:' || l_proc,40);
303: raise;
304: end if;
305: --
306: -- Reset IN OUT and set OUT parameters

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

306: -- Reset IN OUT and set OUT parameters
307: --
308: p_object_version_number := l_object_version_number;
309: p_return_status := hr_multi_message.get_return_status_disable;
310: hr_utility.set_location(' Leaving:' || l_proc,50);
311: end update_location;
312: -- ----------------------------------------------------------------------------
313: -- |----------------------------< delete_location >---------------------------|
314: -- ----------------------------------------------------------------------------

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

326: --
327: -- Other variables
328: l_proc varchar2(72) := g_package ||'delete_location';
329: Begin
330: hr_utility.set_location(' Entering:' || l_proc,10);
331: --
332: -- Issue a savepoint
333: --
334: savepoint delete_location_swi;

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

368: -- messages of any type exist in the Multiple Message List.
369: -- Also disable Multiple Message Detection.
370: --
371: p_return_status := hr_multi_message.get_return_status_disable;
372: hr_utility.set_location(' Leaving:' || l_proc,20);
373: --
374: exception
375: when hr_multi_message.error_message_exist then
376: --

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

382: --
383: -- Reset IN OUT parameters and set OUT parameters
384: --
385: p_return_status := hr_multi_message.get_return_status_disable;
386: hr_utility.set_location(' Leaving:' || l_proc, 30);
387: when others then
388: --
389: -- When Multiple Message Detection is enabled catch
390: -- any Application specific or other unexpected

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

393: -- error.
394: --
395: rollback to delete_location_swi;
396: if hr_multi_message.unexpected_error_add(l_proc) then
397: hr_utility.set_location(' Leaving:' || l_proc,40);
398: raise;
399: end if;
400: --
401: -- Reset IN OUT and set OUT parameters

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

400: --
401: -- Reset IN OUT and set OUT parameters
402: --
403: p_return_status := hr_multi_message.get_return_status_disable;
404: hr_utility.set_location(' Leaving:' || l_proc,50);
405: end delete_location;
406: end per_ri_config_location_swi;