DBA Data[Home] [Help]

APPS.PAY_AU_MODULES_SWI dependencies on HR_UTILITY

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

34: l_proc varchar2(72);
35: Begin
36: l_proc := g_package ||'create_au_module';
37: --
38: hr_utility.set_location(' Entering:' || l_proc,10);
39: --
40: -- Issue a savepoint
41: --
42: savepoint create_au_module_swi;

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

88: -- messages of any type exist in the Multiple Message List.
89: -- Also disable Multiple Message Detection.
90: --
91: p_return_status := hr_multi_message.get_return_status_disable;
92: hr_utility.set_location(' Leaving:' || l_proc,20);
93: --
94: exception
95: when hr_multi_message.error_message_exist then
96: --

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

104: --
105: p_module_id := null;
106: p_object_version_number := null;
107: p_return_status := hr_multi_message.get_return_status_disable;
108: hr_utility.set_location(' Leaving:' || l_proc, 30);
109: when others then
110: --
111: -- When Multiple Message Detection is enabled catch
112: -- any Application specific or other unexpected

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

115: -- error.
116: --
117: rollback to create_au_module_swi;
118: if hr_multi_message.unexpected_error_add(l_proc) then
119: hr_utility.set_location(' Leaving:' || l_proc,40);
120: raise;
121: end if;
122: --
123: -- Reset IN OUT and set OUT parameters

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

124: --
125: p_module_id := null;
126: p_object_version_number := null;
127: p_return_status := hr_multi_message.get_return_status_disable;
128: hr_utility.set_location(' Leaving:' || l_proc,50);
129: end create_au_module;
130: -- ----------------------------------------------------------------------------
131: -- |---------------------------< delete_au_module >---------------------------|
132: -- ----------------------------------------------------------------------------

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

146: l_proc varchar2(72);
147: Begin
148: l_proc := g_package ||'delete_au_module';
149: --
150: hr_utility.set_location(' Entering:' || l_proc,10);
151: --
152: -- Issue a savepoint
153: --
154: savepoint delete_au_module_swi;

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

188: -- messages of any type exist in the Multiple Message List.
189: -- Also disable Multiple Message Detection.
190: --
191: p_return_status := hr_multi_message.get_return_status_disable;
192: hr_utility.set_location(' Leaving:' || l_proc,20);
193: --
194: exception
195: when hr_multi_message.error_message_exist then
196: --

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

202: --
203: -- Reset IN OUT parameters and set OUT parameters
204: --
205: p_return_status := hr_multi_message.get_return_status_disable;
206: hr_utility.set_location(' Leaving:' || l_proc, 30);
207: when others then
208: --
209: -- When Multiple Message Detection is enabled catch
210: -- any Application specific or other unexpected

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

213: -- error.
214: --
215: rollback to delete_au_module_swi;
216: if hr_multi_message.unexpected_error_add(l_proc) then
217: hr_utility.set_location(' Leaving:' || l_proc,40);
218: raise;
219: end if;
220: --
221: -- Reset IN OUT and set OUT parameters

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

220: --
221: -- Reset IN OUT and set OUT parameters
222: --
223: p_return_status := hr_multi_message.get_return_status_disable;
224: hr_utility.set_location(' Leaving:' || l_proc,50);
225: end delete_au_module;
226: -- ----------------------------------------------------------------------------
227: -- |---------------------------< update_au_module >---------------------------|
228: -- ----------------------------------------------------------------------------

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

251: -- Other variables
252: l_proc varchar2(72);
253: Begin
254: l_proc := g_package ||'update_au_module';
255: hr_utility.set_location(' Entering:' || l_proc,10);
256: --
257: -- Issue a savepoint
258: --
259: savepoint update_au_module_swi;

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

303: -- messages of any type exist in the Multiple Message List.
304: -- Also disable Multiple Message Detection.
305: --
306: p_return_status := hr_multi_message.get_return_status_disable;
307: hr_utility.set_location(' Leaving:' || l_proc,20);
308: --
309: exception
310: when hr_multi_message.error_message_exist then
311: --

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

318: -- Reset IN OUT parameters 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, 30);
323: when others then
324: --
325: -- When Multiple Message Detection is enabled catch
326: -- any Application specific or other unexpected

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

329: -- error.
330: --
331: rollback to update_au_module_swi;
332: if hr_multi_message.unexpected_error_add(l_proc) then
333: hr_utility.set_location(' Leaving:' || l_proc,40);
334: raise;
335: end if;
336: --
337: -- Reset IN OUT and set OUT parameters

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

337: -- Reset IN OUT and set OUT parameters
338: --
339: p_object_version_number := l_object_version_number;
340: p_return_status := hr_multi_message.get_return_status_disable;
341: hr_utility.set_location(' Leaving:' || l_proc,50);
342: end update_au_module;
343: begin
344: g_package := 'pay_au_modules_swi.';
345: end pay_au_modules_swi;