Query for IR's that have pending/allocated material
I am trying to figure out a query to find this out. I am not sure what all tables I would need to hit?
I am thinking:
PO_REQ_DISTRIBUTIONS_ALL
MTL_MATERIAL_TRANSACTIONS
mtl_system_items_b msi,
mtl_onhand_quantities
mtl_onhand_quantities_detail
mtl_transactions_temp_all_v
Just trying to get pointed in the right direction before I waste a week trying to go through tables that are not needed.