Getting some decimal difference in my calculated GST amt Vs oracle calculated GST amt
Hi Team, I want to Calculate Tax (IGST, CGST , SGST) manullay through pl/sql package but I am getting some decimal difference in my calculated amt and oracle calculated amt. I am using round function like :. ROUND(line_amount*18/100, 2) but getting difference. Oracle Setup is like Nearest Decimal - "2". I am using Oracle ebs 12.2.11 version and 19c database.