DBA Data[Home] [Help]

APPS.PQH_FR_PROGRESSION_POINT_PKG dependencies on HR_UTILITY

Line 41: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'FR') THEN

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: --

Line 42: hr_utility.set_location('Leaving : pqh_fr_progression_point_pkg.update_sal_rate_for_point' , 10);

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;