DBA Data[Home] [Help]

APPS.PER_RI_SETUP_SUB_TASK_SWI dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

124: -- Reset IN OUT and set OUT parameters
125: --
126: p_object_version_number := null;
127: p_return_status := hr_multi_message.get_return_status_disable;
128: hr_utility.set_location(' Leaving:' || l_proc,50);
129: end create_setup_sub_task;
130: -- ----------------------------------------------------------------------------
131: -- |-------------------------< delete_setup_sub_task >------------------------|
132: -- ----------------------------------------------------------------------------

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

144: --
145: -- Other variables
146: l_proc varchar2(72) := g_package ||'delete_setup_sub_task';
147: Begin
148: hr_utility.set_location(' Entering:' || l_proc,10);
149: --
150: -- Issue a savepoint
151: --
152: savepoint delete_setup_sub_task_swi;

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

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

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

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

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

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

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

218: --
219: -- Reset IN OUT and set OUT parameters
220: --
221: p_return_status := hr_multi_message.get_return_status_disable;
222: hr_utility.set_location(' Leaving:' || l_proc,50);
223: end delete_setup_sub_task;
224: -- ----------------------------------------------------------------------------
225: -- |-------------------------< update_setup_sub_task >------------------------|
226: -- ----------------------------------------------------------------------------

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

252: --
253: -- Other variables
254: l_proc varchar2(72) := g_package ||'update_setup_sub_task';
255: Begin
256: hr_utility.set_location(' Entering:' || l_proc,10);
257: --
258: -- Issue a savepoint
259: --
260: savepoint update_setup_sub_task_swi;

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

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

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

323: -- Reset IN OUT parameters 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, 30);
328: when others then
329: --
330: -- When Multiple Message Detection is enabled catch
331: -- any Application specific or other unexpected

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

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

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

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