DBA Data[Home] [Help]

APPS.HR_HIERARCHY_ELEMENT_SWI dependencies on HR_UTILITY

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

36: --
37: -- Other variables
38: l_proc varchar2(72) := g_package ||'create_hierarchy_element';
39: Begin
40: hr_utility.set_location(' Entering:' || l_proc,10);
41: --
42: -- Issue a savepoint
43: --
44: savepoint create_hierarchy_element_swi;

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

92: -- messages of any type exist in the Multiple Message List.
93: -- Also disable Multiple Message Detection.
94: --
95: p_return_status := hr_multi_message.get_return_status_disable;
96: hr_utility.set_location(' Leaving:' || l_proc,20);
97: --
98: exception
99: when hr_multi_message.error_message_exist then
100: --

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

109: p_warning_raised := l_warning_raised;
110: p_org_structure_element_id := null;
111: p_object_version_number := null;
112: p_return_status := hr_multi_message.get_return_status_disable;
113: hr_utility.set_location(' Leaving:' || l_proc, 30);
114: when others then
115: --
116: -- When Multiple Message Detection is enabled catch
117: -- any Application specific or other unexpected

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

120: -- error.
121: --
122: rollback to create_hierarchy_element_swi;
123: if hr_multi_message.unexpected_error_add(l_proc) then
124: hr_utility.set_location(' Leaving:' || l_proc,40);
125: raise;
126: end if;
127: --
128: -- Reset IN OUT and set OUT parameters

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

130: p_warning_raised := l_warning_raised;
131: p_org_structure_element_id := null;
132: p_object_version_number := null;
133: p_return_status := hr_multi_message.get_return_status_disable;
134: hr_utility.set_location(' Leaving:' || l_proc,50);
135: end create_hierarchy_element;
136: -- ----------------------------------------------------------------------------
137: -- |-----------------------< delete_hierarchy_element >-----------------------|
138: -- ----------------------------------------------------------------------------

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

154: --
155: -- Other variables
156: l_proc varchar2(72) := g_package ||'delete_hierarchy_element';
157: Begin
158: hr_utility.set_location(' Entering:' || l_proc,10);
159: --
160: -- Issue a savepoint
161: --
162: savepoint delete_hierarchy_element_swi;

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

200: -- messages of any type exist in the Multiple Message List.
201: -- Also disable Multiple Message Detection.
202: --
203: p_return_status := hr_multi_message.get_return_status_disable;
204: hr_utility.set_location(' Leaving:' || l_proc,20);
205: --
206: exception
207: when hr_multi_message.error_message_exist then
208: --

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

215: -- Reset IN OUT parameters and set OUT parameters
216: --
217: p_exists_in_hierarchy := l_exists_in_hierarchy;
218: p_return_status := hr_multi_message.get_return_status_disable;
219: hr_utility.set_location(' Leaving:' || l_proc, 30);
220: when others then
221: --
222: -- When Multiple Message Detection is enabled catch
223: -- any Application specific or other unexpected

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

226: -- error.
227: --
228: rollback to delete_hierarchy_element_swi;
229: if hr_multi_message.unexpected_error_add(l_proc) then
230: hr_utility.set_location(' Leaving:' || l_proc,40);
231: raise;
232: end if;
233: --
234: -- Reset IN OUT and set OUT parameters

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

234: -- Reset IN OUT and set OUT parameters
235: --
236: p_exists_in_hierarchy := l_exists_in_hierarchy;
237: p_return_status := hr_multi_message.get_return_status_disable;
238: hr_utility.set_location(' Leaving:' || l_proc,50);
239: end delete_hierarchy_element;
240: -- ----------------------------------------------------------------------------
241: -- |-----------------------< update_hierarchy_element >-----------------------|
242: -- ----------------------------------------------------------------------------

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

259: --
260: -- Other variables
261: l_proc varchar2(72) := g_package ||'update_hierarchy_element';
262: Begin
263: hr_utility.set_location(' Entering:' || l_proc,10);
264: --
265: -- Issue a savepoint
266: --
267: savepoint update_hierarchy_element_swi;

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

306: -- messages of any type exist in the Multiple Message List.
307: -- Also disable Multiple Message Detection.
308: --
309: p_return_status := hr_multi_message.get_return_status_disable;
310: hr_utility.set_location(' Leaving:' || l_proc,20);
311: --
312: exception
313: when hr_multi_message.error_message_exist then
314: --

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

321: -- Reset IN OUT parameters and set OUT parameters
322: --
323: p_object_version_number := l_object_version_number;
324: p_return_status := hr_multi_message.get_return_status_disable;
325: hr_utility.set_location(' Leaving:' || l_proc, 30);
326: when others then
327: --
328: -- When Multiple Message Detection is enabled catch
329: -- any Application specific or other unexpected

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

332: -- error.
333: --
334: rollback to update_hierarchy_element_swi;
335: if hr_multi_message.unexpected_error_add(l_proc) then
336: hr_utility.set_location(' Leaving:' || l_proc,40);
337: raise;
338: end if;
339: --
340: -- Reset IN OUT and set OUT parameters

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

340: -- Reset IN OUT and set OUT parameters
341: --
342: p_object_version_number := l_object_version_number;
343: p_return_status := hr_multi_message.get_return_status_disable;
344: hr_utility.set_location(' Leaving:' || l_proc,50);
345: end update_hierarchy_element;
346: end hr_hierarchy_element_swi;