DBA Data[Home] [Help]

APPS.BEN_SCHEDD_ENROLLMENT_RL_API dependencies on HR_UTILITY

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

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

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

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

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

229: -- End of API User Hook for the after hook of create_Schedd_Enrollment_Rl
230: --
231: end;
232: --
233: hr_utility.set_location(l_proc, 60);
234: --
235: -- When in validation only mode raise the Validate_Enabled exception
236: --
237: if p_validate then

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

244: p_effective_start_date := l_effective_start_date;
245: p_effective_end_date := l_effective_end_date;
246: p_object_version_number := l_object_version_number;
247: --
248: hr_utility.set_location(' Leaving:'||l_proc, 70);
249: --
250: exception
251: --
252: when hr_api.validate_enabled then

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

263: p_schedd_enrt_rl_id := null;
264: p_effective_start_date := null;
265: p_effective_end_date := null;
266: p_object_version_number := null;
267: hr_utility.set_location(' Leaving:'||l_proc, 80);
268: --
269: when others then
270: --
271: -- A validation or unexpected error has occured

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

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

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

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

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

508: -- End of API User Hook for the after hook of update_Schedd_Enrollment_Rl
509: --
510: end;
511: --
512: hr_utility.set_location(l_proc, 60);
513: --
514: -- When in validation only mode raise the Validate_Enabled exception
515: --
516: if p_validate then

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

522: p_object_version_number := l_object_version_number;
523: p_effective_start_date := l_effective_start_date;
524: p_effective_end_date := l_effective_end_date;
525: --
526: hr_utility.set_location(' Leaving:'||l_proc, 70);
527: --
528: exception
529: --
530: when hr_api.validate_enabled then

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

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

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

572: l_effective_end_date ben_schedd_enrt_rl_f.effective_end_date%TYPE;
573: --
574: begin
575: --
576: hr_utility.set_location('Entering:'|| l_proc, 10);
577: --
578: -- Issue a savepoint if operating in validation only mode
579: --
580: savepoint delete_Schedd_Enrollment_Rl;

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

578: -- Issue a savepoint if operating in validation only mode
579: --
580: savepoint delete_Schedd_Enrollment_Rl;
581: --
582: hr_utility.set_location(l_proc, 20);
583: --
584: -- Process Logic
585: --
586: l_object_version_number := p_object_version_number;

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

641: -- End of API User Hook for the after hook of delete_Schedd_Enrollment_Rl
642: --
643: end;
644: --
645: hr_utility.set_location(l_proc, 60);
646: --
647: -- When in validation only mode raise the Validate_Enabled exception
648: --
649: if p_validate then

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

649: if p_validate then
650: raise hr_api.validate_enabled;
651: end if;
652: --
653: hr_utility.set_location(' Leaving:'||l_proc, 70);
654: --
655: exception
656: --
657: when hr_api.validate_enabled then

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

701: l_validation_end_date date;
702: --
703: begin
704: --
705: hr_utility.set_location('Entering:'|| l_proc, 10);
706: --
707: ben_ser_shd.lck
708: (
709: p_schedd_enrt_rl_id => p_schedd_enrt_rl_id

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

713: ,p_effective_date => p_effective_date
714: ,p_datetrack_mode => p_datetrack_mode
715: );
716: --
717: hr_utility.set_location(' Leaving:'||l_proc, 70);
718: --
719: end lck;
720: --
721: end ben_Schedd_Enrollment_Rl_api;