DBA Data[Home] [Help]

APPS.BEN_ELIG_STDNT_STAT_CVG_API dependencies on HR_UTILITY

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

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

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

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

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

241: -- End of API User Hook for the after hook of create_ELIG_STDNT_STAT_CVG
242: --
243: end;
244: --
245: hr_utility.set_location(l_proc, 60);
246: --
247: ben_profile_handler.event_handler
248: (p_event => 'CREATE',
249: p_base_table => 'BEN_DPNT_CVG_ELIGY_PRFL_F',

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

266: p_effective_start_date := l_effective_start_date;
267: p_effective_end_date := l_effective_end_date;
268: p_object_version_number := l_object_version_number;
269: --
270: hr_utility.set_location(' Leaving:'||l_proc, 70);
271: --
272: exception
273: --
274: when hr_api.validate_enabled then

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

285: p_elig_stdnt_stat_cvg_id := null;
286: p_effective_start_date := null;
287: p_effective_end_date := null;
288: p_object_version_number := null;
289: hr_utility.set_location(' Leaving:'||l_proc, 80);
290: --
291: when others then
292: --
293: -- A validation or unexpected error has occured

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

296: p_elig_stdnt_stat_cvg_id := null;
297: p_effective_start_date := null;
298: p_effective_end_date := null;
299: p_object_version_number := null;
300: hr_utility.set_location(' Leaving:'||l_proc, 90);
301: raise;
302: --
303: end create_ELIG_STDNT_STAT_CVG;
304: -- ----------------------------------------------------------------------------

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

361: l_effective_end_date ben_elig_stdnt_stat_cvg_f.effective_end_date%TYPE;
362: --
363: begin
364: --
365: hr_utility.set_location('Entering:'|| l_proc, 10);
366: --
367: -- Issue a savepoint if operating in validation only mode
368: --
369: savepoint update_ELIG_STDNT_STAT_CVG;

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

367: -- Issue a savepoint if operating in validation only mode
368: --
369: savepoint update_ELIG_STDNT_STAT_CVG;
370: --
371: hr_utility.set_location(l_proc, 20);
372: --
373: -- Process Logic
374: --
375: l_object_version_number := p_object_version_number;

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

543: -- End of API User Hook for the after hook of update_ELIG_STDNT_STAT_CVG
544: --
545: end;
546: --
547: hr_utility.set_location(l_proc, 60);
548: --
549: -- When in validation only mode raise the Validate_Enabled exception
550: --
551: if p_validate then

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

557: p_object_version_number := l_object_version_number;
558: p_effective_start_date := l_effective_start_date;
559: p_effective_end_date := l_effective_end_date;
560: --
561: hr_utility.set_location(' Leaving:'||l_proc, 70);
562: --
563: exception
564: --
565: when hr_api.validate_enabled then

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

572: -- Only set output warning arguments
573: -- (Any key or derived arguments must be set to null
574: -- when validation only mode is being used.)
575: --
576: hr_utility.set_location(' Leaving:'||l_proc, 80);
577: --
578: when others then
579: --
580: -- A validation or unexpected error has occured

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

581: --
582: ROLLBACK TO update_ELIG_STDNT_STAT_CVG;
583: p_effective_start_date := null;
584: p_effective_end_date := null;
585: hr_utility.set_location(' Leaving:'||l_proc, 90);
586: raise;
587: --
588: end update_ELIG_STDNT_STAT_CVG;
589: -- ----------------------------------------------------------------------------

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

608: l_effective_end_date ben_elig_stdnt_stat_cvg_f.effective_end_date%TYPE;
609: --
610: begin
611: --
612: hr_utility.set_location('Entering:'|| l_proc, 10);
613: --
614: -- Issue a savepoint if operating in validation only mode
615: --
616: savepoint delete_ELIG_STDNT_STAT_CVG;

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

614: -- Issue a savepoint if operating in validation only mode
615: --
616: savepoint delete_ELIG_STDNT_STAT_CVG;
617: --
618: hr_utility.set_location(l_proc, 20);
619: --
620: -- Process Logic
621: --
622: l_object_version_number := p_object_version_number;

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

677: -- End of API User Hook for the after hook of delete_ELIG_STDNT_STAT_CVG
678: --
679: end;
680: --
681: hr_utility.set_location(l_proc, 60);
682: --
683: ben_profile_handler.event_handler
684: (p_event => 'DELETE',
685: p_base_table => 'BEN_DPNT_CVG_ELIGY_PRFL_F',

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

694: if p_validate then
695: raise hr_api.validate_enabled;
696: end if;
697: --
698: hr_utility.set_location(' Leaving:'||l_proc, 70);
699: --
700: exception
701: --
702: when hr_api.validate_enabled then

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

719: --
720: ROLLBACK TO delete_ELIG_STDNT_STAT_CVG;
721: p_effective_start_date := null;
722: p_effective_end_date := null;
723: hr_utility.set_location(' Leaving:'||l_proc, 90);
724: raise;
725: --
726: end delete_ELIG_STDNT_STAT_CVG;
727: --

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

747: l_validation_end_date date;
748: --
749: begin
750: --
751: hr_utility.set_location('Entering:'|| l_proc, 10);
752: --
753: ben_esc_shd.lck
754: (
755: p_elig_stdnt_stat_cvg_id => p_elig_stdnt_stat_cvg_id

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

759: ,p_effective_date => p_effective_date
760: ,p_datetrack_mode => p_datetrack_mode
761: );
762: --
763: hr_utility.set_location(' Leaving:'||l_proc, 70);
764: --
765: end lck;
766: --
767: end ben_ELIG_STDNT_STAT_CVG_api;