FA_TAX_INTERFACE
Hi, I am using the FA_TAX_INTERFACE to update the cost in Tax book, but it's only updating the USD currency of the tax book, but, I need to update the COP currency side. How can I accomplish that?
I have secondary enhancement in my environment.
insert into fa_tax_interface
(asset_number, book_type_code, cost, posting_status)
values (46231, 'CS COP TAX', 1441.29, 'POST')