Check on metalink for this issue. and i gue
Uncosted Transactions with Error Message CST_MATCH_TXFR_CG_TXFR_ORG [ID 362133.1]
6:45:10 PM: Hui Wang: Uncosted transactions with error CST_MATCH_TXFR_CG_ORG [ID 453138.1]
This issue was caused by the item with out cost but have transaction.
We need to update the transfer_cost_group_id as the cost group id.
update apps.mtl_material_transactions
--set transaction_group_id = 1
Set transfer_cost_group_id = 1
where 1 = 1
and transaction_id in (123,123);
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/15225049/viewspace-686564/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/15225049/viewspace-686564/

177

被折叠的 条评论
为什么被折叠?



