建立科目失敗解決

2021-09-06 09:56:45 字數 1481 閱讀 9841

路徑:應付款系統管理員/發票/發票

問題描述:

在ap發票介面錄入一筆發票,驗證發票,撤銷發票,然後在ap發票介面的「活動」中建立會計科目,發現帶出的併發請求「建立會計科目」正常跑完,但是通過「報表/檢視會計科目」卻無法檢視該發票是否生成會計科目。

查詢sql:

select xte.entity_id

,xe.event_id

,xe.transaction_date

,xe.event_status_code

,xe.process_status_code

,xe.event_type_code

,xah.accounting_entry_status_code --f表示還可再次建立會計科目 n表示不能再次建立會計科目

,xah.gl_transfer_status_code--n表示尚未傳送至gl y表示已經傳送至gl,說明選擇「最終過賬」會執行傳送至gl請求,將子分類帳賬務分錄傳送至gl

from   xla.xla_transaction_entities xte

,xla.xla_events               xe

,xla_ae_headers               xah

,ap_invoices_all              aia

where  xe.entity_id = xte.entity_id

and    xe.event_id = xah.event_id

and    nvl(xte.source_id_int_1

,-99) = aia.invoice_id

and    xte.ledger_id = aia.set_of_books_id

and    xte.entity_code = 'ap_invoices'

and    aia.invoice_num = '';

發現xe.event_status_code和 xe.process_status_code分別為 i 和 u ,並且表xla.xla_ae_headers與xla.xla_ae_lines沒有相關資料,所以確認沒有生成會計分錄,原因不明。

解決方法:

一:參照sr提供的方式操作

二 重新對該發票「建立會計科目」

1 重新建立會計科目,報錯如下,xe.event_status_code和 xe.process_status_code分別為 i 和 u ,但是表xla.xla_ae_headers與xla.xla_ae_lines有相關資料

檢查ap和gl的期間是否開啟,發現gl的2017-11期間關閉,則開啟gl期間,然後重新建立會計科目,建立成功

sr**:

1)2)

檔案目錄建立失敗 解決方法

今天參考 這篇帖子在學習android自動更細功能 結果執行程式的時候總是報錯 android.system.errnoexception open failed enoent no such file or directory 網上搜了一堆,感覺寫的都沒錯,但就是無論如何建立不了目錄 後來,搜到 ...

AP建立會計科目

一 建立會計科目的途徑 1.在發票工作台對單張發票進行建立科目 2.提交 建立會計科目 併發請求,對所有已經驗證但尚未建立會計科目的發票進行建立會計科目。二 對單張發票建立會計科目 發票在建立會計科目前需要進行驗證,只有驗證通過的發票才能建立會計科目。對單張發票進行建立會計科目時,有幾個選項 a 擬...

android socket建立失敗

class textdisitlistener implements onclicklistener class textdisthread extends thread catch unknownhostexception e catch ioexception e 在adb上執行沒有問題,但是到...