Oralce EBS R12 订单行状态:实施,工作流状态: 发票连接,错误处理办法
订单行状态:实施
工作流状态:发票连接状态
select *
from wf_item_activity_statuses_v
where item_type = 'OEOL'
-- and activity_name = 'INVOICE_INTERFACE'
and activity_status_code = 'ERROR'
and source = 'R'
---and user_key like '%122018100317%'
ERROR_MESSAGE:ORA-20001:
处理方法:
1. UPDATE oe_order_lines_All
SET LINE_SET_ID = NULL,
last_update_date = SYSDATE,
last_updated_by = -28857533
WHERE line_id = 2687968;
2. COMMIT;
3. Now run 'Retry activities in error' concurrent program by selecting entity as Order Line and Mode as Execute.
If issue still exists, provide us the 'Retry activities in error ' program log and output files and also latest Htmomse order o/p.