select distinct mmt.transaction_source_id,mmt.error_code
from mtl_material_transactions mmt
where mmt.costed_flag ='E'
错误代码:CST_INVALID_WIP
中文错误解释:WIP 实体未定义或不具有期间余额项
英文错误解释:The wip entity is either not defined or does not have a period balance entry
离散工单发料和完工入库事物处理成本滚算出错,
发现是select * from wip_period_balances w where w.wip_entity_id = 51978这个table中没有数据导致,