fa_addition_pub.do_addition+Issues for Mutliple values
Hi
We have a API provided by oracle to copy the values from Corporate book to Tax book.
As we have more than 100 assets to add tried using a loop and hardcoding the values as this is only one time requirement. But when I provided 2 input values the first asset values are being copied correctly from one book to the other where as the second asset also getting the first asset values. Tried checking the loop and it shows 2 asset values clearly on the DBMS OUTPUT.Looks like the null structure is not happening.
Note: when we pass individual values it is working fine with out any issues.