DBA Data[Home] [Help]

APPS.PQH_DE_ENT_MINUTES_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_ent_minutes';
25: Begin
26: hr_utility.set_location(' Entering:' || l_proc,10);
27: --
28: -- Issue a savepoint
29: --
30: savepoint delete_ent_minutes_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_ent_minutes_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_ent_minutes;
102: -- ----------------------------------------------------------------------------
103: -- |--------------------------< insert_ent_minutes >--------------------------|
104: -- ----------------------------------------------------------------------------

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

121: --
122: -- Other variables
123: l_proc varchar2(72) := g_package ||'insert_ent_minutes';
124: Begin
125: hr_utility.set_location(' Entering:' || l_proc,10);
126: --
127: -- Issue a savepoint
128: --
129: savepoint insert_ent_minutes_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 188: hr_utility.set_location(' Leaving:' || l_proc, 30);

184: --
185: p_ent_minutes_id := null;
186: p_object_version_number := null;
187: p_return_status := hr_multi_message.get_return_status_disable;
188: hr_utility.set_location(' Leaving:' || l_proc, 30);
189: when others then
190: --
191: -- When Multiple Message Detection is enabled catch
192: -- any Application specific or other unexpected

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

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

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

204: --
205: p_ent_minutes_id := null;
206: p_object_version_number := null;
207: p_return_status := hr_multi_message.get_return_status_disable;
208: hr_utility.set_location(' Leaving:' || l_proc,50);
209: end insert_ent_minutes;
210: -- ----------------------------------------------------------------------------
211: -- |--------------------------< update_ent_minutes >--------------------------|
212: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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