DBA Data[Home] [Help]

APPS.OTA_CPR_UTILITY dependencies on HR_UTILITY

Line 807: hr_utility.set_location('Entering:'|| l_proc, 5);

803: l_flag varchar2(1);
804: --
805: Begin
806: --
807: hr_utility.set_location('Entering:'|| l_proc, 5);
808: --
809: Open get_valid_classes;
810: fetch get_valid_classes into l_flag;
811:

Line 820: hr_utility.set_location(' Leaving:'|| l_proc, 10);

816: End If;
817:
818: close get_valid_classes;
819: return l_flag;
820: hr_utility.set_location(' Leaving:'|| l_proc, 10);
821: End is_valid_classes_available;
822: --
823: end ota_cpr_utility;