DBA Data[Home] [Help]

APPS.PSP_ORGANIZATION_ACCOUNTS_SWI dependencies on HR_UTILITY

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

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

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

143: -- messages of any type exist in the Multiple Message List.
144: -- Also disable Multiple Message Detection.
145: --
146: p_return_status := hr_multi_message.get_return_status_disable;
147: hr_utility.set_location(' Leaving:' || l_proc,20);
148: --
149: exception
150: when hr_multi_message.error_message_exist then
151: --

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

159: --
160: p_object_version_number := l_object_version_number;
161: p_return_status := null;
162: p_return_status := hr_multi_message.get_return_status_disable;
163: hr_utility.set_location(' Leaving:' || l_proc, 30);
164: when others then
165: --
166: -- When Multiple Message Detection is enabled catch
167: -- any Application specific or other unexpected

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

170: -- error.
171: --
172: rollback to create_org_account_swi;
173: if hr_multi_message.unexpected_error_add(l_proc) then
174: hr_utility.set_location(' Leaving:' || l_proc,40);
175: raise;
176: end if;
177: --
178: -- Reset IN OUT and set OUT parameters

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

179: --
180: p_object_version_number := l_object_version_number;
181: p_return_status := null;
182: p_return_status := hr_multi_message.get_return_status_disable;
183: hr_utility.set_location(' Leaving:' || l_proc,50);
184: end create_organization_account;
185: -- ----------------------------------------------------------------------------
186: -- |----------------------< delete_organization_account >---------------------|
187: -- ----------------------------------------------------------------------------

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

201: --
202: -- Other variables
203: l_proc varchar2(72) := g_package ||'delete_organization_account';
204: Begin
205: hr_utility.set_location(' Entering:' || l_proc,10);
206: --
207: -- Issue a savepoint
208: --
209: savepoint delete_org_account_swi;

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

252: -- messages of any type exist in the Multiple Message List.
253: -- Also disable Multiple Message Detection.
254: --
255: p_return_status := hr_multi_message.get_return_status_disable;
256: hr_utility.set_location(' Leaving:' || l_proc,20);
257: --
258: exception
259: when hr_multi_message.error_message_exist then
260: --

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

268: --
269: p_object_version_number := l_object_version_number;
270: p_return_status := null;
271: p_return_status := hr_multi_message.get_return_status_disable;
272: hr_utility.set_location(' Leaving:' || l_proc, 30);
273: when others then
274: --
275: -- When Multiple Message Detection is enabled catch
276: -- any Application specific or other unexpected

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

279: -- error.
280: --
281: rollback to delete_org_account_swi;
282: if hr_multi_message.unexpected_error_add(l_proc) then
283: hr_utility.set_location(' Leaving:' || l_proc,40);
284: raise;
285: end if;
286: --
287: -- Reset IN OUT and set OUT parameters

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

288: --
289: p_object_version_number := l_object_version_number;
290: p_return_status := null;
291: p_return_status := hr_multi_message.get_return_status_disable;
292: hr_utility.set_location(' Leaving:' || l_proc,50);
293: end delete_organization_account;
294: -- ----------------------------------------------------------------------------
295: -- |----------------------< update_organization_account >---------------------|
296: -- ----------------------------------------------------------------------------

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

342: --
343: -- Other variables
344: l_proc varchar2(72) := g_package ||'update_organization_account';
345: Begin
346: hr_utility.set_location(' Entering:' || l_proc,10);
347: --
348: -- Issue a savepoint
349: --
350: savepoint update_org_account_swi;

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

425: -- messages of any type exist in the Multiple Message List.
426: -- Also disable Multiple Message Detection.
427: --
428: p_return_status := hr_multi_message.get_return_status_disable;
429: hr_utility.set_location(' Leaving:' || l_proc,20);
430: --
431: exception
432: when hr_multi_message.error_message_exist then
433: --

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

441: --
442: p_object_version_number := l_object_version_number;
443: p_return_status := null;
444: p_return_status := hr_multi_message.get_return_status_disable;
445: hr_utility.set_location(' Leaving:' || l_proc, 30);
446: when others then
447: --
448: -- When Multiple Message Detection is enabled catch
449: -- any Application specific or other unexpected

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

452: -- error.
453: --
454: rollback to update_org_account_swi;
455: if hr_multi_message.unexpected_error_add(l_proc) then
456: hr_utility.set_location(' Leaving:' || l_proc,40);
457: raise;
458: end if;
459: --
460: -- Reset IN OUT and set OUT parameters

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

461: --
462: p_object_version_number := l_object_version_number;
463: p_return_status := null;
464: p_return_status := hr_multi_message.get_return_status_disable;
465: hr_utility.set_location(' Leaving:' || l_proc,50);
466: end update_organization_account;
467: end psp_organization_accounts_swi;