TDS Regime Issue - System Throws Error
We are in 12.1.3 and applied consolidated and all patches. We are implementing GST solution to one of our client.
When I try to use/assign Tax calendar or Tax authority and save, the system throws the error.
FRM-40654: Record has been updated. Requery block to see change.
Sol: Try this script in the test instance.
UPDATE jai_regimes
SET creation_date = TRUNC(creation_date) ,
last_update_date = TRUNC(last_update_date),
effective_from = TRUNC(effective_from)
WHERE REGIME_NAME = 'TDS'
/
COMMIT;
No comments:
Post a Comment