DBA Data[Home] [Help]

APPS.PER_SOLUTIONS_SELECTED_SWI dependencies on HR_UTILITY

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

24: --
25: -- Other variables
26: l_proc varchar2(72) := g_package ||'create_solutions_selected';
27: Begin
28: hr_utility.set_location(' Entering:' || l_proc,10);
29: --
30: -- Issue a savepoint
31: --
32: savepoint create_solutions_selected_swi;

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

68: -- messages of any type exist in the Multiple Message List.
69: -- Also disable Multiple Message Detection.
70: --
71: p_return_status := hr_multi_message.get_return_status_disable;
72: hr_utility.set_location(' Leaving:' || l_proc,20);
73: --
74: exception
75: when hr_multi_message.error_message_exist then
76: --

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

83: -- Reset IN OUT parameters and set OUT parameters
84: --
85: p_object_version_number := null;
86: p_return_status := hr_multi_message.get_return_status_disable;
87: hr_utility.set_location(' Leaving:' || l_proc, 30);
88: when others then
89: --
90: -- When Multiple Message Detection is enabled catch
91: -- any Application specific or other unexpected

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

94: -- error.
95: --
96: rollback to create_solutions_selected_swi;
97: if hr_multi_message.unexpected_error_add(l_proc) then
98: hr_utility.set_location(' Leaving:' || l_proc,40);
99: raise;
100: end if;
101: --
102: -- Reset IN OUT and set OUT parameters

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

102: -- Reset IN OUT 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,50);
107: end create_solutions_selected;
108: -- ----------------------------------------------------------------------------
109: -- |-----------------------< delete_solutions_selected >----------------------|
110: -- ----------------------------------------------------------------------------

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

124: --
125: -- Other variables
126: l_proc varchar2(72) := g_package ||'delete_solutions_selected';
127: Begin
128: hr_utility.set_location(' Entering:' || l_proc,10);
129: --
130: -- Issue a savepoint
131: --
132: savepoint delete_solutions_selected_swi;

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

168: -- messages of any type exist in the Multiple Message List.
169: -- Also disable Multiple Message Detection.
170: --
171: p_return_status := hr_multi_message.get_return_status_disable;
172: hr_utility.set_location(' Leaving:' || l_proc,20);
173: --
174: exception
175: when hr_multi_message.error_message_exist then
176: --

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

182: --
183: -- Reset IN OUT parameters and set OUT parameters
184: --
185: p_return_status := hr_multi_message.get_return_status_disable;
186: hr_utility.set_location(' Leaving:' || l_proc, 30);
187: when others then
188: --
189: -- When Multiple Message Detection is enabled catch
190: -- any Application specific or other unexpected

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

193: -- error.
194: --
195: rollback to delete_solutions_selected_swi;
196: if hr_multi_message.unexpected_error_add(l_proc) then
197: hr_utility.set_location(' Leaving:' || l_proc,40);
198: raise;
199: end if;
200: --
201: -- Reset IN OUT and set OUT parameters

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

200: --
201: -- Reset IN OUT and set OUT parameters
202: --
203: p_return_status := hr_multi_message.get_return_status_disable;
204: hr_utility.set_location(' Leaving:' || l_proc,50);
205: end delete_solutions_selected;
206: -- ----------------------------------------------------------------------------
207: -- |-----------------------< update_solutions_selected >----------------------|
208: -- ----------------------------------------------------------------------------

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

223: --
224: -- Other variables
225: l_proc varchar2(72) := g_package ||'update_solutions_selected';
226: Begin
227: hr_utility.set_location(' Entering:' || l_proc,10);
228: --
229: -- Issue a savepoint
230: --
231: savepoint update_solutions_selected_swi;

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

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

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

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

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

294: -- error.
295: --
296: rollback to update_solutions_selected_swi;
297: if hr_multi_message.unexpected_error_add(l_proc) then
298: hr_utility.set_location(' Leaving:' || l_proc,40);
299: raise;
300: end if;
301: --
302: -- Reset IN OUT and set OUT parameters

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

302: -- Reset IN OUT and set OUT parameters
303: --
304: p_object_version_number := l_object_version_number;
305: p_return_status := hr_multi_message.get_return_status_disable;
306: hr_utility.set_location(' Leaving:' || l_proc,50);
307: end update_solutions_selected;
308: end per_solutions_selected_swi;