收料後無產生收料編號的手工處理

longwansheng發表於2012-01-30

收料後無產生收料編號的手工處理

802組織反映有一筆收料後無收料編號

[@more@]


select next_receipt_num from RCV_PARAMETERS
where organization_id=802

update RCV_PARAMETERS
set next_receipt_num=next_receipt_num+1
where organization_id=802

select next_receipt_num from RCV_PARAMETERS
where organization_id=802


update rcv_shipment_headers
set receipt_num='20179056'
where SHIPMENT_HEADER_ID=5799859

commit

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

相關文章