DBA Data[Home] [Help]

APPS.BEN_COMP_COMM_TYPES_API dependencies on HR_UTILITY

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

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

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

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

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

272: -- End of API User Hook for the after hook of create_comp_comm_types
273: --
274: end;
275: --
276: hr_utility.set_location(l_proc, 60);
277: --
278: -- When in validation only mode raise the Validate_Enabled exception
279: --
280: if p_validate then

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

287: p_effective_start_date := l_effective_start_date;
288: p_effective_end_date := l_effective_end_date;
289: p_object_version_number := l_object_version_number;
290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 70);
292: --
293: exception
294: --
295: when hr_api.validate_enabled then

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

306: p_cm_typ_id := null;
307: p_effective_start_date := null;
308: p_effective_end_date := null;
309: p_object_version_number := null;
310: hr_utility.set_location(' Leaving:'||l_proc, 80);
311: --
312: when others then
313: --
314: -- A validation or unexpected error has occured

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

385: l_effective_end_date ben_cm_typ_f.effective_end_date%TYPE;
386: --
387: begin
388: --
389: hr_utility.set_location('Entering:'|| l_proc, 10);
390: --
391: -- Issue a savepoint if operating in validation only mode
392: --
393: savepoint update_comp_comm_types;

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

391: -- Issue a savepoint if operating in validation only mode
392: --
393: savepoint update_comp_comm_types;
394: --
395: hr_utility.set_location(l_proc, 20);
396: --
397: -- Process Logic
398: --
399: l_object_version_number := p_object_version_number;

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

592: -- End of API User Hook for the after hook of update_comp_comm_types
593: --
594: end;
595: --
596: hr_utility.set_location(l_proc, 60);
597: --
598: -- When in validation only mode raise the Validate_Enabled exception
599: --
600: if p_validate then

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

606: p_object_version_number := l_object_version_number;
607: p_effective_start_date := l_effective_start_date;
608: p_effective_end_date := l_effective_end_date;
609: --
610: hr_utility.set_location(' Leaving:'||l_proc, 70);
611: --
612: exception
613: --
614: when hr_api.validate_enabled then

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

621: -- Only set output warning arguments
622: -- (Any key or derived arguments must be set to null
623: -- when validation only mode is being used.)
624: --
625: hr_utility.set_location(' Leaving:'||l_proc, 80);
626: --
627: when others then
628: --
629: -- A validation or unexpected error has occured

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

657: l_effective_end_date ben_cm_typ_f.effective_end_date%TYPE;
658: --
659: begin
660: --
661: hr_utility.set_location('Entering:'|| l_proc, 10);
662: --
663: -- Issue a savepoint if operating in validation only mode
664: --
665: savepoint delete_comp_comm_types;

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

663: -- Issue a savepoint if operating in validation only mode
664: --
665: savepoint delete_comp_comm_types;
666: --
667: hr_utility.set_location(l_proc, 20);
668: --
669: -- Process Logic
670: --
671: l_object_version_number := p_object_version_number;

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

724: -- End of API User Hook for the after hook of delete_comp_comm_types
725: --
726: end;
727: --
728: hr_utility.set_location(l_proc, 60);
729: --
730: -- When in validation only mode raise the Validate_Enabled exception
731: --
732: if p_validate then

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

732: if p_validate then
733: raise hr_api.validate_enabled;
734: end if;
735: --
736: hr_utility.set_location(' Leaving:'||l_proc, 70);
737: --
738: exception
739: --
740: when hr_api.validate_enabled then

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

784: l_validation_end_date date;
785: --
786: begin
787: --
788: hr_utility.set_location('Entering:'|| l_proc, 10);
789: --
790: ben_cct_shd.lck
791: (p_cm_typ_id => p_cm_typ_id
792: ,p_validation_start_date => l_validation_start_date

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

794: ,p_object_version_number => p_object_version_number
795: ,p_effective_date => p_effective_date
796: ,p_datetrack_mode => p_datetrack_mode);
797: --
798: hr_utility.set_location(' Leaving:'||l_proc, 70);
799: --
800: end lck;
801: --
802: end ben_comp_comm_types_api;