Mass Additions Create,AP 拋 INVOICE 到FA 時不成功 的應對
/*
AP 拋 INVOICE 到FA 時,
RUNING : Mass Additions Create?
這個RUN到最後是ERROR
有如下提示:
**Ends**03-MAY-2011 16:38:01
ORA-01403: no data found occurred in
->Get_PO_Account_Segment
with parameters (P_base_ccid: 260733,P_po_distribution_id: 5380082,P_coa_id: 101)
用以下SQL可以查到是哪筆AP
然後對這筆AP進行處理:
將distributionS中的assets_tracking_flag改為非V的.
*/
select a.invoice_id,a.invoice_num,a.accts_pay_code_combination_id,a.invoice_amount,
a.invoice_currency_code,a.invoice_date,a.invoice_type_lookup_code,
a.description,b.accounting_date,b.accrual_posted_flag,b.assets_addition_flag,
b.assets_tracking_flag,b.distribution_line_number,b.dist_code_combination_id,
b.amount,po_distribution_id
from AP_INVOICES_all a,AP_INVOICE_DISTRIBUTIONS_all b
where a.set_of_books_id=2
and a.org_id=801
--and a.invoice_num='20083464-228488'
and b.invoice_id=a.invoice_id
and b.dist_code_combination_id=260733
and po_distribution_id=5380082
and invoice_date>sysdate-30[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/92289/viewspace-1049464/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- FA - Mass Addition Create Report不顯示資料
- LIKESKY筆記-AP invoice approval測試筆記APP
- 財務的AP/AR/FA等的STUDENT GUAIDEAIIDE
- AP server 對時監控Server
- 2-AP-14: Create procedures with parameters to organize code and make it easier to reuse.
- FA分析樹
- Electron 應用如何利用 create-react-app 從 0 到 1ReactAPP
- python獲取影片時長並移動到對應時長的資料夾下Python
- 胖AP和瘦AP的區別
- 應對微服務呼叫時的雪崩效應微服務
- Building the main Guest Additions module [FAILED]UIAI
- 自主開發的編排箱號由工廠匯入原拋入廠時,無法完整匯入的應對處理
- IBM AIX rlogin 到另一主機有時不成功問題處理IBMAI
- create和recreate index時縮短時間的選項Index
- Java中的Exception拋異常對效能的影響 - BaeldungJavaException
- Express Invoice Plus for Mac(財務管理軟體)ExpressMac
- linux gadget u盤(Mass storage)Linux
- SAP系統不能啟動時的對應
- how to handl price differences in Purchase Order, Goods Receipts and Vendor InvoiceGo
- AP History
- create-react-app同時對多個框架(antd+antd-mobile)做按需載入的方法ReactAPP框架
- 緊急求助,釋出jar到tomcat中不成功JARTomcat
- 如何安裝Virtual Box的VBox Guest Additions擴充套件程式套件
- AP(Access Pointer)
- 網路安全應拋開“門戶之見”薦
- 雙因素認證(2FA)教程
- 中興 FA822升級版本
- Create React app 引用中使用絕對路徑ReactAPP
- 多對一(主鍵)關係,create問題
- MASS雜湊模式系統開發流程詳情模式
- 對應的前端知識總結歸納(常被問到的知識)前端
- StringRedisTemplate操作Redis時拋: Unexpected token (VALUE_STRING)Redis
- release的時候如何把我們的版本號打包到應用中
- 探索Robotiq夾爪|FT 300-S在玻璃拋光上的應用
- VS 開啟程式碼檔案時,在解決方案中自動定位到對應檔案位置
- oracle中用Create Table建立表時,Storage中引數的含義!Oracle
- 從Oracle到MongoDB:為什麼AWS不斷拋棄合作伙伴?OracleMongoDB
- Backup And Recovery User's Guide-回退資料庫到拋棄的incarnation中的SCNGUIIDE資料庫