EBS Customizations (MOSC)

MOSC Banner

Receiving Error Organization ID is either blank or invalid. Please re-enter

I am developing the script to transfer item to different SUB inventory ,Project Number, Task Number . Not sure what is wrong. I inserted record into MTL Interface table. Please let me know if any details are required.

I called API

lv_return_value := inv_txn_manager_pub.Process_transactions (
p_api_version => 1.0,
x_return_status => lv_pt_return_status,
x_msg_count => ln_msg_idx_cnt,
x_msg_data => lv_pt_msg_data,
x_trans_count => ln_trans_count,
p_table=> 1,
p_header_id => ln_transaction_header_id);

RDBMS : 19.0.0.0.0
Oracle Applications : 12.2.10

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