DBA Data[Home] [Help]

APPS.OTA_NHS_API dependencies on HR_UTILITY

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

61: l_effective_date date;
62: l_completion_date date;
63: l_proc varchar2(72) := g_package||'create_non_ota_histories';
64: begin
65: hr_utility.set_location('Entering:'|| l_proc, 10);
66: --
67: -- Issue a savepoint
68: --
69: savepoint create_histories;

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

251: /*p_id := ;
252: p_object_version_number := ;
253: p_some_warning := ; */
254: --
255: hr_utility.set_location(' Leaving:'||l_proc, 70);
256: exception
257: when hr_api.validate_enabled then
258: --
259: -- As the Validate_Enabled exception has been raised

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

267: --
268: /* p_id := null;
269: p_object_version_number := null;
270: p_some_warning := ;*/
271: hr_utility.set_location(' Leaving:'||l_proc, 80);
272: when others then
273: --
274: -- A validation or unexpected error has occured
275: --

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

273: --
274: -- A validation or unexpected error has occured
275: --
276: rollback to create_histories;
277: hr_utility.set_location(' Leaving:'||l_proc, 90);
278: raise;
279: end create_non_ota_histories;
280: --
281:

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

335: l_effective_date date;
336: l_completion_date date;
337: l_proc varchar2(72) := g_package||'update_non_ota_histories';
338: begin
339: hr_utility.set_location('Entering:'|| l_proc, 10);
340: --
341: -- Issue a savepoint
342: --
343: savepoint update_histories;

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

525: /* p_id := ;
526: p_object_version_number := ;
527: p_some_warning := ;*/
528: --
529: hr_utility.set_location(' Leaving:'||l_proc, 70);
530: exception
531: when hr_api.validate_enabled then
532: --
533: -- As the Validate_Enabled exception has been raised

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

541: --
542: /* p_id := null;
543: p_object_version_number := null;
544: p_some_warning := ; */
545: hr_utility.set_location(' Leaving:'||l_proc, 80);
546: when others then
547: --
548: -- A validation or unexpected error has occured
549: --

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

547: --
548: -- A validation or unexpected error has occured
549: --
550: rollback to update_histories;
551: hr_utility.set_location(' Leaving:'||l_proc, 90);
552: raise;
553: end update_non_ota_histories;
554: --
555:

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

569: l_object_version_id number;
570: --
571: --
572: begin
573: hr_utility.set_location('Entering:'|| l_proc, 10);
574: --
575: -- Issue a savepoint
576: --
577: savepoint delete_external_learning;

Line 630: hr_utility.set_location(' Leaving:'||l_proc, 170);

626: --
627: -- Set all output arguments
628: --
629: --
630: hr_utility.set_location(' Leaving:'||l_proc, 170);
631: exception
632: when hr_api.validate_enabled then
633: --
634: -- As the Validate_Enabled exception has been raised

Line 643: hr_utility.set_location(' Leaving:'||l_proc, 180);

639: -- Only set output warning arguments
640: -- (Any key or derived arguments must be set to null
641: -- when validation only mode is being used.)
642: --
643: hr_utility.set_location(' Leaving:'||l_proc, 180);
644: when others then
645: --
646: -- A validation or unexpected error has occured
647: --

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

645: --
646: -- A validation or unexpected error has occured
647: --
648: rollback to delete_external_learning;
649: hr_utility.set_location(' Leaving:'||l_proc, 190);
650: raise;
651:
652: end delete_external_learning;
653: end OTA_NHS_API;