DBA Data[Home] [Help]

APPS.PQH_FR_PROGRESSION_POINT_PKG dependencies on PQH_GSP_HR_TO_STAGE

Line 56: l_opt_id := pqh_gsp_hr_to_stage.get_opt_for_point(p_point_id => p_spinal_point_id,

52: l_gross_index_o := p_information1_o;
53: l_sal_rate_o := p_information2_o;
54:
55: IF (NVL(l_gross_index,-1) <> NVL(l_gross_index_o, -1)) OR (NVL(l_sal_rate,-1) <> NVL(l_sal_rate_o,-1)) THEN
56: l_opt_id := pqh_gsp_hr_to_stage.get_opt_for_point(p_point_id => p_spinal_point_id,
57: p_effective_date => TRUNC(SYSDATE));
58: IF l_opt_id IS NULL THEN
59: RETURN;
60: END IF;

Line 61: l_acty_base_rt_id := pqh_gsp_hr_to_stage.get_co_std_rate(p_opt_id => l_opt_id,

57: p_effective_date => TRUNC(SYSDATE));
58: IF l_opt_id IS NULL THEN
59: RETURN;
60: END IF;
61: l_acty_base_rt_id := pqh_gsp_hr_to_stage.get_co_std_rate(p_opt_id => l_opt_id,
62: p_effective_date => TRUNC(SYSDATE),
63: p_pay_rule_id => l_hr_rate_id);
64: IF l_hr_rate_id IS NULL THEN
65: RETURN;