DBA Data[Home] [Help]

APPS.BEN_LER_BNFT_RSTRN_CTFN_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_ler_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_LER_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_LER_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_LER_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_ler_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 344: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

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

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

549: p_effective_start_date := null;
550: p_effective_end_date := null;
551: p_object_version_number := l_object_version_number;
552:
553: hr_utility.set_location(' Leaving:'||l_proc, 80);
554: --
555: when others then
556: --
557: -- A validation or unexpected error has occured

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

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

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

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

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

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

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

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

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

712: l_validation_end_date date;
713: --
714: begin
715: --
716: hr_utility.set_location('Entering:'|| l_proc, 10);
717: --
718: ben_lbc_shd.lck
719: (
720: p_ler_bnft_rstrn_ctfn_id => p_ler_bnft_rstrn_ctfn_id

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

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