DBA Data[Home] [Help]

APPS.GHR_CPDF_CHECK7 dependencies on GHR_PAY_CALC

Line 2041: l_pay_table := SUBSTR(ghr_pay_calc.get_user_table_name(p_special_pay_table_id),1,4);

2037: end if;*/
2038: -- End Bug# 4999292 and 4917098
2039: -- FWFA Changes
2040: ELSIF ( p_effective_date >= to_date('01/10/2006', 'dd/mm/yyyy') ) THEN -- 13257133 modified as greater than or equal
2041: l_pay_table := SUBSTR(ghr_pay_calc.get_user_table_name(p_special_pay_table_id),1,4);
2042: if (p_to_pay_plan in ('GS','GM','GG','GH') and
2043: p_pay_rate_determinant_code in ('6','5','E','F') and
2044: l_pay_table <> '0491'
2045: ) then