DBA Data[Home] [Help]

APPS.PQH_DE_OPERATION_GROUPS_SWI dependencies on HR_UTILITY

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

22: --
23: -- Other variables
24: l_proc varchar2(72) := g_package ||'delete_operation_groups';
25: Begin
26: hr_utility.set_location(' Entering:' || l_proc,10);
27: --
28: -- Issue a savepoint
29: --
30: savepoint delete_operation_groups_swi;

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

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

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

78: --
79: -- Reset IN OUT parameters and set OUT parameters
80: --
81: p_return_status := hr_multi_message.get_return_status_disable;
82: hr_utility.set_location(' Leaving:' || l_proc, 30);
83: when others then
84: --
85: -- When Multiple Message Detection is enabled catch
86: -- any Application specific or other unexpected

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

89: -- error.
90: --
91: rollback to delete_operation_groups_swi;
92: if hr_multi_message.unexpected_error_add(l_proc) then
93: hr_utility.set_location(' Leaving:' || l_proc,40);
94: raise;
95: end if;
96: --
97: -- Reset IN OUT and set OUT parameters

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

96: --
97: -- Reset IN OUT and set OUT parameters
98: --
99: p_return_status := hr_multi_message.get_return_status_disable;
100: hr_utility.set_location(' Leaving:' || l_proc,50);
101: end delete_operation_groups;
102: -- ----------------------------------------------------------------------------
103: -- |------------------------< insert_operation_groups >-----------------------|
104: -- ----------------------------------------------------------------------------

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

120: --
121: -- Other variables
122: l_proc varchar2(72) := g_package ||'insert_operation_groups';
123: Begin
124: hr_utility.set_location(' Entering:' || l_proc,10);
125: --
126: -- Issue a savepoint
127: --
128: savepoint insert_operation_groups_swi;

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

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

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

182: --
183: p_operation_group_id := null;
184: p_object_version_number := null;
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 insert_operation_groups_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 206: hr_utility.set_location(' Leaving:' || l_proc,50);

202: --
203: p_operation_group_id := null;
204: p_object_version_number := null;
205: p_return_status := hr_multi_message.get_return_status_disable;
206: hr_utility.set_location(' Leaving:' || l_proc,50);
207: end insert_operation_groups;
208: -- ----------------------------------------------------------------------------
209: -- |------------------------< update_operation_groups >-----------------------|
210: -- ----------------------------------------------------------------------------

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

229: l_proc varchar2(72) := g_package ||'update_operation_groups';
230: Begin
231:
232:
233: hr_utility.set_location(' Entering:' || l_proc,10);
234:
235: --
236: -- Issue a savepoint
237: --

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

280: -- messages of any type exist in the Multiple Message List.
281: -- Also disable Multiple Message Detection.
282: --
283: p_return_status := hr_multi_message.get_return_status_disable;
284: hr_utility.set_location(' Leaving:' || l_proc,20);
285: --
286: exception
287: when hr_multi_message.error_message_exist then
288: --

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

295: -- Reset IN OUT parameters and set OUT parameters
296: --
297: p_object_version_number := l_object_version_number;
298: p_return_status := hr_multi_message.get_return_status_disable;
299: hr_utility.set_location(' Leaving:' || l_proc, 30);
300: when others then
301: --
302: -- When Multiple Message Detection is enabled catch
303: -- any Application specific or other unexpected

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

306: -- error.
307: --
308: rollback to update_operation_groups_swi;
309: if hr_multi_message.unexpected_error_add(l_proc) then
310: hr_utility.set_location(' Leaving:' || l_proc,40);
311: raise;
312: end if;
313: --
314: -- Reset IN OUT and set OUT parameters

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

314: -- Reset IN OUT and set OUT parameters
315: --
316: p_object_version_number := l_object_version_number;
317: p_return_status := hr_multi_message.get_return_status_disable;
318: hr_utility.set_location(' Leaving:' || l_proc,50);
319: end update_operation_groups;
320: end pqh_de_operation_groups_swi;