DBA Data[Home] [Help]

APPS.BEN_CNTNG_PRTN_ELIG_PRFL_API dependencies on HR_UTILITY

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

64: l_object_version_number ben_cntng_prtn_elig_prfl_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_CNTNG_PRTN_ELIG_PRFL;

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

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

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

246: p_base_table_reference_column => 'CNTNG_PRTN_ELIG_PRFL_FLAG',
247: p_reference_table => 'BEN_CNTNG_PRTN_ELIG_PRFL_F',
248: p_reference_table_column => 'ELIGY_PRFL_ID');
249: --
250: hr_utility.set_location(l_proc, 60);
251: --
252: -- When in validation only mode raise the Validate_Enabled exception
253: --
254: if p_validate then

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

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

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

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

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

357: l_in_object_version_number number := p_object_version_number ;
358: --
359: begin
360: --
361: hr_utility.set_location('Entering:'|| l_proc, 10);
362: --
363: -- Issue a savepoint if operating in validation only mode
364: --
365: savepoint update_CNTNG_PRTN_ELIG_PRFL;

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

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

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

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

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

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

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

569: p_object_version_number := l_object_version_number;
570: p_effective_start_date := l_effective_start_date;
571: p_effective_end_date := l_effective_end_date;
572:
573: hr_utility.set_location(' Leaving:'||l_proc, 80);
574: --
575: when others then
576: --
577: -- A validation or unexpected error has occured

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

606: l_in_object_version_number number := p_object_version_number ;
607: --
608: begin
609: --
610: hr_utility.set_location('Entering:'|| l_proc, 10);
611: --
612: -- Issue a savepoint if operating in validation only mode
613: --
614: savepoint delete_CNTNG_PRTN_ELIG_PRFL;

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

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

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

684: p_base_table_reference_column => 'CNTNG_PRTN_ELIG_PRFL_FLAG',
685: p_reference_table => 'BEN_CNTNG_PRTN_ELIG_PRFL_F',
686: p_reference_table_column => 'ELIGY_PRFL_ID');
687: --
688: hr_utility.set_location(l_proc, 60);
689: --
690: -- When in validation only mode raise the Validate_Enabled exception
691: --
692: if p_validate then

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

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

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

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

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

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