DBA Data[Home] [Help]

APPS.PAY_PL_SII_SWI dependencies on HR_UTILITY

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

44: l_sii_details_id number;
45: l_effective_date_warning boolean;
46: l_proc varchar2(72) := g_package ||'create_pl_sii_details';
47: Begin
48: hr_utility.set_location(' Entering:' || l_proc,10);
49: --
50: -- Issue a savepoint
51: --
52: savepoint create_pl_sii_details_swi;

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

109: -- messages of any type exist in the Multiple Message List.
110: -- Also disable Multiple Message Detection.
111: --
112: p_return_status := hr_multi_message.get_return_status_disable;
113: hr_utility.set_location(' Leaving:' || l_proc,20);
114: --
115: exception
116: when hr_multi_message.error_message_exist then
117: --

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

127: p_effective_start_date := null;
128: p_effective_end_date := null;
129: p_effective_date_warning := null;
130: p_return_status := hr_multi_message.get_return_status_disable;
131: hr_utility.set_location(' Leaving:' || l_proc, 30);
132: when others then
133: --
134: -- When Multiple Message Detection is enabled catch
135: -- any Application specific or other unexpected

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

138: -- error.
139: --
140: rollback to create_pl_sii_details_swi;
141: if hr_multi_message.unexpected_error_add(l_proc) then
142: hr_utility.set_location(' Leaving:' || l_proc,40);
143: raise;
144: end if;
145: --
146: -- Reset IN OUT and set OUT parameters

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

149: p_effective_start_date := null;
150: p_effective_end_date := null;
151: p_effective_date_warning := null;
152: p_return_status := hr_multi_message.get_return_status_disable;
153: hr_utility.set_location(' Leaving:' || l_proc,50);
154: end create_pl_sii_details;
155: -- ----------------------------------------------------------------------------
156: -- |-------------------------< update_pl_sii_details >------------------------|
157: -- ----------------------------------------------------------------------------

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

189: --
190: -- Other variables
191: l_proc varchar2(72) := g_package ||'update_pl_sii_details';
192: Begin
193: hr_utility.set_location(' Entering:' || l_proc,10);
194: --
195: -- Issue a savepoint
196: --
197: savepoint update_pl_sii_details_swi;

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

251: -- messages of any type exist in the Multiple Message List.
252: -- Also disable Multiple Message Detection.
253: --
254: p_return_status := hr_multi_message.get_return_status_disable;
255: hr_utility.set_location(' Leaving:' || l_proc,20);
256: --
257: exception
258: when hr_multi_message.error_message_exist then
259: --

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

268: p_object_version_number := l_object_version_number;
269: p_effective_start_date := null;
270: p_effective_end_date := null;
271: p_return_status := hr_multi_message.get_return_status_disable;
272: hr_utility.set_location(' Leaving:' || l_proc, 30);
273: when others then
274: --
275: -- When Multiple Message Detection is enabled catch
276: -- any Application specific or other unexpected

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

279: -- error.
280: --
281: rollback to update_pl_sii_details_swi;
282: if hr_multi_message.unexpected_error_add(l_proc) then
283: hr_utility.set_location(' Leaving:' || l_proc,40);
284: raise;
285: end if;
286: --
287: -- Reset IN OUT and set OUT parameters

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

289: p_object_version_number := l_object_version_number;
290: p_effective_start_date := null;
291: p_effective_end_date := null;
292: p_return_status := hr_multi_message.get_return_status_disable;
293: hr_utility.set_location(' Leaving:' || l_proc,50);
294: end update_pl_sii_details;
295: -- ----------------------------------------------------------------------------
296: -- |-------------------------< delete_pl_sii_details >------------------------|
297: -- ----------------------------------------------------------------------------

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

314: --
315: -- Other variables
316: l_proc varchar2(72) := g_package ||'delete_pl_sii_details';
317: Begin
318: hr_utility.set_location(' Entering:' || l_proc,10);
319: --
320: -- Issue a savepoint
321: --
322: savepoint delete_pl_sii_details_swi;

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

361: -- messages of any type exist in the Multiple Message List.
362: -- Also disable Multiple Message Detection.
363: --
364: p_return_status := hr_multi_message.get_return_status_disable;
365: hr_utility.set_location(' Leaving:' || l_proc,20);
366: --
367: exception
368: when hr_multi_message.error_message_exist then
369: --

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

378: p_object_version_number := l_object_version_number;
379: p_effective_start_date := null;
380: p_effective_end_date := null;
381: p_return_status := hr_multi_message.get_return_status_disable;
382: hr_utility.set_location(' Leaving:' || l_proc, 30);
383: when others then
384: --
385: -- When Multiple Message Detection is enabled catch
386: -- any Application specific or other unexpected

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

389: -- error.
390: --
391: rollback to delete_pl_sii_details_swi;
392: if hr_multi_message.unexpected_error_add(l_proc) then
393: hr_utility.set_location(' Leaving:' || l_proc,40);
394: raise;
395: end if;
396: --
397: -- Reset IN OUT and set OUT parameters

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

399: p_object_version_number := l_object_version_number;
400: p_effective_start_date := null;
401: p_effective_end_date := null;
402: p_return_status := hr_multi_message.get_return_status_disable;
403: hr_utility.set_location(' Leaving:' || l_proc,50);
404: end delete_pl_sii_details;
405: end pay_pl_sii_swi;