幾個WMS的問題處理

采購訂單沒有生成上傳訂單號
pkg_inpurchase_task.p_rk_sc_rkd_zc

iv_yzid ----- ZDA

iv_djbh ---- KPD00014712

銷售訂單下傳下去后直接轉歷史表

select * from INTERFACE_OUT_SALE_M t where djbh like '%XSGYMA00220297%'
日志表查詢結果
ORA-01400: 無法將 NULL 插入 ("WMS_ZD"."OUT_SALE_BILLING_M"."RY_KPY")
pkg_inf_new.p_task_xsdd

ov_result ------Y

內復核提示單行子查詢返回多行

select t.*,t.rowid from out_sale_barcode t where djbh='XSGYMA00220712'

select * from out_sale_task_d t where djbh_fpd='2017120594831'
無返回值
將out_sale_barcode表中djbh_fpd='2017120594831' 刪除

查看用戶名密碼
select t.*,t.rowid from zhiydoc t where dzycode='admin'

proc_decode

中 encodepass 賦予 Kl值

開啟不合格移庫功能
select t.*,t.rowid from SYS_DEFFUN T WHERE FUN_NAME LIKE '%不合格%'

將can_use 的值1改為0

修改入庫類型,收貨前將rktype 修改成所需類型
select t.*,t.rowid from in_purchase_orders_m t where djbh in ('XSTYMA00029852','XSTYMA00029849','XSTYMA00029848', 'XSTYMA00029847','XSTYMA00029845','XSTYMA00029841','XSTYMA00029840', 'XSTYMA00029839', 'XSTYMA00029838','XSTYMA00029837', 'XSTYMA00029836')

銷退空退寫錯
select t.*,t.rowid from IN_PURCHASE_ORDERS_m t where djbh='XSTYMA00030579';

update IN_PURCHASE_ORDERS_m set sf_zx='刪' where djbh='XSTYMA00030579' and sf_zx='否';
update IN_PURCHASE_ORDERS_d set sf_zx='刪' where djbh='XSTYMA00030579' and sf_zx='否';

數據庫慢了可以先看會話里是否有鎖然后重新分析索引
analyze table out_sale_billing_m compute statistics;
analyze table out_sale_billing_d compute statistics;
analyze table out_sale_billing_m_hty compute statistics;
analyze table out_sale_billing_d_hty compute statistics;
analyze table out_sale_task_d compute statistics;
analyze table out_sale_task_m compute statistics;
analyze table out_sale_task_d_hty compute statistics;
analyze table out_sale_task_m_hty compute statistics;

銷售開票單下傳WMS后無任務就轉歷史
select t.,t.rowid from out_sale_billing_m t where djbh='XSGYMA00281145'
select t.
,t.rowid from out_sale_task_d_hty t where djbh='XSGYMA00281145'
select t.,t.rowid from interface_out_sale_m_hty t where djbh='XSGYMA00281145'
select t.
,t.rowid from out_sale_task_d t where djbh='XSGYMA00281145'
select t.*,t.rowid from inf_error_log t where code='XSGYMA00281145'

select t.*,t.rowid from interface_out_sale_m_hty t where djbh='XSGYMA00291738'
看xf_xs 為否,如果是否則查詢RY_YWY中開票員名字是否有  (用職員名字也有用職員ID)
加入執行 看過程proc_out_dowm_to_bill是否要執行

select t.,t.rowid from inf_xsck_bill t where djbh ='XSGYMA00322995';
select t.
,t.rowid from inf_xsck_bill_old t where djbh ='XSGYMA00322995';
select t.,t.rowid from inf_error_log t where code='XSGYMA00322995'
\ORA-01400: 無法將 NULL 插入 ("WMS_ZD"."OUT_SALE_BILLING_M"."RY_KPY")
select t.
,t.rowid from out_sale_task_d t where djbh ='XSGYMA00322995'
查詢出庫任務狀態
select t.*,t.rowid from out_sale_task_d t where spid ='SPH00014714' and rwzt<6;

中藥庫內復核確認存盤時提示 ORA-02290: 違反檢查約束條件(wms_zd.ckc_sl_ckyfp_kc_spzkc)
ORA-06512:在 wms_zd.pkg_outsale_pick ,line 11347

