DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TYPE_USAGE_SWI dependencies on HR_UTILITY

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

31: --
32: -- Other variables
33: l_proc varchar2(72) := g_package ||'create_element_type_usage';
34: Begin
35: hr_utility.set_location(' Entering:' || l_proc,10);
36: --
37: -- Issue a savepoint
38: --
39: savepoint create_element_type_usage_swi;

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

82: -- messages of any type exist in the Multiple Message List.
83: -- Also disable Multiple Message Detection.
84: --
85: p_return_status := hr_multi_message.get_return_status_disable;
86: hr_utility.set_location(' Leaving:' || l_proc,20);
87: --
88: exception
89: when hr_multi_message.error_message_exist then
90: --

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

100: p_object_version_number := null;
101: p_effective_start_date := null;
102: p_effective_end_date := null;
103: p_return_status := hr_multi_message.get_return_status_disable;
104: hr_utility.set_location(' Leaving:' || l_proc, 30);
105: when others then
106: --
107: -- When Multiple Message Detection is enabled catch
108: -- any Application specific or other unexpected

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

111: -- error.
112: --
113: rollback to create_element_type_usage_swi;
114: if hr_multi_message.unexpected_error_add(l_proc) then
115: hr_utility.set_location(' Leaving:' || l_proc,40);
116: raise;
117: end if;
118: --
119: -- Reset IN OUT and set OUT parameters

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

122: p_object_version_number := null;
123: p_effective_start_date := null;
124: p_effective_end_date := null;
125: p_return_status := hr_multi_message.get_return_status_disable;
126: hr_utility.set_location(' Leaving:' || l_proc,50);
127: end create_element_type_usage;
128: -- ----------------------------------------------------------------------------
129: -- |-----------------------< update_element_type_usage >----------------------|
130: -- ----------------------------------------------------------------------------

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

151: --
152: -- Other variables
153: l_proc varchar2(72) := g_package ||'update_element_type_usage';
154: Begin
155: hr_utility.set_location(' Entering:' || l_proc,10);
156: --
157: -- Issue a savepoint
158: --
159: savepoint update_element_type_usage_swi;

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

202: -- messages of any type exist in the Multiple Message List.
203: -- Also disable Multiple Message Detection.
204: --
205: p_return_status := hr_multi_message.get_return_status_disable;
206: hr_utility.set_location(' Leaving:' || l_proc,20);
207: --
208: exception
209: when hr_multi_message.error_message_exist then
210: --

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

219: p_object_version_number := l_object_version_number;
220: p_effective_start_date := null;
221: p_effective_end_date := null;
222: p_return_status := hr_multi_message.get_return_status_disable;
223: hr_utility.set_location(' Leaving:' || l_proc, 30);
224: when others then
225: --
226: -- When Multiple Message Detection is enabled catch
227: -- any Application specific or other unexpected

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

230: -- error.
231: --
232: rollback to update_element_type_usage_swi;
233: if hr_multi_message.unexpected_error_add(l_proc) then
234: hr_utility.set_location(' Leaving:' || l_proc,40);
235: raise;
236: end if;
237: --
238: -- Reset IN OUT and set OUT parameters

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

240: p_object_version_number := l_object_version_number;
241: p_effective_start_date := null;
242: p_effective_end_date := null;
243: p_return_status := hr_multi_message.get_return_status_disable;
244: hr_utility.set_location(' Leaving:' || l_proc,50);
245: end update_element_type_usage;
246: -- ----------------------------------------------------------------------------
247: -- |-----------------------< delete_element_type_usage >----------------------|
248: -- ----------------------------------------------------------------------------

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

267: --
268: -- Other variables
269: l_proc varchar2(72) := g_package ||'delete_element_type_usage';
270: Begin
271: hr_utility.set_location(' Entering:' || l_proc,10);
272: --
273: -- Issue a savepoint
274: --
275: savepoint delete_element_type_usage_swi;

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

316: -- messages of any type exist in the Multiple Message List.
317: -- Also disable Multiple Message Detection.
318: --
319: p_return_status := hr_multi_message.get_return_status_disable;
320: hr_utility.set_location(' Leaving:' || l_proc,20);
321: --
322: exception
323: when hr_multi_message.error_message_exist then
324: --

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

333: p_object_version_number := l_object_version_number;
334: p_effective_start_date := null;
335: p_effective_end_date := null;
336: p_return_status := hr_multi_message.get_return_status_disable;
337: hr_utility.set_location(' Leaving:' || l_proc, 30);
338: when others then
339: --
340: -- When Multiple Message Detection is enabled catch
341: -- any Application specific or other unexpected

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

344: -- error.
345: --
346: rollback to delete_element_type_usage_swi;
347: if hr_multi_message.unexpected_error_add(l_proc) then
348: hr_utility.set_location(' Leaving:' || l_proc,40);
349: raise;
350: end if;
351: --
352: -- Reset IN OUT and set OUT parameters

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

354: p_object_version_number := l_object_version_number;
355: p_effective_start_date := null;
356: p_effective_end_date := null;
357: p_return_status := hr_multi_message.get_return_status_disable;
358: hr_utility.set_location(' Leaving:' || l_proc,50);
359: end delete_element_type_usage;
360: end pay_element_type_usage_swi;