WIP transactions
Hi,
Is there an oracle api / function to get the job completion quantity for a 'WIP Issue' or 'WIP Return' transaction in mtl_material_transactions table.
Basically for TRANSACTION_TYPE_ID in (35,43) need to get the WIP completion quantity of the Assembly item.
'WIP Issue' or 'WIP Return' are the components and have their primary quantity in the transaction. Need to find their Assembly items completion qty.
There are fields like move_transaction_id,TRANSACTION_SET_ID etc. But looknig for correct fields or any API?
thanks