接收事務處理型別 rcv transactions

2022-09-04 09:30:12 字數 2617 閱讀 8278

接收事務處理型別 -> transaction_type

sql:

select

plc.lookup_code,

plc.lookup_type,

plc.displayed_field,

plc.description,

plc.enabled_flag

from

po_lookup_codes plc

where

plc.lookup_type 

like

'rcv transaction type

'複製**

accept

rcv transaction type

接受接受隨後檢驗的物料

ycancel

rcv transaction type

取消取消 asn 的提前發貨通知事務處理

ycorrect

rcv transaction type

更正更正前一事務處理錄入

ydeliver

rcv transaction type

交貨將發運的物料交付給申請人

ymatch

rcv transaction type

匹配將未訂購物料匹配至採購訂單

yreceive

rcv transaction type

接收接收物料發貨

yreject

rcv transaction type

拒絕拒絕隨後檢驗的物料

yreturn to customer

rcv transaction type

退回給客戶

將物料退回給客戶

yreturn to receiving

rcv transaction type

返回至接收

將交貨物料退回至接收

yreturn to vendor

rcv transaction type

向**商退貨

將物料退回至**商

yship

rcv transaction type

發運在途發貨或內部訂單

ytransfer

rcv transaction type

轉移在接收地點之間轉移物料

yunordered

rcv transaction type

未訂購接收

接收與**單據不匹配的物料

y設定畫面路徑:

po_superuser -> 設定 -> 採購 ->查詢**   (型別:rcv transaction type)

接收事務處理型別 -> transaction_type

sql:

select

plc.lookup_code,

plc.lookup_type,

plc.displayed_field,

plc.description,

plc.enabled_flag

from

po_lookup_codes plc

where

plc.lookup_type 

like

'rcv transaction type

'複製**

accept

rcv transaction type

接受接受隨後檢驗的物料

ycancel

rcv transaction type

取消取消 asn 的提前發貨通知事務處理

ycorrect

rcv transaction type

更正更正前一事務處理錄入

ydeliver

rcv transaction type

交貨將發運的物料交付給申請人

ymatch

rcv transaction type

匹配將未訂購物料匹配至採購訂單

yreceive

rcv transaction type

接收接收物料發貨

yreject

rcv transaction type

拒絕拒絕隨後檢驗的物料

yreturn to customer

rcv transaction type

退回給客戶

將物料退回給客戶

yreturn to receiving

rcv transaction type

返回至接收

將交貨物料退回至接收

yreturn to vendor

rcv transaction type

向**商退貨

將物料退回至**商

yship

rcv transaction type

發運在途發貨或內部訂單

ytransfer

rcv transaction type

轉移在接收地點之間轉移物料

yunordered

rcv transaction type

未訂購接收

接收與**單據不匹配的物料

y設定畫面路徑:

po_superuser -> 設定 -> 採購 ->查詢**   (型別:rcv transaction type)

接收事務處理型別 rcv transactions

接收事務處理型別 transaction type sql select plc.lookup code,plc.lookup type,plc.displayed field,plc.description,plc.enabled flag from po lookup codes plc whe...

PB事務處理

1 資料視窗更新,只要dberror有錯誤,而事先沒有做過任何commit工作,那麼rollback可以回滾到上次commit位置,即上次commit後所有的資料將被回滾。2 如果是直接寫入sql語句,只要資料庫出現錯誤,那麼rollback可以回滾到上次commit的位置,即上次commit後所有...

MySQL事務處理

start transaction,commit和rollback語法 start transaction begin work commit work and no chain no release rollback work and no chain no release set autocom...