DBA Data[Home] [Help]

APPS.HR_RATE_API dependencies on HRDYNDBI

Line 168: hrdyndbi.create_grade_spine_dict(p_rate_id => l_rate_id);

164: -- Bug 3795968 Starts Here
165: OPEN csr_full_hr_installed;
166: FETCH csr_full_hr_installed INTO l_dummy;
167: IF csr_full_hr_installed%FOUND THEN
168: hrdyndbi.create_grade_spine_dict(p_rate_id => l_rate_id);
169: END IF;
170: CLOSE csr_full_hr_installed;
171: -- Bug 3795968 Ends Here
172: --

Line 431: hrdyndbi.delete_grade_spine_dict(p_rate_id => p_rate_id);

427: -- Bug 3795968 Starts Here
428: OPEN csr_full_hr_installed;
429: FETCH csr_full_hr_installed INTO l_dummy;
430: IF csr_full_hr_installed%FOUND THEN
431: hrdyndbi.delete_grade_spine_dict(p_rate_id => p_rate_id);
432: hrdyndbi.create_grade_spine_dict(p_rate_id => p_rate_id);
433: END IF;
434: CLOSE csr_full_hr_installed;
435: -- Bug 3795968 Ends Here

Line 432: hrdyndbi.create_grade_spine_dict(p_rate_id => p_rate_id);

428: OPEN csr_full_hr_installed;
429: FETCH csr_full_hr_installed INTO l_dummy;
430: IF csr_full_hr_installed%FOUND THEN
431: hrdyndbi.delete_grade_spine_dict(p_rate_id => p_rate_id);
432: hrdyndbi.create_grade_spine_dict(p_rate_id => p_rate_id);
433: END IF;
434: CLOSE csr_full_hr_installed;
435: -- Bug 3795968 Ends Here
436: --

Line 621: hrdyndbi.delete_grade_spine_dict(p_rate_id => p_rate_id);

617: -- Bug 3795968 Starts Here
618: OPEN csr_full_hr_installed;
619: FETCH csr_full_hr_installed INTO l_dummy;
620: IF csr_full_hr_installed%FOUND THEN
621: hrdyndbi.delete_grade_spine_dict(p_rate_id => p_rate_id);
622: END IF;
623: CLOSE csr_full_hr_installed;
624: -- Bug 3795968 Ends Here
625: --