--查看商品任務狀態
select rwzt,t. from out_sale_task_d t where djbh = 'XSGYMA00348786';
--查看此商品總預占數量
select
from out_sale_task_d where rwzt < '6' and spid = 'SPH00020269';
--查看商品庫存出庫狀態將此兩表的SL_CKYFP中數量1改為2
select t.,rowid from stock_lot_storagespaces t where spid = 'SPH00020269';
select t.
,rowid from stock t where spid = 'SPH00020269';

轉載于:https://blog.51cto.com/bks2015/2047879

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/278982.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/278982.shtml
英文地址,請注明出處:http://en.pswp.cn/news/278982.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

yyblog2.0 數據庫開發規范

一、基礎規范 &#xff08;1&#xff09;必須使用InnoDB存儲引擎 解讀&#xff1a;支持事務、行級鎖、并發性能更好、CPU及內存緩存頁優化使得資源利用率更高 &#xff08;2&#xff09;表字符集默認使用utf8&#xff0c;必要時候使用utf8mb4 解讀&#xff1a;1、通用&#xff…

word2016 語法檢查_如何改進Microsoft Word的語法檢查器

word2016 語法檢查Microsoft Word comes with a powerful grammar checker, but many of its advanced grammar detection features are disabled by default. Grammarly is popular, but you don’t need it to add grammar checking to Word. Word itself contains a free al…

linux服務器硬件監控,Linux服務器實時監控加載硬件信息

Linux服務器監控之實時監控加載硬件信息Linux負有盛名的特點之一是其非凡的穩定性。然而&#xff0c;如果您的硬件有缺陷或配置不正確&#xff0c;即使是世界上最穩定的操作系統也不會對您有什么幫助。計算機系統是由軟件系統硬件系統組成的&#xff0c;檢測硬件狀態對于保障整…

Using Python with Oracle

2019獨角獸企業重金招聘Python工程師標準>>> Using Python with Oracle This page discusses using Python with Oracle. The page is based on the cx_oracle Python extension module. It was developed on a VM running Oracle Enterprise Linux 6U4 runnng Orac…

小米oj 反向位整數(簡單位運算)

反向位整數 序號&#xff1a;#30難度&#xff1a;一般時間限制&#xff1a;1000ms內存限制&#xff1a;10M 描述 輸入32位無符號整數&#xff0c;輸出它的反向位。 例&#xff0c;輸入4626149&#xff08;以二進制表示為00000000010001101001011011100101&#xff09;&#xff…

如何在Microsoft Word中插入簽名

Adding your signature to a Microsoft Word document is the ultimate way to personalize it as your own, especially for documents like letters or contracts. If you want to add a signature to a Word document, here’s how. 將簽名添加到Microsoft Word文檔是將其個…

linux 內核fpic,linux編譯動態庫 fPIC作用

標簽&#xff1a;在生成動態庫時&#xff0c;常常習慣性的加上fPIC選項&#xff0c;fPIC有什么作用和意義&#xff0c;加不加有什么區別&#xff0c;這里做下小結&#xff1a;fPIC的全稱是 Position Independent Code&#xff0c; 用于生成位置無關代碼。什么是位置無關代碼&am…

jdk 1結尾和2結尾_“與巢一起工作”的結尾對您意味著什么

jdk 1結尾和2結尾korisbo/Shutterstock科里斯博/ ShutterstockGoogle announced the end of “Works With Nest” at Google I/O 2019. Many companies, from IFTTT to Philips Hue, use Works With Nest to automate your smarthome. Those automations will break soon. Goog…

spring-cloud:利用eureka實現服務提供與調用示例

1.運行環境 開發工具&#xff1a;intellij idea JDK版本&#xff1a;1.8 項目管理工具&#xff1a;Maven 4.0.0 2.GITHUB地址 https://github.com/nbfujx/springCloud-learn-demo/tree/master/spring-cloud-eureka-producer-consumer

linux 桌面顯示視頻播放器,Ubuntu 13.10開啟媒體播放器VLC桌面通知的步驟

