DBA Data[Home] [Help]

APPS.PER_FR_MEDICAL_EXAMS_UPG_PKG dependencies on HR_UTILITY

Line 78: hr_utility.set_location('Entered '||l_proc,5);

74: l_run_status number :=0; /* Status of the whole run */
75:
76: BEGIN
77:
78: hr_utility.set_location('Entered '||l_proc,5);
79:
80: OPEN csr_medic_exam(p_business_group_id);
81: FETCH csr_medic_exam INTO l_medical_exam;
82: