DBA Data[Home] [Help]

APPS.PAY_AU_PROCESS_PARAMETERS_SWI dependencies on HR_UTILITY

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

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

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

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

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

94: --
95: p_process_parameter_id := null;
96: p_object_version_number := null;
97: p_return_status := hr_multi_message.get_return_status_disable;
98: hr_utility.set_location(' Leaving:' || l_proc, 30);
99: when others then
100: --
101: -- When Multiple Message Detection is enabled catch
102: -- any Application specific or other unexpected

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

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

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

114: --
115: p_process_parameter_id := null;
116: p_object_version_number := null;
117: p_return_status := hr_multi_message.get_return_status_disable;
118: hr_utility.set_location(' Leaving:' || l_proc,50);
119: end create_au_process_parameter;
120: -- ----------------------------------------------------------------------------
121: -- |----------------------< delete_au_process_parameter >---------------------|
122: -- ----------------------------------------------------------------------------

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

136: l_proc varchar2(72);
137: Begin
138: l_proc := g_package ||'delete_au_process_parameter';
139: --
140: hr_utility.set_location(' Entering:' || l_proc,10);
141: --
142: -- Issue a savepoint
143: --
144: savepoint delete_au_process_para_swi;

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

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

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

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

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

203: -- error.
204: --
205: rollback to delete_au_process_para_swi;
206: if hr_multi_message.unexpected_error_add(l_proc) then
207: hr_utility.set_location(' Leaving:' || l_proc,40);
208: raise;
209: end if;
210: --
211: -- Reset IN OUT and set OUT parameters

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

210: --
211: -- Reset IN OUT and set OUT parameters
212: --
213: p_return_status := hr_multi_message.get_return_status_disable;
214: hr_utility.set_location(' Leaving:' || l_proc,50);
215: end delete_au_process_parameter;
216: -- ----------------------------------------------------------------------------
217: -- |----------------------< update_au_process_parameter >---------------------|
218: -- ----------------------------------------------------------------------------

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

237: l_proc varchar2(72);
238: Begin
239: l_proc := g_package ||'update_au_process_parameter';
240: --
241: hr_utility.set_location(' Entering:' || l_proc,10);
242: --
243: -- Issue a savepoint
244: --
245: savepoint update_au_process_para_swi;

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

284: -- messages of any type exist in the Multiple Message List.
285: -- Also disable Multiple Message Detection.
286: --
287: p_return_status := hr_multi_message.get_return_status_disable;
288: hr_utility.set_location(' Leaving:' || l_proc,20);
289: --
290: exception
291: when hr_multi_message.error_message_exist then
292: --

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

299: -- Reset IN OUT parameters and set OUT parameters
300: --
301: p_object_version_number := l_object_version_number;
302: p_return_status := hr_multi_message.get_return_status_disable;
303: hr_utility.set_location(' Leaving:' || l_proc, 30);
304: when others then
305: --
306: -- When Multiple Message Detection is enabled catch
307: -- any Application specific or other unexpected

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

310: -- error.
311: --
312: rollback to update_au_process_para_swi;
313: if hr_multi_message.unexpected_error_add(l_proc) then
314: hr_utility.set_location(' Leaving:' || l_proc,40);
315: raise;
316: end if;
317: --
318: -- Reset IN OUT and set OUT parameters

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

318: -- Reset IN OUT and set OUT parameters
319: --
320: p_object_version_number := l_object_version_number;
321: p_return_status := hr_multi_message.get_return_status_disable;
322: hr_utility.set_location(' Leaving:' || l_proc,50);
323: end update_au_process_parameter;
324: --
325: begin
326: g_package := 'pay_au_process_parameters_swi.';