DBA Data[Home] [Help]

APPS.BEN_ELIG_LVG_RSN_PRTE_API dependencies on HR_UTILITY

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

65: l_object_version_number ben_elig_lvg_rsn_prte_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_LVG_RSN_PRTE;

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

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

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

250: p_base_table_reference_column => 'ELIG_LVG_RSN_FLAG',
251: p_reference_table => 'BEN_ELIG_LVG_RSN_PRTE_F',
252: p_reference_table_column => 'ELIGY_PRFL_ID');
253: --
254: hr_utility.set_location(l_proc, 60);
255: --
256: -- When in validation only mode raise the Validate_Enabled exception
257: --
258: if p_validate then

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

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

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

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

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

355: l_effective_end_date ben_elig_lvg_rsn_prte_f.effective_end_date%TYPE;
356: --
357: begin
358: --
359: hr_utility.set_location('Entering:'|| l_proc, 10);
360: --
361: -- Issue a savepoint if operating in validation only mode
362: --
363: savepoint update_ELIG_LVG_RSN_PRTE;

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

361: -- Issue a savepoint if operating in validation only mode
362: --
363: savepoint update_ELIG_LVG_RSN_PRTE;
364: --
365: hr_utility.set_location(l_proc, 20);
366: --
367: -- Process Logic
368: --
369: 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_ELIG_LVG_RSN_PRTE
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 570: hr_utility.set_location(' Leaving:'||l_proc, 80);

566: -- Only set output warning arguments
567: -- (Any key or derived arguments must be set to null
568: -- when validation only mode is being used.)
569: --
570: hr_utility.set_location(' Leaving:'||l_proc, 80);
571: --
572: when others then
573: --
574: -- A validation or unexpected error has occured

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

599: l_effective_end_date ben_elig_lvg_rsn_prte_f.effective_end_date%TYPE;
600: --
601: begin
602: --
603: hr_utility.set_location('Entering:'|| l_proc, 10);
604: --
605: -- Issue a savepoint if operating in validation only mode
606: --
607: savepoint delete_ELIG_LVG_RSN_PRTE;

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

605: -- Issue a savepoint if operating in validation only mode
606: --
607: savepoint delete_ELIG_LVG_RSN_PRTE;
608: --
609: hr_utility.set_location(l_proc, 20);
610: --
611: -- Process Logic
612: --
613: l_object_version_number := p_object_version_number;

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

677: p_base_table_reference_column => 'ELIG_LVG_RSN_FLAG',
678: p_reference_table => 'BEN_ELIG_LVG_RSN_PRTE_F',
679: p_reference_table_column => 'ELIGY_PRFL_ID');
680: --
681: hr_utility.set_location(l_proc, 60);
682: --
683: -- When in validation only mode raise the Validate_Enabled exception
684: --
685: if p_validate then

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

685: if p_validate then
686: raise hr_api.validate_enabled;
687: end if;
688: --
689: hr_utility.set_location(' Leaving:'||l_proc, 70);
690: --
691: exception
692: --
693: when hr_api.validate_enabled then

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

735: l_validation_end_date date;
736: --
737: begin
738: --
739: hr_utility.set_location('Entering:'|| l_proc, 10);
740: --
741: ben_elv_shd.lck
742: (
743: p_elig_lvg_rsn_prte_id => p_elig_lvg_rsn_prte_id

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

747: ,p_effective_date => p_effective_date
748: ,p_datetrack_mode => p_datetrack_mode
749: );
750: --
751: hr_utility.set_location(' Leaving:'||l_proc, 70);
752: --
753: end lck;
754: --
755: end ben_ELIG_LVG_RSN_PRTE_api;