DBA Data[Home] [Help]

APPS.BEN_POPL_RPTG_GRP_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_popl_rptg_grp_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_POPL_RPTG_GRP;

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

69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_POPL_RPTG_GRP;
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_POPL_RPTG_GRP
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_popl_rptg_grp_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_popl_rptg_grp_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_POPL_RPTG_GRP;

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

346: -- Issue a savepoint if operating in validation only mode
347: --
348: savepoint update_POPL_RPTG_GRP;
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_POPL_RPTG_GRP
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 551: hr_utility.set_location(' Leaving:'||l_proc, 80);

547: -- when validation only mode is being used.)
548: --
549: p_effective_start_date := null;
550: p_effective_end_date := null;
551: hr_utility.set_location(' Leaving:'||l_proc, 80);
552: --
553: when others then
554: --
555: -- A validation or unexpected error has occured

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

582: l_effective_end_date ben_popl_rptg_grp_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_POPL_RPTG_GRP;

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

588: -- Issue a savepoint if operating in validation only mode
589: --
590: savepoint delete_POPL_RPTG_GRP;
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_POPL_RPTG_GRP
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 715: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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