DBA Data[Home] [Help]

APPS.BEN_PL_R_OIPL_PREM_BY_MO_API dependencies on HR_UTILITY

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

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

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

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

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

265: -- End of API User Hook for the after hook of create_PL_R_OIPL_PREM_BY_MO
266: --
267: end;
268: --
269: hr_utility.set_location(l_proc, 60);
270: --
271: -- When in validation only mode raise the Validate_Enabled exception
272: --
273: if p_validate then

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

280: p_effective_start_date := l_effective_start_date;
281: p_effective_end_date := l_effective_end_date;
282: p_object_version_number := l_object_version_number;
283: --
284: hr_utility.set_location(' Leaving:'||l_proc, 70);
285: --
286: exception
287: --
288: when hr_api.validate_enabled then

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

299: p_pl_r_oipl_prem_by_mo_id := null;
300: p_effective_start_date := null;
301: p_effective_end_date := null;
302: p_object_version_number := null;
303: hr_utility.set_location(' Leaving:'||l_proc, 80);
304: --
305: when others then
306: --
307: -- A validation or unexpected error has occured

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

380: l_effective_end_date ben_pl_r_oipl_prem_by_mo_f.effective_end_date%TYPE;
381: --
382: begin
383: --
384: hr_utility.set_location('Entering:'|| l_proc, 10);
385: --
386: -- Issue a savepoint if operating in validation only mode
387: --
388: savepoint update_PL_R_OIPL_PREM_BY_MO;

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

386: -- Issue a savepoint if operating in validation only mode
387: --
388: savepoint update_PL_R_OIPL_PREM_BY_MO;
389: --
390: hr_utility.set_location(l_proc, 20);
391: --
392: -- Process Logic
393: --
394: l_object_version_number := p_object_version_number;

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

580: -- End of API User Hook for the after hook of update_PL_R_OIPL_PREM_BY_MO
581: --
582: end;
583: --
584: hr_utility.set_location(l_proc, 60);
585: --
586: -- When in validation only mode raise the Validate_Enabled exception
587: --
588: if p_validate then

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

594: p_object_version_number := l_object_version_number;
595: p_effective_start_date := l_effective_start_date;
596: p_effective_end_date := l_effective_end_date;
597: --
598: hr_utility.set_location(' Leaving:'||l_proc, 70);
599: --
600: exception
601: --
602: when hr_api.validate_enabled then

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

611: -- when validation only mode is being used.)
612: --
613: p_effective_start_date := null;
614: p_effective_end_date := null;
615: hr_utility.set_location(' Leaving:'||l_proc, 80);
616: --
617: when others then
618: --
619: -- A validation or unexpected error has occured

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

646: l_effective_end_date ben_pl_r_oipl_prem_by_mo_f.effective_end_date%TYPE;
647: --
648: begin
649: --
650: hr_utility.set_location('Entering:'|| l_proc, 10);
651: --
652: -- Issue a savepoint if operating in validation only mode
653: --
654: savepoint delete_PL_R_OIPL_PREM_BY_MO;

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

652: -- Issue a savepoint if operating in validation only mode
653: --
654: savepoint delete_PL_R_OIPL_PREM_BY_MO;
655: --
656: hr_utility.set_location(l_proc, 20);
657: --
658: -- Process Logic
659: --
660: l_object_version_number := p_object_version_number;

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

715: -- End of API User Hook for the after hook of delete_PL_R_OIPL_PREM_BY_MO
716: --
717: end;
718: --
719: hr_utility.set_location(l_proc, 60);
720: --
721: -- When in validation only mode raise the Validate_Enabled exception
722: --
723: if p_validate then

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

723: if p_validate then
724: raise hr_api.validate_enabled;
725: end if;
726: --
727: hr_utility.set_location(' Leaving:'||l_proc, 70);
728: --
729: exception
730: --
731: when hr_api.validate_enabled then

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

775: l_validation_end_date date;
776: --
777: begin
778: --
779: hr_utility.set_location('Entering:'|| l_proc, 10);
780: --
781: ben_pbm_shd.lck
782: (
783: p_pl_r_oipl_prem_by_mo_id => p_pl_r_oipl_prem_by_mo_id

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

787: ,p_effective_date => p_effective_date
788: ,p_datetrack_mode => p_datetrack_mode
789: );
790: --
791: hr_utility.set_location(' Leaving:'||l_proc, 70);
792: --
793: end lck;
794: --
795: end ben_PL_R_OIPL_PREM_BY_MO_api;