Inventory Management - EBS (MOSC)

MOSC Banner

Error in creating Misc issue using API inv_txn_manager_pub "For this transaction row the serial reco

edited Aug 12, 2018 10:10AM in Inventory Management - EBS (MOSC) 2 commentsAnswered

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:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center