DBA Data[Home] [Help]

APPS.BEN_ELIG_TTL_PRTT_PRTE_API dependencies on HR_UTILITY

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

68: l_object_version_number ben_ELIG_TTL_PRTT_PRTE_f.object_version_number%TYPE;
69: --
70: begin
71: --
72: hr_utility.set_location('Entering:'|| l_proc, 10);
73: --
74: -- Issue a savepoint if operating in validation only mode
75: --
76: savepoint create_ELIG_TTL_PRTT_PRTE;

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

74: -- Issue a savepoint if operating in validation only mode
75: --
76: savepoint create_ELIG_TTL_PRTT_PRTE;
77: --
78: hr_utility.set_location(l_proc, 20);
79: --
80: -- Process Logic
81: --
82: begin

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

262: p_base_table_reference_column => 'ELIG_TTL_PRTT_FLAG',
263: p_reference_table => 'BEN_ELIG_TTL_PRTT_PRTE_F',
264: p_reference_table_column => 'eligy_PRFL_ID');
265: --
266: hr_utility.set_location(l_proc, 60);
267: --
268: -- When in validation only mode raise the Validate_Enabled exception
269: --
270: if p_validate then

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

277: p_effective_start_date := l_effective_start_date;
278: p_effective_end_date := l_effective_end_date;
279: p_object_version_number := l_object_version_number;
280: --
281: hr_utility.set_location(' Leaving:'||l_proc, 70);
282: --
283: exception
284: --
285: when hr_api.validate_enabled then

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

296: p_ELIG_TTL_PRTT_PRTE_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, 80);
301: --
302: when others then
303: --
304: -- A validation or unexpected error has occured

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

308: p_ELIG_TTL_PRTT_PRTE_id := null;
309: p_effective_start_date := null;
310: p_effective_end_date := null;
311: p_object_version_number := null ;
312: hr_utility.set_location(' Leaving:'||l_proc, 90);
313: raise;
314: --
315: end create_ELIG_TTL_PRTT_PRTE;
316: -- ----------------------------------------------------------------------------

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

376: l_effective_end_date ben_ELIG_TTL_PRTT_PRTE_f.effective_end_date%TYPE;
377: --
378: begin
379: --
380: hr_utility.set_location('Entering:'|| l_proc, 10);
381: --
382: -- Issue a savepoint if operating in validation only mode
383: --
384: savepoint update_ELIG_TTL_PRTT_PRTE;

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

382: -- Issue a savepoint if operating in validation only mode
383: --
384: savepoint update_ELIG_TTL_PRTT_PRTE;
385: --
386: hr_utility.set_location(l_proc, 20);
387: --
388: -- Process Logic
389: --
390: l_object_version_number := p_object_version_number;

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

567: -- End of API User Hook for the after hook of update_ELIG_TTL_PRTT_PRTE
568: --
569: end;
570: --
571: hr_utility.set_location(l_proc, 60);
572: --
573: -- When in validation only mode raise the Validate_Enabled exception
574: --
575: if p_validate then

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

581: p_object_version_number := l_object_version_number;
582: p_effective_start_date := l_effective_start_date;
583: p_effective_end_date := l_effective_end_date;
584: --
585: hr_utility.set_location(' Leaving:'||l_proc, 70);
586: --
587: exception
588: --
589: when hr_api.validate_enabled then

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

596: -- Only set output warning arguments
597: -- (Any key or derived arguments must be set to null
598: -- when validation only mode is being used.)
599: --
600: hr_utility.set_location(' Leaving:'||l_proc, 80);
601: --
602: when others then
603: --
604: -- A validation or unexpected error has occured

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

607: -- NOCOPY Changes
608: p_effective_start_date := null;
609: p_effective_end_date := null;
610: p_object_version_number := l_object_version_number ;
611: hr_utility.set_location(' Leaving:'||l_proc, 90);
612: raise;
613: --
614: end update_ELIG_TTL_PRTT_PRTE;
615: -- ----------------------------------------------------------------------------

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

634: l_effective_end_date ben_ELIG_TTL_PRTT_PRTE_f.effective_end_date%TYPE;
635: --
636: begin
637: --
638: hr_utility.set_location('Entering:'|| l_proc, 10);
639: --
640: -- Issue a savepoint if operating in validation only mode
641: --
642: savepoint delete_ELIG_TTL_PRTT_PRTE;

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

640: -- Issue a savepoint if operating in validation only mode
641: --
642: savepoint delete_ELIG_TTL_PRTT_PRTE;
643: --
644: hr_utility.set_location(l_proc, 20);
645: --
646: -- Process Logic
647: --
648: l_object_version_number := p_object_version_number;

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

712: p_base_table_reference_column => 'ELIG_TTL_PRTT_FLAG',
713: p_reference_table => 'BEN_ELIG_TTL_PRTT_PRTE_F',
714: p_reference_table_column => 'eligy_PRFL_ID');
715: --
716: hr_utility.set_location(l_proc, 60);
717: --
718: -- When in validation only mode raise the Validate_Enabled exception
719: --
720: if p_validate then

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

720: if p_validate then
721: raise hr_api.validate_enabled;
722: end if;
723: --
724: hr_utility.set_location(' Leaving:'||l_proc, 70);
725: --
726: exception
727: --
728: when hr_api.validate_enabled then

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

747: -- NOCOPY Changes
748: p_effective_start_date := null;
749: p_effective_end_date := null;
750: p_object_version_number := l_object_version_number ;
751: hr_utility.set_location(' Leaving:'||l_proc, 90);
752: raise;
753: --
754: end delete_ELIG_TTL_PRTT_PRTE;
755: --

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

775: l_validation_end_date date;
776: --
777: begin
778: --
779: hr_utility.set_location('Entering:'|| l_proc, 10);
780: --
781: ben_etp_shd.lck
782: (
783: p_ELIG_TTL_PRTT_PRTE_id => p_ELIG_TTL_PRTT_PRTE_id

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

787: ,p_effective_date => p_effective_date
788: ,p_datetrack_mode => p_datetrack_mode
789: );
790: --
791: hr_utility.set_location(' Leaving:'||l_proc, 70);
792: --
793: end lck;
794: --
795: end ben_ELIG_TTL_PRTT_PRTE_api;