37:
38: BEGIN
39: --
40: /* Added for GSI Bug 5472781 */
41: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'FR') THEN
42: hr_utility.set_location('Leaving : pqh_fr_progression_point_pkg.update_sal_rate_for_point' , 10);
43: return;
44: END IF;
45: --
38: BEGIN
39: --
40: /* Added for GSI Bug 5472781 */
41: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'FR') THEN
42: hr_utility.set_location('Leaving : pqh_fr_progression_point_pkg.update_sal_rate_for_point' , 10);
43: return;
44: END IF;
45: --
46: OPEN csr_scale_type;