DBA Data[Home] [Help]

APPS.BEN_HRS_WKD_IN_PERD_FCTR_API dependencies on HR_UTILITY

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

71: l_object_version_number ben_hrs_wkd_in_perd_fctr.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_hrs_wkd_in_perd_fctr;

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

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

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

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

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

286: --
287: p_hrs_wkd_in_perd_fctr_id := l_hrs_wkd_in_perd_fctr_id;
288: p_object_version_number := l_object_version_number;
289: --
290: hr_utility.set_location(' Leaving:'||l_proc, 70);
291: --
292: exception
293: --
294: when hr_api.validate_enabled then

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

303: -- when validation only mode is being used.)
304: --
305: p_hrs_wkd_in_perd_fctr_id := null;
306: p_object_version_number := null;
307: hr_utility.set_location(' Leaving:'||l_proc, 80);
308: --
309: when others then
310: --
311: -- A validation or unexpected error has occured

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

382: l_object_version_number ben_hrs_wkd_in_perd_fctr.object_version_number%TYPE;
383: --
384: begin
385: --
386: hr_utility.set_location('Entering:'|| l_proc, 10);
387: --
388: -- Issue a savepoint if operating in validation only mode
389: --
390: savepoint update_hrs_wkd_in_perd_fctr;

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

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

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

587: -- End of API User Hook for the after hook of update_hrs_wkd_in_perd_fctr
588: --
589: end;
590: --
591: hr_utility.set_location(l_proc, 60);
592: --
593: -- When in validation only mode raise the Validate_Enabled exception
594: --
595: if p_validate then

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

599: -- Set all output arguments
600: --
601: p_object_version_number := l_object_version_number;
602: --
603: hr_utility.set_location(' Leaving:'||l_proc, 70);
604: --
605: exception
606: --
607: when hr_api.validate_enabled then

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

614: -- Only set output warning arguments
615: -- (Any key or derived arguments must be set to null
616: -- when validation only mode is being used.)
617: --
618: hr_utility.set_location(' Leaving:'||l_proc, 80);
619: --
620: when others then
621: --
622: -- A validation or unexpected error has occured

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

643: l_object_version_number ben_hrs_wkd_in_perd_fctr.object_version_number%TYPE;
644: --
645: begin
646: --
647: hr_utility.set_location('Entering:'|| l_proc, 10);
648: --
649: -- Issue a savepoint if operating in validation only mode
650: --
651: savepoint delete_hrs_wkd_in_perd_fctr;

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

649: -- Issue a savepoint if operating in validation only mode
650: --
651: savepoint delete_hrs_wkd_in_perd_fctr;
652: --
653: hr_utility.set_location(l_proc, 20);
654: --
655: -- Process Logic
656: --
657: l_object_version_number := p_object_version_number;

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

705: -- End of API User Hook for the after hook of delete_hrs_wkd_in_perd_fctr
706: --
707: end;
708: --
709: hr_utility.set_location(l_proc, 60);
710: --
711: -- When in validation only mode raise the Validate_Enabled exception
712: --
713: if p_validate then

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

713: if p_validate then
714: raise hr_api.validate_enabled;
715: end if;
716: --
717: hr_utility.set_location(' Leaving:'||l_proc, 70);
718: --
719: exception
720: --
721: when hr_api.validate_enabled then

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

756: l_proc varchar2(72) := g_package||'lck';
757: --
758: begin
759: --
760: hr_utility.set_location('Entering:'|| l_proc, 10);
761: --
762: ben_hwf_shd.lck
763: (
764: p_hrs_wkd_in_perd_fctr_id => p_hrs_wkd_in_perd_fctr_id

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

764: p_hrs_wkd_in_perd_fctr_id => p_hrs_wkd_in_perd_fctr_id
765: ,p_object_version_number => p_object_version_number
766: );
767: --
768: hr_utility.set_location(' Leaving:'||l_proc, 70);
769: --
770: end lck;
771: --
772: end ben_hrs_wkd_in_perd_fctr_api;