工单日期更改

1.事物处理Error处理过程

错误:在12月份release的工单要把账务都记在11月份,于是手动将release的日期改成了11月份,完工入库时修改交易日期为11月,结果事物处理error。
原因:工单release时会产生会计期间信息在WIP_PERIOD_BALANCES表中,由于是在12月release的工单,期间余额表中即记录的是12月的期间,所以入库时事物处理找不到11月的期间余额。
处理方法:在WIP_PERIOD_BALANCES表中手动加入期间余额(acct_period_id栏位的值来源于表org_acct_periods对应期间的ID),将错误的事物处理记录的cost_flag栏位设置成N,并将错误内容清空,待成本管理器运行,问题即可解决

2.WIP 实体未定义或不具有期间余额项。

1) Run the datafix scripts to:

  a. To change null date released = minimum transaction date.

  b. Change date released =  minimum transaction date.

  c. Create missing wip_period_balances record after changing release date.



2) Check that for all the jobs, date released is populated.

3) After step 2, process pending transactions in wip_cost_txn_interface.

Record in mtl_material_transaction table will not be costed if record is

stuck in wip_cost_txn_interface.

4) Resubmit the transactions for costing.



你可能感兴趣的:(日期)