Update lot number using API
Hello
I want to update the existing lot number . Is it possible to use bellow API ?
inv_lot_api_pub.Update_Inv_lot(
x_return_status => lc_return_status
, x_msg_count => ln_message_count
, x_msg_data => lc_message_list
, x_lot_rec => lr_lot_rec
, p_lot_rec => l_in_lot_rec
, p_source => 1
, p_api_version => 1.0
, p_init_msg_list => fnd_api.g_false
, p_commit => fnd_api.g_false);