DBA Data[Home] [Help]

APPS.PAY_AU_MODULE_PARAMETERS_SWI dependencies on HR_UTILITY

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

38: l_proc varchar2(72);
39: Begin
40: l_proc := g_package ||'create_au_module_parameter';
41: --
42: hr_utility.set_location(' Entering:' || l_proc,10);
43: --
44: -- Issue a savepoint
45: --
46: savepoint create_au_module_parameter_swi;

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

96: -- messages of any type exist in the Multiple Message List.
97: -- Also disable Multiple Message Detection.
98: --
99: p_return_status := hr_multi_message.get_return_status_disable;
100: hr_utility.set_location(' Leaving:' || l_proc,20);
101: --
102: exception
103: when hr_multi_message.error_message_exist then
104: --

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

112: --
113: p_module_parameter_id := null;
114: p_object_version_number := null;
115: p_return_status := hr_multi_message.get_return_status_disable;
116: hr_utility.set_location(' Leaving:' || l_proc, 30);
117: when others then
118: --
119: -- When Multiple Message Detection is enabled catch
120: -- any Application specific or other unexpected

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

123: -- error.
124: --
125: rollback to create_au_module_parameter_swi;
126: if hr_multi_message.unexpected_error_add(l_proc) then
127: hr_utility.set_location(' Leaving:' || l_proc,40);
128: raise;
129: end if;
130: --
131: -- Reset IN OUT and set OUT parameters

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

132: --
133: p_module_parameter_id := null;
134: p_object_version_number := null;
135: p_return_status := hr_multi_message.get_return_status_disable;
136: hr_utility.set_location(' Leaving:' || l_proc,50);
137: end create_au_module_parameter;
138: -- ----------------------------------------------------------------------------
139: -- |----------------------< delete_au_module_parameter >----------------------|
140: -- ----------------------------------------------------------------------------

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

154: l_proc varchar2(72);
155: Begin
156: l_proc := g_package ||'delete_au_module_parameter';
157: --
158: hr_utility.set_location(' Entering:' || l_proc,10);
159: --
160: -- Issue a savepoint
161: --
162: savepoint delete_au_module_parameter_swi;

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

196: -- messages of any type exist in the Multiple Message List.
197: -- Also disable Multiple Message Detection.
198: --
199: p_return_status := hr_multi_message.get_return_status_disable;
200: hr_utility.set_location(' Leaving:' || l_proc,20);
201: --
202: exception
203: when hr_multi_message.error_message_exist then
204: --

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

210: --
211: -- Reset IN OUT parameters and set OUT parameters
212: --
213: p_return_status := hr_multi_message.get_return_status_disable;
214: hr_utility.set_location(' Leaving:' || l_proc, 30);
215: when others then
216: --
217: -- When Multiple Message Detection is enabled catch
218: -- any Application specific or other unexpected

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

221: -- error.
222: --
223: rollback to delete_au_module_parameter_swi;
224: if hr_multi_message.unexpected_error_add(l_proc) then
225: hr_utility.set_location(' Leaving:' || l_proc,40);
226: raise;
227: end if;
228: --
229: -- Reset IN OUT and set OUT parameters

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

228: --
229: -- Reset IN OUT and set OUT parameters
230: --
231: p_return_status := hr_multi_message.get_return_status_disable;
232: hr_utility.set_location(' Leaving:' || l_proc,50);
233: end delete_au_module_parameter;
234: -- ----------------------------------------------------------------------------
235: -- |----------------------< update_au_module_parameter >----------------------|
236: -- ----------------------------------------------------------------------------

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

264: l_proc varchar2(72);
265: Begin
266: l_proc := g_package ||'update_au_module_parameter';
267: --
268: hr_utility.set_location(' Entering:' || l_proc,10);
269: --
270: -- Issue a savepoint
271: --
272: savepoint update_au_module_parameter_swi;

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

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

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

335: -- Reset IN OUT parameters and set OUT parameters
336: --
337: p_object_version_number := l_object_version_number;
338: p_return_status := hr_multi_message.get_return_status_disable;
339: hr_utility.set_location(' Leaving:' || l_proc, 30);
340: when others then
341: --
342: -- When Multiple Message Detection is enabled catch
343: -- any Application specific or other unexpected

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

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

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

354: -- Reset IN OUT and set OUT parameters
355: --
356: p_object_version_number := l_object_version_number;
357: p_return_status := hr_multi_message.get_return_status_disable;
358: hr_utility.set_location(' Leaving:' || l_proc,50);
359: end update_au_module_parameter;
360: begin
361: g_package := 'pay_au_module_parameters_swi.';
362: end pay_au_module_parameters_swi;