DBA Data[Home] [Help]

APPS.BEN_PERSON_TYPE_RATE_API dependencies on HR_UTILITY

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

64: l_object_version_number ben_per_typ_rt_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_PERSON_TYPE_RATE;

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

70: -- Issue a savepoint if operating in validation only mode
71: --
72: savepoint create_PERSON_TYPE_RATE;
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 => 'RT_PER_TYP_FLAG',
247: p_reference_table => 'BEN_PER_TYP_RT_F',
248: p_reference_table_column => 'VRBL_RT_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_per_typ_rt_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 363: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

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

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

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

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

607: l_effective_end_date ben_per_typ_rt_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_PERSON_TYPE_RATE;

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

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

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

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

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 755: hr_utility.set_location('Entering:'|| l_proc, 10);

751: l_validation_end_date date;
752: --
753: begin
754: --
755: hr_utility.set_location('Entering:'|| l_proc, 10);
756: --
757: ben_ptr_shd.lck
758: (
759: p_per_typ_rt_id => p_per_typ_rt_id

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

763: ,p_effective_date => p_effective_date
764: ,p_datetrack_mode => p_datetrack_mode
765: );
766: --
767: hr_utility.set_location(' Leaving:'||l_proc, 70);
768: --
769: end lck;
770: --
771: end ben_PERSON_TYPE_RATE_api;