Need API to make update on mtl_material_transactions table
Hi,
set TRANSACTION_DATE = CREATION_DATE, ATTRIBUTE15 = 'TRANS DATE UPDATED'
where transaction_id = G_TXN_ID;Can anyone please let me know if there is any API to do this?ThanksVenkat
We need to make update on mtl_material_transactions table.
update mtl_material_transactionsset TRANSACTION_DATE = CREATION_DATE, ATTRIBUTE15 = 'TRANS DATE UPDATED'
where transaction_id = G_TXN_ID;Can anyone please let me know if there is any API to do this?ThanksVenkat
1