Cost Issue
Cost Issue
Cost Issue
Cause
Solution
Applies to:
Symptoms
Material Transactions are not getting accounted after a particular transaction which is
stuck with
the following error
ERROR
----------
CST_NO_TXN_INVALID_ACCOUNT
CSTPAVCP.COST_ACCT_EVENTS
Cause
Bug 5709941: <invalid account is associated with the item being transacted>
The issue is due to Account alias /Misc transactions are created with user
entered/setup account
Solution
Check the following update script , please execute it on TEST INSTANCE first
after taking appropriate back up.
4. update mtl_material_transactions
5. Update mtl_material_transactions
Set costed_flag = 'N',
transaction_group_id = null,
error_code = null,
error_explanation = null
where costed_flag in ('N','E');
6.Commit
Also