DBA Data[Home] [Help]

APPS.PSP_ORGANIZATION_ACCOUNTS_API dependencies on HR_UTILITY

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

60: l_start_date_active date;
61: l_end_date_active date;
62:
63: begin
64: hr_utility.set_location('Entering:'|| l_proc, 10);
65: --
66: -- Issue a savepoint
67: --
68: savepoint create_organization_account;

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

228: --
229: p_object_version_number := l_object_version_number;
230:
231: --
232: hr_utility.set_location(' Leaving:'||l_proc, 70);
233: exception
234: when hr_api.validate_enabled then
235: --
236: -- As the Validate_Enabled exception has been raised

Line 246: hr_utility.set_location(' Leaving:'||l_proc, 80);

242: -- (Any key or derived arguments must be set to null
243: -- when validation only mode is being used.)
244: --
245: p_object_version_number := null;
246: hr_utility.set_location(' Leaving:'||l_proc, 80);
247: when others then
248: --
249: -- A validation or unexpected error has occured
250: --

Line 257: hr_utility.set_location(' Leaving:'||l_proc, 90);

253: -- Reset IN OUT parameters and set all
254: -- OUT parameters, including warnings, to null
255: --
256: p_object_version_number := null;
257: hr_utility.set_location(' Leaving:'||l_proc, 90);
258: raise;
259: end create_organization_account;
260:
261:

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

318: l_start_date_active date;
319: l_end_date_active date;
320:
321: begin
322: hr_utility.set_location('Entering:'|| l_proc, 10);
323: --
324: -- Issue a savepoint
325: --
326: savepoint update_organization_account;

Line 488: hr_utility.set_location(' Leaving:'||l_proc, 70);

484: -- Set all IN OUT and OUT parameters with out values
485: --
486: p_object_version_number := l_object_version_number;
487:
488: hr_utility.set_location(' Leaving:'||l_proc, 70);
489: exception
490: when hr_api.validate_enabled then
491: --
492: -- As the Validate_Enabled exception has been raised

Line 502: hr_utility.set_location(' Leaving:'||l_proc, 80);

498: -- (Any key or derived arguments must be set to null
499: -- when validation only mode is being used.)
500: --
501: p_object_version_number := null;
502: hr_utility.set_location(' Leaving:'||l_proc, 80);
503: when others then
504: --
505: -- A validation or unexpected error has occured
506: --

Line 513: hr_utility.set_location(' Leaving:'||l_proc, 90);

509: -- Reset IN OUT parameters and set all
510: -- OUT parameters, including warnings, to null
511: --
512: p_object_version_number := null;
513: hr_utility.set_location(' Leaving:'||l_proc, 90);
514: raise;
515: end update_organization_account;
516:
517:

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

534: --
535: l_object_version_number number(9);
536: l_proc varchar2(72) := g_package||'delete_organization_account';
537: begin
538: hr_utility.set_location('Entering:'|| l_proc, 10);
539: --
540: -- Issue a savepoint
541: --
542: savepoint delete_organization_account;

Line 603: hr_utility.set_location(' Leaving:'||l_proc, 70);

599: --
600: -- Set all IN OUT and OUT parameters with out values
601: --
602: p_object_version_number := l_object_version_number;
603: hr_utility.set_location(' Leaving:'||l_proc, 70);
604: exception
605: when hr_api.validate_enabled then
606: --
607: -- As the Validate_Enabled exception has been raised

Line 617: hr_utility.set_location(' Leaving:'||l_proc, 80);

613: -- (Any key or derived arguments must be set to null
614: -- when validation only mode is being used.)
615: --
616: p_object_version_number := null;
617: hr_utility.set_location(' Leaving:'||l_proc, 80);
618: when others then
619: --
620: -- A validation or unexpected error has occured
621: --

Line 628: hr_utility.set_location(' Leaving:'||l_proc, 90);

624: -- Reset IN OUT parameters and set all
625: -- OUT parameters, including warnings, to null
626: --
627: p_object_version_number := null;
628: hr_utility.set_location(' Leaving:'||l_proc, 90);
629: raise;
630: end delete_organization_account;
631: --
632: end psp_organization_accounts_api;