Rounding off the Withholding tax amount to the nearest 10th digit in the package AP_CUSTOM_WITHHOLDI
We have a requirement to round the withholding tax amount to the nearest 10th digit.
(i.e) if the withholding tax amount is 61 then it has to be rounded off as 70
Same is applicable if the amount is 61.2 also. It should also be rounded off as 70.
Just to add further if the amount is 1061 then this should be rounded off as 1070.
We have achived this by placing a custom code in the standard package AP_CALC_WITHHOLDING_PKG.
But we have been asked to place the same custom code in AP_CUSTOM_WITHHOLDING_PKG.Ap_Special_Withheld_Amt package/funtion.