DBA Data[Home] [Help]

APPS.PQH_COPY_ENTITY_ATTRIBS_SWI dependencies on HR_UTILITY

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

56: --
57: -- Other variables
58: l_proc varchar2(72) := g_package ||'create_copy_entity_attrib';
59: Begin
60: hr_utility.set_location(' Entering:' || l_proc,10);
61: --
62: -- Issue a savepoint
63: --
64: savepoint create_copy_entity_attrib_swi;

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

132: -- messages of any type exist in the Multiple Message List.
133: -- Also disable Multiple Message Detection.
134: --
135: p_return_status := hr_multi_message.get_return_status_disable;
136: hr_utility.set_location(' Leaving:' || l_proc,20);
137: --
138: exception
139: when hr_multi_message.error_message_exist then
140: --

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

148: --
149: p_copy_entity_attrib_id := null;
150: p_object_version_number := null;
151: p_return_status := hr_multi_message.get_return_status_disable;
152: hr_utility.set_location(' Leaving:' || l_proc, 30);
153: when others then
154: --
155: -- When Multiple Message Detection is enabled catch
156: -- any Application specific or other unexpected

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

159: -- error.
160: --
161: rollback to create_copy_entity_attrib_swi;
162: if hr_multi_message.unexpected_error_add(l_proc) then
163: hr_utility.set_location(' Leaving:' || l_proc,40);
164: raise;
165: end if;
166: --
167: -- Reset IN OUT and set OUT parameters

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

168: --
169: p_copy_entity_attrib_id := null;
170: p_object_version_number := null;
171: p_return_status := hr_multi_message.get_return_status_disable;
172: hr_utility.set_location(' Leaving:' || l_proc,50);
173: end create_copy_entity_attrib;
174: -- ----------------------------------------------------------------------------
175: -- |-----------------------< delete_copy_entity_attrib >----------------------|
176: -- ----------------------------------------------------------------------------

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

189: --
190: -- Other variables
191: l_proc varchar2(72) := g_package ||'delete_copy_entity_attrib';
192: Begin
193: hr_utility.set_location(' Entering:' || l_proc,10);
194: --
195: -- Issue a savepoint
196: --
197: savepoint delete_copy_entity_attrib_swi;

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

232: -- messages of any type exist in the Multiple Message List.
233: -- Also disable Multiple Message Detection.
234: --
235: p_return_status := hr_multi_message.get_return_status_disable;
236: hr_utility.set_location(' Leaving:' || l_proc,20);
237: --
238: exception
239: when hr_multi_message.error_message_exist then
240: --

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

246: --
247: -- Reset IN OUT parameters and set OUT parameters
248: --
249: p_return_status := hr_multi_message.get_return_status_disable;
250: hr_utility.set_location(' Leaving:' || l_proc, 30);
251: when others then
252: --
253: -- When Multiple Message Detection is enabled catch
254: -- any Application specific or other unexpected

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

257: -- error.
258: --
259: rollback to delete_copy_entity_attrib_swi;
260: if hr_multi_message.unexpected_error_add(l_proc) then
261: hr_utility.set_location(' Leaving:' || l_proc,40);
262: raise;
263: end if;
264: --
265: -- Reset IN OUT and set OUT parameters

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

264: --
265: -- Reset IN OUT and set OUT parameters
266: --
267: p_return_status := hr_multi_message.get_return_status_disable;
268: hr_utility.set_location(' Leaving:' || l_proc,50);
269: end delete_copy_entity_attrib;
270: -- ----------------------------------------------------------------------------
271: -- |-----------------------< update_copy_entity_attrib >----------------------|
272: -- ----------------------------------------------------------------------------

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

319: --
320: -- Other variables
321: l_proc varchar2(72) := g_package ||'update_copy_entity_attrib';
322: Begin
323: hr_utility.set_location(' Entering:' || l_proc,10);
324: --
325: -- Issue a savepoint
326: --
327: savepoint update_copy_entity_attrib_swi;

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

396: -- messages of any type exist in the Multiple Message List.
397: -- Also disable Multiple Message Detection.
398: --
399: p_return_status := hr_multi_message.get_return_status_disable;
400: hr_utility.set_location(' Leaving:' || l_proc,20);
401: --
402: exception
403: when hr_multi_message.error_message_exist then
404: --

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

411: -- Reset IN OUT parameters and set OUT parameters
412: --
413: p_object_version_number := l_object_version_number;
414: p_return_status := hr_multi_message.get_return_status_disable;
415: hr_utility.set_location(' Leaving:' || l_proc, 30);
416: when others then
417: --
418: -- When Multiple Message Detection is enabled catch
419: -- any Application specific or other unexpected

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

422: -- error.
423: --
424: rollback to update_copy_entity_attrib_swi;
425: if hr_multi_message.unexpected_error_add(l_proc) then
426: hr_utility.set_location(' Leaving:' || l_proc,40);
427: raise;
428: end if;
429: --
430: -- Reset IN OUT and set OUT parameters

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

430: -- Reset IN OUT and set OUT parameters
431: --
432: p_object_version_number := l_object_version_number;
433: p_return_status := hr_multi_message.get_return_status_disable;
434: hr_utility.set_location(' Leaving:' || l_proc,50);
435: end update_copy_entity_attrib;
436: end pqh_copy_entity_attribs_swi;