Oca
28
2016

Satınalma Siparişi ve Talep Onayını Yeniden Göndermek (POAPPRV / REQAPPRV)

Merhaba,

Satınalma siparişi ve talep onayını başa almak için örnek script.
İlgili WF_ITEM_KEY ekleyiniz..

 
 
******Sipariş******
BEGIN
wf_engine.handleError('POAPPRV','"WF_ITEM_KEY"','POAPPRV_TOP','RETRY',NULL );
COMMIT;
END;
 
******Talep******
BEGIN
wf_engine.handleError('REQAPPRV','"WF_ITEM_KEY"','MAIN_REQAPPRV_PROCESS', 'RETRY', NULL );
COMMIT;
END;
 
BEGIN
wf_engine.handleError('REQAPPRV','"WF_ITEM_KEY"','RESPONSE_APPROVE', 'RETRY', NULL );
COMMIT;
END;
 
BEGIN
Wf_Engine.HandleError(itemtype => 'REQAPPRV',itemkey => '"WF_ITEM_KEY"',activity => 'RESPONSE_APPROVE',command => 'RETRY',result => NULL );
COMMIT;
END;
Elvan Uysal

İlgili Yazılar



Yorum yapın

*