VLC是一款多功能的媒體播放器&#xff0c;支持眾多音頻及視頻格式&#xff0c;能夠適用于Ubuntu等系統&#xff0c;而VLC播放器有桌面通知功能&#xff0c;需要手動開啟&#xff0c;下面小編就以Ubuntu 13.10為例&#xff0c;給大家詳細介紹下Ubuntu 13.10開啟VLC桌面通知的步驟…

獨家 | 螞蟻金服TRaaS技術風險防控平臺解密

小螞蟻說&#xff1a; 在金融行業&#xff0c;風險防控能力的重要性不言而喻。而螞蟻金服可實現高達99.999%的異地多活容災&#xff0c;千億級資金秒級實時核對“賬、證、實”等能力也讓業界有目共睹。 今年位于杭州的螞蟻金服ATEC科技大會上&#xff0c;螞蟻金服正式推出技術風…

谷歌表格_如何使用宏自動執行Google表格

谷歌表格Google Sheets lets you automate repetitive tasks with macros, and you can then bind them to keyboard shortcuts to execute them quickly. They work using Google Apps Script to capture your actions for later use. Google表格可以讓您使用宏自動執行重復性…

阿里云彈性高性能計算E-HPC強勢來襲,全新打造一站式云超算

為什么80%的碼農都做不了架構師&#xff1f;>>> 摘要&#xff1a; 如今&#xff0c;高性能計算已在不知不覺中滲透到人類生活的方方面面。從材料科學到石油勘探、金融市場、應急管理、醫學和互聯網等領域&#xff0c;高性能計算無一不大顯身手&#xff0c;幫助快速…

linux導出硬件信息,Linux 上生成硬件信息與配置報告: Sysreport

當需要 Linux 主機詳細完整的描述給另一個人的時候&#xff0c;這個工具非常適合。用 root 用戶之行&#xff0c;但要注意最好不要抓取 currently installed packages 信息&#xff0c;這一步非常慢。(用 -norpm 參數)存儲廠商 EMC 也有個 EMCgrab 工具&#xff0c;工作原理類似…

深度優先搜索(DFS)----------------Tju_Oj_3517The longest athletic track

這個題主要考察對樹的操作&#xff0c;主要思想是DFS或者BFS&#xff0c;其次是找樹的直徑方法&#xff08;既要運用兩次BFS/DFS&#xff09;&#xff0c;最后作為小白&#xff0c;還練習了vector的操作。 DFS框架偽碼: bool DSF(Node oneTreePoint ){ //傳入的結點和其他有效…

word中圖片超出頁邊距_如何在Word中更改頁邊距

word中圖片超出頁邊距Word documents open with one-inch margins by default. You can adjust the page margins by choosing one of Word’s predefined options, or you can specify the exact height and width of the margins yourself. Here’s how. 默認情況下&#xff…

Android 中文 API (16) —— AnalogClock

一、結構 public class AnalogClock extends View java.lang.Object android.view.View android.widget.AnalogClock 二、類概述 這是一個帶有時針和分針的模擬時鐘控件。 三、受保護的方法 protected void onAttachedToWindow () 視圖&#xff08;AnalogClock&#xff09;附在…

linux服務器探針軟件,服務器安裝ServerStatus監控探針教程

前言本文將介紹在服務器上安裝ServerStatus來監控多臺服務器的運行狀態的教程.ServerStatus-Toyo版是一個酷炫高逼格的云探針、云監控、服務器云監控、多服務器探針~&#xff0c;該云監控(云探針)ServerStatus-Toyo項目鏈接本文為Stille原創文章.經實踐,測試,整理發布.如需轉載…

iphone播客怎么上傳_如何在iPhone,iPad或Android上收聽播客

iphone播客怎么上傳Khamosh PathakKhamosh PathakDid someone recently recommend you listen to a podcast? If your response was, “What’s a podcast?” we’ve got the answer, and more! Here’s a crash course on podcasts and how you can listen to them on your …

NOIP2018 退役記

NOIP掛完&#xff0c;OI再見 AFO Day 0 早上的高鐵&#xff0c;1點多到廣州&#xff0c;2點多到酒店&#xff0c;下午就是頹頹頹&#xff0c;然后晚上隨便刷了一下板子&#xff0c;反正PJ也沒啥板子可以刷 就這樣浪費了一天&#xff0c;我到底在干嘛 Day 1 早上心態很好的繼續刷…