DBA Data[Home] [Help]

APPS.BEN_COMP_COMM_TYPES_API dependencies on HR_UTILITY

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

74: l_object_version_number ben_cm_typ_f.object_version_number%TYPE;
75: --
76: begin
77: --
78: hr_utility.set_location('Entering:'|| l_proc, 10);
79: --
80: -- Issue a savepoint if operating in validation only mode
81: --
82: savepoint create_comp_comm_types;

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

80: -- Issue a savepoint if operating in validation only mode
81: --
82: savepoint create_comp_comm_types;
83: --
84: hr_utility.set_location(l_proc, 20);
85: hr_utility.set_location(l_proc, 21);
86: --
87: -- Process Logic
88: --

Line 85: hr_utility.set_location(l_proc, 21);

81: --
82: savepoint create_comp_comm_types;
83: --
84: hr_utility.set_location(l_proc, 20);
85: hr_utility.set_location(l_proc, 21);
86: --
87: -- Process Logic
88: --
89: begin

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

279: -- End of API User Hook for the after hook of create_comp_comm_types
280: --
281: end;
282: --
283: hr_utility.set_location(l_proc, 60);
284: --
285: -- When in validation only mode raise the Validate_Enabled exception
286: --
287: if p_validate then

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

294: p_effective_start_date := l_effective_start_date;
295: p_effective_end_date := l_effective_end_date;
296: p_object_version_number := l_object_version_number;
297: --
298: hr_utility.set_location(' Leaving:'||l_proc, 70);
299: --
300: exception
301: --
302: when hr_api.validate_enabled then

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

313: p_cm_typ_id := null;
314: p_effective_start_date := null;
315: p_effective_end_date := null;
316: p_object_version_number := null;
317: hr_utility.set_location(' Leaving:'||l_proc, 80);
318: --
319: when others then
320: --
321: -- A validation or unexpected error has occured

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

393: l_effective_end_date ben_cm_typ_f.effective_end_date%TYPE;
394: --
395: begin
396: --
397: hr_utility.set_location('Entering:'|| l_proc, 10);
398: --
399: -- Issue a savepoint if operating in validation only mode
400: --
401: savepoint update_comp_comm_types;

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

399: -- Issue a savepoint if operating in validation only mode
400: --
401: savepoint update_comp_comm_types;
402: --
403: hr_utility.set_location(l_proc, 20);
404: --
405: -- Process Logic
406: --
407: l_object_version_number := p_object_version_number;

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

606: -- End of API User Hook for the after hook of update_comp_comm_types
607: --
608: end;
609: --
610: hr_utility.set_location(l_proc, 60);
611: --
612: -- When in validation only mode raise the Validate_Enabled exception
613: --
614: if p_validate then

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

620: p_object_version_number := l_object_version_number;
621: p_effective_start_date := l_effective_start_date;
622: p_effective_end_date := l_effective_end_date;
623: --
624: hr_utility.set_location(' Leaving:'||l_proc, 70);
625: --
626: exception
627: --
628: when hr_api.validate_enabled then

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

635: -- Only set output warning arguments
636: -- (Any key or derived arguments must be set to null
637: -- when validation only mode is being used.)
638: --
639: hr_utility.set_location(' Leaving:'||l_proc, 80);
640: --
641: when others then
642: --
643: -- A validation or unexpected error has occured

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

671: l_effective_end_date ben_cm_typ_f.effective_end_date%TYPE;
672: --
673: begin
674: --
675: hr_utility.set_location('Entering:'|| l_proc, 10);
676: --
677: -- Issue a savepoint if operating in validation only mode
678: --
679: savepoint delete_comp_comm_types;

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

677: -- Issue a savepoint if operating in validation only mode
678: --
679: savepoint delete_comp_comm_types;
680: --
681: hr_utility.set_location(l_proc, 20);
682: --
683: -- Process Logic
684: --
685: l_object_version_number := p_object_version_number;

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

742: -- End of API User Hook for the after hook of delete_comp_comm_types
743: --
744: end;
745: --
746: hr_utility.set_location(l_proc, 60);
747: --
748: -- When in validation only mode raise the Validate_Enabled exception
749: --
750: if p_validate then

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

750: if p_validate then
751: raise hr_api.validate_enabled;
752: end if;
753: --
754: hr_utility.set_location(' Leaving:'||l_proc, 70);
755: --
756: exception
757: --
758: when hr_api.validate_enabled then

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

802: l_validation_end_date date;
803: --
804: begin
805: --
806: hr_utility.set_location('Entering:'|| l_proc, 10);
807: --
808: ben_cct_shd.lck
809: (p_cm_typ_id => p_cm_typ_id
810: ,p_validation_start_date => l_validation_start_date

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

812: ,p_object_version_number => p_object_version_number
813: ,p_effective_date => p_effective_date
814: ,p_datetrack_mode => p_datetrack_mode);
815: --
816: hr_utility.set_location(' Leaving:'||l_proc, 70);
817: --
818: end lck;
819: --
820: end ben_comp_comm_types_api;