Onhand quanttiy is not available for WIP issue for WIP Completion
EBS 12.2.10
Database 19c (19.18.0.0.0)
I want to do WIP Completion transaction but when I execute api it throws following error:
Onhand quanttiy is not available for WIP issue
Returned error by api is quite misleading because I am not doing WIP issue I am doing WIP Completion which I have defined in following api parameters:
p_mmti_rec.transaction_type_id := gme_common_pvt.g_prod_completion;
p_mmti_rec.transaction_action_id := gme_common_pvt.g_prod_comp_txn_action;
Also refer complete api code which I am using.