DBA Data[Home] [Help]

APPS.PQH_FR_PROGRESSION_POINT_PKG dependencies on PQH_CORPS_UTILITY

Line 77: l_new_rate := pqh_corps_utility.get_salary_rate(p_gross_index => l_gross_index,

73: END IF;
74: CLOSE csr_rate_ovn;
75:
76: IF l_scale_type = 'L' THEN
77: l_new_rate := pqh_corps_utility.get_salary_rate(p_gross_index => l_gross_index,
78: p_effective_date => TRUNC(SYSDATE));
79: ELSIF l_scale_type = 'E' THEN
80: l_new_rate := l_sal_rate;
81: ELSE