DBA Data[Home] [Help]

APPS.PAY_AU_MODULE_TYPES_SWI dependencies on HR_UTILITY

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

28: l_proc varchar2(72);
29: Begin
30: l_proc := g_package ||'create_au_module_type';
31: --
32: hr_utility.set_location(' Entering:' || l_proc,10);
33: --
34: -- Issue a savepoint
35: --
36: savepoint create_au_module_type_swi;

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

76: -- messages of any type exist in the Multiple Message List.
77: -- Also disable Multiple Message Detection.
78: --
79: p_return_status := hr_multi_message.get_return_status_disable;
80: hr_utility.set_location(' Leaving:' || l_proc,20);
81: --
82: exception
83: when hr_multi_message.error_message_exist then
84: --

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

91: -- Reset IN OUT parameters and set OUT parameters
92: --
93: p_object_version_number := null;
94: p_return_status := hr_multi_message.get_return_status_disable;
95: hr_utility.set_location(' Leaving:' || l_proc, 30);
96: when others then
97: --
98: -- When Multiple Message Detection is enabled catch
99: -- any Application specific or other unexpected

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

102: -- error.
103: --
104: rollback to create_au_module_type_swi;
105: if hr_multi_message.unexpected_error_add(l_proc) then
106: hr_utility.set_location(' Leaving:' || l_proc,40);
107: raise;
108: end if;
109: --
110: -- Reset IN OUT and set OUT parameters

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

110: -- Reset IN OUT and set OUT parameters
111: --
112: p_object_version_number := null;
113: p_return_status := hr_multi_message.get_return_status_disable;
114: hr_utility.set_location(' Leaving:' || l_proc,50);
115: end create_au_module_type;
116: -- ----------------------------------------------------------------------------
117: -- |-------------------------< delete_au_module_type >------------------------|
118: -- ----------------------------------------------------------------------------

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

132: l_proc varchar2(72);
133: Begin
134: l_proc := g_package ||'delete_au_module_type';
135: --
136: hr_utility.set_location(' Entering:' || l_proc,10);
137: --
138: -- Issue a savepoint
139: --
140: savepoint delete_au_module_type_swi;

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

174: -- messages of any type exist in the Multiple Message List.
175: -- Also disable Multiple Message Detection.
176: --
177: p_return_status := hr_multi_message.get_return_status_disable;
178: hr_utility.set_location(' Leaving:' || l_proc,20);
179: --
180: exception
181: when hr_multi_message.error_message_exist then
182: --

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

188: --
189: -- Reset IN OUT parameters and set OUT parameters
190: --
191: p_return_status := hr_multi_message.get_return_status_disable;
192: hr_utility.set_location(' Leaving:' || l_proc, 30);
193: when others then
194: --
195: -- When Multiple Message Detection is enabled catch
196: -- any Application specific or other unexpected

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

199: -- error.
200: --
201: rollback to delete_au_module_type_swi;
202: if hr_multi_message.unexpected_error_add(l_proc) then
203: hr_utility.set_location(' Leaving:' || l_proc,40);
204: raise;
205: end if;
206: --
207: -- Reset IN OUT and set OUT parameters

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

206: --
207: -- Reset IN OUT and set OUT parameters
208: --
209: p_return_status := hr_multi_message.get_return_status_disable;
210: hr_utility.set_location(' Leaving:' || l_proc,50);
211: end delete_au_module_type;
212: -- ----------------------------------------------------------------------------
213: -- |-------------------------< update_au_module_type >------------------------|
214: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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