Error in creating Misc issue using API inv_txn_manager_pub "For this transaction row the serial reco
Hello,
I am calling to create a Miscellaneous Issue using API:
lc_result := inv_txn_manager_pub.process_transactions
(p_api_version => 1.0,
p_init_msg_list => fnd_api.g_false,
p_commit => fnd_api.g_true,
p_validation_level => fnd_api.g_valid_level_full,
x_return_status => x_return_status,
x_msg_count => x_msg_count,
x_msg_data => x_msg_data,
x_trans_count => l_trans_count,
p_table => 1,
P_HEADER_ID => L_TRANSACTION_ID
);
I am getting the Error in the mtl_transactions_interface as "For this transaction row the serial records are missing"
As per the Metalink I followed the below notes: