l_msg_data :This record in table HZ_PARTIES cannot be locked as it has been updated by another user.
I am trying to update a few bank names in IBY_EXT_BANK_ACCOUNTS_V, using the API
IBY_EXT_BANKACCT_PUB.update_ext_bank. Everytime i run the script I get the 'l_msg_data :This record in table HZ_PARTIES cannot be locked as it has been updated by another user.' error. On some research I found that there was a problem with the object version number and I changed it to 1 as suggested, but I still get the same error.
Did anyone ever use this API? How do I get the object version number?
Thank you