DBA Data[Home] [Help]

APPS.BEN_BNFT_RSTRN_CTFN_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_bnft_rstrn_ctfn_f.object_version_number%TYPE;
64: --
65: begin
66: --
67: hr_utility.set_location('Entering:'|| l_proc, 10);
68: --
69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_BNFT_RSTRN_CTFN;

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

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

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

233: -- End of API User Hook for the after hook of create_BNFT_RSTRN_CTFN
234: --
235: end;
236: --
237: hr_utility.set_location(l_proc, 60);
238: --
239: -- When in validation only mode raise the Validate_Enabled exception
240: --
241: if p_validate then

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

248: p_effective_start_date := l_effective_start_date;
249: p_effective_end_date := l_effective_end_date;
250: p_object_version_number := l_object_version_number;
251: --
252: hr_utility.set_location(' Leaving:'||l_proc, 70);
253: --
254: exception
255: --
256: when hr_api.validate_enabled then

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

267: p_bnft_rstrn_ctfn_id := null;
268: p_effective_start_date := null;
269: p_effective_end_date := null;
270: p_object_version_number := null;
271: hr_utility.set_location(' Leaving:'||l_proc, 80);
272: --
273: when others then
274: --
275: -- A validation or unexpected error has occured

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

341: l_effective_end_date ben_bnft_rstrn_ctfn_f.effective_end_date%TYPE;
342: --
343: begin
344: --
345: hr_utility.set_location('Entering:'|| l_proc, 10);
346: --
347: -- Issue a savepoint if operating in validation only mode
348: --
349: savepoint update_BNFT_RSTRN_CTFN;

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

347: -- Issue a savepoint if operating in validation only mode
348: --
349: savepoint update_BNFT_RSTRN_CTFN;
350: --
351: hr_utility.set_location(l_proc, 20);
352: --
353: -- Process Logic
354: --
355: l_object_version_number := p_object_version_number;

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

517: -- End of API User Hook for the after hook of update_BNFT_RSTRN_CTFN
518: --
519: end;
520: --
521: hr_utility.set_location(l_proc, 60);
522: --
523: -- When in validation only mode raise the Validate_Enabled exception
524: --
525: if p_validate then

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

531: p_object_version_number := l_object_version_number;
532: p_effective_start_date := l_effective_start_date;
533: p_effective_end_date := l_effective_end_date;
534: --
535: hr_utility.set_location(' Leaving:'||l_proc, 70);
536: --
537: exception
538: --
539: when hr_api.validate_enabled then

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

546: -- Only set output warning arguments
547: -- (Any key or derived arguments must be set to null
548: -- when validation only mode is being used.)
549: --
550: hr_utility.set_location(' Leaving:'||l_proc, 80);
551: --
552: when others then
553: --
554: -- A validation or unexpected error has occured

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

583: l_effective_end_date ben_bnft_rstrn_ctfn_f.effective_end_date%TYPE;
584: --
585: begin
586: --
587: hr_utility.set_location('Entering:'|| l_proc, 10);
588: --
589: -- Issue a savepoint if operating in validation only mode
590: --
591: savepoint delete_BNFT_RSTRN_CTFN;

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

589: -- Issue a savepoint if operating in validation only mode
590: --
591: savepoint delete_BNFT_RSTRN_CTFN;
592: --
593: hr_utility.set_location(l_proc, 20);
594: --
595: -- Process Logic
596: --
597: l_object_version_number := p_object_version_number;

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

652: -- End of API User Hook for the after hook of delete_BNFT_RSTRN_CTFN
653: --
654: end;
655: --
656: hr_utility.set_location(l_proc, 60);
657: --
658: -- When in validation only mode raise the Validate_Enabled exception
659: --
660: if p_validate then

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

660: if p_validate then
661: raise hr_api.validate_enabled;
662: end if;
663: --
664: hr_utility.set_location(' Leaving:'||l_proc, 70);
665: --
666: exception
667: --
668: when hr_api.validate_enabled then

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

714: l_validation_end_date date;
715: --
716: begin
717: --
718: hr_utility.set_location('Entering:'|| l_proc, 10);
719: --
720: ben_brc_shd.lck
721: (
722: p_bnft_rstrn_ctfn_id => p_bnft_rstrn_ctfn_id

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

726: ,p_effective_date => p_effective_date
727: ,p_datetrack_mode => p_datetrack_mode
728: );
729: --
730: hr_utility.set_location(' Leaving:'||l_proc, 70);
731: --
732: end lck;
733: --
734: end ben_BNFT_RSTRN_CTFN_api;