WIP 更改 release_date

dgstonehuang發表於2024-01-06

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.

來自 “ ITPUB部落格 ” ,連結:https://blog.itpub.net/208621/viewspace-3002941/,如需轉載,請註明出處,否則將追究法律責任。

相關文章