DBA Data[Home] [Help]

APPS.PQP_ERG_SWI dependencies on HR_UTILITY

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

29: --
30: -- Other variables
31: l_proc varchar2(72) := g_package ||'create_exception_group';
32: Begin
33: hr_utility.set_location(' Entering:' || l_proc,10);
34: --
35: -- Issue a savepoint
36: --
37: savepoint create_exception_group_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 98: hr_utility.set_location(' Leaving:' || l_proc, 30);

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

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

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

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

114: --
115: p_exception_group_id := null;
116: p_object_version_number := null;
117: p_return_status := hr_multi_message.get_return_status_disable;
118: hr_utility.set_location(' Leaving:' || l_proc,50);
119: end create_exception_group;
120: -- ----------------------------------------------------------------------------
121: -- |------------------------< delete_exception_group >------------------------|
122: -- ----------------------------------------------------------------------------

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

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

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

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

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

190: --
191: -- Reset IN OUT parameters and set OUT parameters
192: --
193: p_return_status := hr_multi_message.get_return_status_disable;
194: hr_utility.set_location(' Leaving:' || l_proc, 30);
195: when others then
196: --
197: -- When Multiple Message Detection is enabled catch
198: -- any Application specific or other unexpected

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

201: -- error.
202: --
203: rollback to delete_exception_group_swi;
204: if hr_multi_message.unexpected_error_add(l_proc) then
205: hr_utility.set_location(' Leaving:' || l_proc,40);
206: raise;
207: end if;
208: --
209: -- Reset IN OUT and set OUT parameters

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

208: --
209: -- Reset IN OUT and set OUT parameters
210: --
211: p_return_status := hr_multi_message.get_return_status_disable;
212: hr_utility.set_location(' Leaving:' || l_proc,50);
213: end delete_exception_group;
214: -- ----------------------------------------------------------------------------
215: -- |------------------------< update_exception_group >------------------------|
216: -- ----------------------------------------------------------------------------

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

236: --
237: -- Other variables
238: l_proc varchar2(72) := g_package ||'update_exception_group';
239: Begin
240: hr_utility.set_location(' Entering:' || l_proc,10);
241: --
242: -- Issue a savepoint
243: --
244: savepoint update_exception_group_swi;

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

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

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

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

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

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

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

320: -- Reset IN OUT and set OUT parameters
321: --
322: p_object_version_number := l_object_version_number;
323: p_return_status := hr_multi_message.get_return_status_disable;
324: hr_utility.set_location(' Leaving:' || l_proc,50);
325: end update_exception_group;
326: end pqp_erg_swi;