|
|
你可以先查詢下這個PO 的狀態:
select pha.po_header_id,pha.wf_item_key ,pha.wf_item_type,pha.authorization_status,pha.segment1
from po_headers_all pha
where pha.segment1= ???
然後用wf_item_key 裡面的值去工作流管理去查詢, 如果出現ERROR,就重新激活该工作流或者后退到前一步。如過找不到這個PO,也看不到历史记录.而狀態又為处理中,那你就可以把pha.wf_item_key ,pha.wf_item_type,pha.authorization_status清空,然後讓USER重新送簽ㄧ下. |
|