DBA Data[Home] [Help]

APPS.PAY_MX_TRR_PKG dependencies on PAY_MX_TAX_FUNCTIONS

Line 2013: l_dummy:= pay_mx_tax_functions.get_mx_tax_info(

2009:
2010: /* Bug:9451129 Modified code to avoid char to number conversion error
2011: when number format is 10.000,00 */
2012:
2013: l_dummy:= pay_mx_tax_functions.get_mx_tax_info(
2014: p_business_group_id
2015: ,l_tax_unit_id
2016: ,p_end_date_earned
2017: ,l_state

Line 2029: /* Bug:9451129 pay_mx_tax_functions.get_min_wage changed to

2025:
2026: dbg('lv_rate '||lv_rate) ;
2027: l_rate :=fnd_number.canonical_to_number(lv_rate);
2028:
2029: /* Bug:9451129 pay_mx_tax_functions.get_min_wage changed to
2030: pay_mx_utility.get_min_wage to avoid char to number conversion error
2031: when number format is 10.000,00 */
2032:
2033: l_min_wage:= pay_mx_utility.get_min_wage(