DBA Data[Home] [Help]

APPS.HR_CALENDAR_NODE_TYPE_SWI dependencies on HR_UTILITY

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

31: -- Other variables
32: l_hier_node_type_id number;
33: l_proc varchar2(80) := g_package ||'create_node_type';
34: Begin
35: hr_utility.set_location(' Entering:' || l_proc,10);
36:
37: --
38: -- Issue a savepoint
39: --

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

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

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

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

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

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

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

121: -- Reset IN OUT and set OUT parameters
122: --
123: p_object_version_number := null;
124: p_return_status := hr_multi_message.get_return_status_disable;
125: hr_utility.set_location(' Leaving:' || l_proc,50);
126: end create_node_type;
127: -- ----------------------------------------------------------------------------
128: -- |---------------------------< delete_node_type >---------------------------|
129: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

241: --
242: -- Other variables
243: l_proc varchar2(72) := g_package ||'update_node_type';
244: Begin
245: hr_utility.set_location(' Entering:' || l_proc,10);
246: --
247: -- Issue a savepoint
248: --
249: savepoint update_node_type_swi;

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

289: -- messages of any type exist in the Multiple Message List.
290: -- Also disable Multiple Message Detection.
291: --
292: p_return_status := hr_multi_message.get_return_status_disable;
293: hr_utility.set_location(' Leaving:' || l_proc,20);
294: --
295: exception
296: when hr_multi_message.error_message_exist then
297: --

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

304: -- Reset IN OUT parameters and set OUT parameters
305: --
306: p_object_version_number := l_object_version_number;
307: p_return_status := hr_multi_message.get_return_status_disable;
308: hr_utility.set_location(' Leaving:' || l_proc, 30);
309: when others then
310: --
311: -- When Multiple Message Detection is enabled catch
312: -- any Application specific or other unexpected

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

315: -- error.
316: --
317: rollback to update_node_type_swi;
318: if hr_multi_message.unexpected_error_add(l_proc) then
319: hr_utility.set_location(' Leaving:' || l_proc,40);
320: raise;
321: end if;
322: --
323: -- Reset IN OUT and set OUT parameters

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

323: -- Reset IN OUT and set OUT parameters
324: --
325: p_object_version_number := l_object_version_number;
326: p_return_status := hr_multi_message.get_return_status_disable;
327: hr_utility.set_location(' Leaving:' || l_proc,50);
328: end update_node_type;
329: end HR_CALENDAR_NODE_TYPE_SWI;