DBA Data[Home] [Help]

APPS.BEN_DPNT_CVD_ANTHR_PL_CVG_API dependencies on HR_UTILITY

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

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

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

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

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

237: -- End of API User Hook for the after hook of create_DPNT_CVD_ANTHR_PL_CVG
238: --
239: end;
240: --
241: hr_utility.set_location(l_proc, 60);
242: --
243: ben_profile_handler.event_handler
244: (p_event => 'CREATE',
245: p_base_table => 'BEN_DPNT_CVG_ELIGY_PRFL_F',

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

262: p_effective_start_date := l_effective_start_date;
263: p_effective_end_date := l_effective_end_date;
264: p_object_version_number := l_object_version_number;
265: --
266: hr_utility.set_location(' Leaving:'||l_proc, 70);
267: --
268: exception
269: --
270: when hr_api.validate_enabled then

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

281: p_dpnt_cvrd_anthr_pl_cvg_id := null;
282: p_effective_start_date := null;
283: p_effective_end_date := null;
284: p_object_version_number := null;
285: hr_utility.set_location(' Leaving:'||l_proc, 80);
286: --
287: when others then
288: --
289: -- A validation or unexpected error has occured

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

358: l_effective_end_date ben_dpnt_cvrd_anthr_pl_cvg_f.effective_end_date%TYPE;
359: --
360: begin
361: --
362: hr_utility.set_location('Entering:'|| l_proc, 10);
363: --
364: -- Issue a savepoint if operating in validation only mode
365: --
366: savepoint update_DPNT_CVRD_ANTHR_PL_CVG;

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

364: -- Issue a savepoint if operating in validation only mode
365: --
366: savepoint update_DPNT_CVRD_ANTHR_PL_CVG;
367: --
368: hr_utility.set_location(l_proc, 20);
369: --
370: -- Process Logic
371: --
372: l_object_version_number := p_object_version_number;

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

537: -- End of API User Hook for the after hook of update_DPNT_CVD_ANTHR_PL_CVG
538: --
539: end;
540: --
541: hr_utility.set_location(l_proc, 60);
542: --
543: -- When in validation only mode raise the Validate_Enabled exception
544: --
545: if p_validate then

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

551: p_object_version_number := l_object_version_number;
552: p_effective_start_date := l_effective_start_date;
553: p_effective_end_date := l_effective_end_date;
554: --
555: hr_utility.set_location(' Leaving:'||l_proc, 70);
556: --
557: exception
558: --
559: when hr_api.validate_enabled then

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

568: -- when validation only mode is being used.)
569: --
570: p_effective_start_date := null;
571: p_effective_end_date := null;
572: hr_utility.set_location(' Leaving:'||l_proc, 80);
573: --
574: when others then
575: --
576: -- A validation or unexpected error has occured

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

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

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

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

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

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

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

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

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_dpc_shd.lck
754: (
755: p_dpnt_cvrd_anthr_pl_cvg_id => p_dpnt_cvrd_anthr_pl_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_DPNT_CVD_ANTHR_PL_CVG_api;