一般當月工單的關閉可透過以下路徑的方式做開啟
WIP_SUPPERUSER -->Discrete -->Close Discrete Jobs -->Close Discrete Jobs(Form)
Menu --> Tools -->Unclose
但是跨月的工單須先將Close Date修改到當月之後,才能夠執行該動作
--1先找出ID select wip_entity_id from WIP_ENTITIES where wip_entity_name='XXXXXX' --2 更新日期 select date_closed --改為當月 from WIP_DISCRETE_JOBS where wip_entity_id=2498715 for update
請先 登入 以發表留言。