Error when using API inv_txn_manager_pub.process_transactions oracle R12
I get the error when create sub-inventory transaction but it just error 1 line in the set. All others line success create transaction. I want to error all transaction in the set if set have 1 transaction error.
Can u help me?
My process script:
apps.inv_txn_manager_pub.process_transactions (
p_api_version => 1.0,
p_init_msg_list => 'T',
p_commit => 'T',
p_validation_level => 100,
x_return_status => l_return_status,
x_msg_count => l_msg_cnt,
x_msg_data => l_msg_data,
x_trans_count => l_trans_count,
p_table => 1,
p_header_id => LP_set_ID);