DBA Data[Home] [Help]

APPS.PER_RI_CONFIGURATION_SWI dependencies on HR_UTILITY

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

28: --
29: -- Other variables
30: l_proc varchar2(72) := g_package ||'create_configuration';
31: Begin
32: hr_utility.set_location(' Entering:' || l_proc,10);
33: --
34: -- Issue a savepoint
35: --
36: savepoint create_configuration_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_configuration_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_configuration;
116: -- ----------------------------------------------------------------------------
117: -- |-------------------------< update_configuration >-------------------------|
118: -- ----------------------------------------------------------------------------

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

137: --
138: -- Other variables
139: l_proc varchar2(72) := g_package ||'update_configuration';
140: Begin
141: hr_utility.set_location(' Entering:' || l_proc,10);
142: --
143: -- Issue a savepoint
144: --
145: savepoint update_configuration_swi;

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

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

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

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

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

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

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

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

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

240: --
241: -- Other variables
242: l_proc varchar2(72) := g_package ||'delete_configuration';
243: Begin
244: hr_utility.set_location(' Entering:' || l_proc,10);
245: --
246: -- Issue a savepoint
247: --
248: savepoint delete_configuration_swi;

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

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

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

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

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

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

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

314: --
315: -- Reset IN OUT and set OUT parameters
316: --
317: p_return_status := hr_multi_message.get_return_status_disable;
318: hr_utility.set_location(' Leaving:' || l_proc,50);
319: end delete_configuration;
320: end per_ri_configuration_swi;