DBA Data[Home] [Help]

APPS.HR_NAME_FORMAT_SWI dependencies on HR_UTILITY

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

28: -- Other variables
29: l_name_format_id number;
30: l_proc varchar2(72) := g_package ||'create_name_format';
31: Begin
32: hr_utility.set_location(' Entering:' || l_proc,10);
33: --
34: -- Issue a savepoint
35: --
36: savepoint create_name_format_swi;

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

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

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

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

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

104: -- error.
105: --
106: rollback to create_name_format_swi;
107: if hr_multi_message.unexpected_error_add(l_proc) then
108: hr_utility.set_location(' Leaving:' || l_proc,40);
109: raise;
110: end if;
111: --
112: -- Reset IN OUT and set OUT parameters

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

112: -- Reset IN OUT and set OUT parameters
113: --
114: p_object_version_number := null;
115: p_return_status := hr_multi_message.get_return_status_disable;
116: hr_utility.set_location(' Leaving:' || l_proc,50);
117: end create_name_format;
118: -- ----------------------------------------------------------------------------
119: -- |--------------------------< update_name_format >--------------------------|
120: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

235: --
236: -- Other variables
237: l_proc varchar2(72) := g_package ||'delete_name_format';
238: Begin
239: hr_utility.set_location(' Entering:' || l_proc,10);
240: --
241: -- Issue a savepoint
242: --
243: savepoint delete_name_format_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 delete_name_format_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 delete_name_format;
318: end hr_name_format_swi;