DBA Data[Home] [Help]

APPS.BEN_ACRS_PTIP_CVG_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_acrs_ptip_cvg_f.object_version_number%TYPE;
64: --
65: begin
66: --
67: hr_utility.set_location('Entering:'|| l_proc, 10);
68: --
69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_acrs_ptip_cvg;

Line 73: hr_utility.set_location(l_proc, 20);

69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_acrs_ptip_cvg;
72: --
73: hr_utility.set_location(l_proc, 20);
74: --
75: -- Process Logic
76: --
77: begin

Line 237: hr_utility.set_location(l_proc, 60);

233: -- End of API User Hook for the after hook of create_acrs_ptip_cvg
234: --
235: end;
236: --
237: hr_utility.set_location(l_proc, 60);
238: --
239: -- When in validation only mode raise the Validate_Enabled exception
240: --
241: if p_validate then

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

248: p_effective_start_date := l_effective_start_date;
249: p_effective_end_date := l_effective_end_date;
250: p_object_version_number := l_object_version_number;
251: --
252: hr_utility.set_location(' Leaving:'||l_proc, 70);
253: --
254: exception
255: --
256: when hr_api.validate_enabled then

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

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

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

336: l_effective_end_date ben_acrs_ptip_cvg_f.effective_end_date%TYPE;
337: --
338: begin
339: --
340: hr_utility.set_location('Entering:'|| l_proc, 10);
341: --
342: -- Issue a savepoint if operating in validation only mode
343: --
344: savepoint update_acrs_ptip_cvg;

Line 346: hr_utility.set_location(l_proc, 20);

342: -- Issue a savepoint if operating in validation only mode
343: --
344: savepoint update_acrs_ptip_cvg;
345: --
346: hr_utility.set_location(l_proc, 20);
347: --
348: -- Process Logic
349: --
350: l_object_version_number := p_object_version_number;

Line 516: hr_utility.set_location(l_proc, 60);

512: -- End of API User Hook for the after hook of update_acrs_ptip_cvg
513: --
514: end;
515: --
516: hr_utility.set_location(l_proc, 60);
517: --
518: -- When in validation only mode raise the Validate_Enabled exception
519: --
520: if p_validate then

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

526: p_object_version_number := l_object_version_number;
527: p_effective_start_date := l_effective_start_date;
528: p_effective_end_date := l_effective_end_date;
529: --
530: hr_utility.set_location(' Leaving:'||l_proc, 70);
531: --
532: exception
533: --
534: when hr_api.validate_enabled then

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

541: -- Only set output warning arguments
542: -- (Any key or derived arguments must be set to null
543: -- when validation only mode is being used.)
544: --
545: hr_utility.set_location(' Leaving:'||l_proc, 80);
546: --
547: when others then
548: --
549: -- A validation or unexpected error has occured

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

579: l_effective_end_date ben_acrs_ptip_cvg_f.effective_end_date%TYPE;
580: --
581: begin
582: --
583: hr_utility.set_location('Entering:'|| l_proc, 10);
584: --
585: -- Issue a savepoint if operating in validation only mode
586: --
587: savepoint delete_acrs_ptip_cvg;

Line 589: hr_utility.set_location(l_proc, 20);

585: -- Issue a savepoint if operating in validation only mode
586: --
587: savepoint delete_acrs_ptip_cvg;
588: --
589: hr_utility.set_location(l_proc, 20);
590: --
591: -- Process Logic
592: --
593: l_object_version_number := p_object_version_number;

Line 652: hr_utility.set_location(l_proc, 60);

648: -- End of API User Hook for the after hook of delete_acrs_ptip_cvg
649: --
650: end;
651: --
652: hr_utility.set_location(l_proc, 60);
653: --
654: -- When in validation only mode raise the Validate_Enabled exception
655: --
656: if p_validate then

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

656: if p_validate then
657: raise hr_api.validate_enabled;
658: end if;
659: --
660: hr_utility.set_location(' Leaving:'||l_proc, 70);
661: --
662: exception
663: --
664: when hr_api.validate_enabled then

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

711: l_validation_end_date date;
712: --
713: begin
714: --
715: hr_utility.set_location('Entering:'|| l_proc, 10);
716: --
717: ben_apc_shd.lck
718: (
719: p_acrs_ptip_cvg_id => p_acrs_ptip_cvg_id

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

723: ,p_effective_date => p_effective_date
724: ,p_datetrack_mode => p_datetrack_mode
725: );
726: --
727: hr_utility.set_location(' Leaving:'||l_proc, 70);
728: --
729: end lck;
730: --
731: end ben_acrs_ptip_cvg_api;