DBA Data[Home] [Help]

APPS.PER_ESTAB_ATTENDANCES_SWI dependencies on HR_UTILITY

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

54: -- Other variables
55: l_attendance_id number;
56: l_proc varchar2(72) := g_package ||'create_attended_estab';
57: Begin
58: hr_utility.set_location(' Entering:' || l_proc,10);
59: --
60: -- Issue a savepoint
61: --
62: savepoint create_attended_estab_swi;

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

130: -- messages of any type exist in the Multiple Message List.
131: -- Also disable Multiple Message Detection.
132: --
133: p_return_status := hr_multi_message.get_return_status_disable;
134: hr_utility.set_location(' Leaving:' || l_proc,20);
135: --
136: exception
137: when hr_multi_message.error_message_exist then
138: --

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

145: -- Reset IN OUT parameters and set OUT parameters
146: --
147: p_object_version_number := null;
148: p_return_status := hr_multi_message.get_return_status_disable;
149: hr_utility.set_location(' Leaving:' || l_proc, 30);
150: when others then
151: --
152: -- When Multiple Message Detection is enabled catch
153: -- any Application specific or other unexpected

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

156: -- error.
157: --
158: rollback to create_attended_estab_swi;
159: if hr_multi_message.unexpected_error_add(l_proc) then
160: hr_utility.set_location(' Leaving:' || l_proc,40);
161: raise;
162: end if;
163: --
164: -- Reset IN OUT and set OUT parameters

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

164: -- Reset IN OUT and set OUT parameters
165: --
166: p_object_version_number := null;
167: p_return_status := hr_multi_message.get_return_status_disable;
168: hr_utility.set_location(' Leaving:' || l_proc,50);
169: end create_attended_estab;
170: -- ----------------------------------------------------------------------------
171: -- |-------------------------< delete_attended_estab >------------------------|
172: -- ----------------------------------------------------------------------------

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

184: --
185: -- Other variables
186: l_proc varchar2(72) := g_package ||'delete_attended_estab';
187: Begin
188: hr_utility.set_location(' Entering:' || l_proc,10);
189: --
190: -- Issue a savepoint
191: --
192: savepoint delete_attended_estab_swi;

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

226: -- messages of any type exist in the Multiple Message List.
227: -- Also disable Multiple Message Detection.
228: --
229: p_return_status := hr_multi_message.get_return_status_disable;
230: hr_utility.set_location(' Leaving:' || l_proc,20);
231: --
232: exception
233: when hr_multi_message.error_message_exist then
234: --

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

240: --
241: -- Reset IN OUT parameters and set OUT parameters
242: --
243: p_return_status := hr_multi_message.get_return_status_disable;
244: hr_utility.set_location(' Leaving:' || l_proc, 30);
245: when others then
246: --
247: -- When Multiple Message Detection is enabled catch
248: -- any Application specific or other unexpected

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

251: -- error.
252: --
253: rollback to delete_attended_estab_swi;
254: if hr_multi_message.unexpected_error_add(l_proc) then
255: hr_utility.set_location(' Leaving:' || l_proc,40);
256: raise;
257: end if;
258: --
259: -- Reset IN OUT and set OUT parameters

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

258: --
259: -- Reset IN OUT and set OUT parameters
260: --
261: p_return_status := hr_multi_message.get_return_status_disable;
262: hr_utility.set_location(' Leaving:' || l_proc,50);
263: end delete_attended_estab;
264: -- ----------------------------------------------------------------------------
265: -- |-------------------------< update_attended_estab >------------------------|
266: -- ----------------------------------------------------------------------------

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

307: --
308: -- Other variables
309: l_proc varchar2(72) := g_package ||'update_attended_estab';
310: Begin
311: hr_utility.set_location(' Entering:' || l_proc,10);
312: --
313: -- Issue a savepoint
314: --
315: savepoint update_attended_estab_swi;

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

378: -- messages of any type exist in the Multiple Message List.
379: -- Also disable Multiple Message Detection.
380: --
381: p_return_status := hr_multi_message.get_return_status_disable;
382: hr_utility.set_location(' Leaving:' || l_proc,20);
383: --
384: exception
385: when hr_multi_message.error_message_exist then
386: --

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

393: -- Reset IN OUT parameters and set OUT parameters
394: --
395: p_object_version_number := l_object_version_number;
396: p_return_status := hr_multi_message.get_return_status_disable;
397: hr_utility.set_location(' Leaving:' || l_proc, 30);
398: when others then
399: --
400: -- When Multiple Message Detection is enabled catch
401: -- any Application specific or other unexpected

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

404: -- error.
405: --
406: rollback to update_attended_estab_swi;
407: if hr_multi_message.unexpected_error_add(l_proc) then
408: hr_utility.set_location(' Leaving:' || l_proc,40);
409: raise;
410: end if;
411: --
412: -- Reset IN OUT and set OUT parameters

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

412: -- Reset IN OUT and set OUT parameters
413: --
414: p_object_version_number := l_object_version_number;
415: p_return_status := hr_multi_message.get_return_status_disable;
416: hr_utility.set_location(' Leaving:' || l_proc,50);
417: end update_attended_estab;
418: end per_estab_attendances_swi;