DBA Data[Home] [Help]

APPS.PQH_FR_UTILITY dependencies on PQH_CORPS_UTILITY

Line 1009: l_inm := pqh_corps_utility.get_increased_index(l_step_dtls.gross_index,p_effective_date);

1005: FETCH csr_step_dtls INTO l_step_dtls;
1006: CLOSE csr_step_dtls;
1007:
1008: IF l_step_dtls.scale_type = 'L' THEN -- for legislative scale
1009: l_inm := pqh_corps_utility.get_increased_index(l_step_dtls.gross_index,p_effective_date);
1010: OPEN csr_sal_rate;
1011: FETCH csr_sal_rate INTO l_bareme_salary_rate,l_bareme_currency;
1012: CLOSE csr_sal_rate;
1013: IF l_bareme_currency <> p_gl_currency THEN

Line 1093: l_step_rate := pqh_corps_utility.get_salary_rate(fnd_number.canonical_to_number(l_asg_dtls.pgi),p_effective_Date,null,l_gl_currency);

1089: FETCH csr_gl_currency INTO l_gl_currency;
1090: CLOSE csr_gl_currency;
1091: END IF;
1092: IF l_asg_dtls.pgi IS NOT NULL THEN
1093: l_step_rate := pqh_corps_utility.get_salary_rate(fnd_number.canonical_to_number(l_asg_dtls.pgi),p_effective_Date,null,l_gl_currency);
1094: ELSE
1095: l_step_rate := get_step_rate(l_asg_dtls.step_id, p_effective_date,l_gl_currency);
1096: END IF;
1097: