Inventory Management - EBS (MOSC)

MOSC Banner

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);

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