Unable to Cancel Service sales order due to this error 'OE_SCH_LINE_FULFILLED' after applied INV min
Hi Experts/Guru
We are not able to Cancel the Service Order line whose status is Awaiting
Invoice.
Earlier we use follow the workarround mentioned below , to make the full_filled flag as ' N ' and then it allows us to cancel the Service Order line.
update oe_order_lines_all
set FULFILLED_FLAG='N'
where line_id=491565020
After appyling INV minimum baseline patch 8515573. The above mentioned work arround is not working any more.
when we follow the above steps we get the below error message.
Error Message :
----------------------
OE_SCH_LINE_FULFILLED
Earlier we use follow the workarround mentioned below , to make the full_filled flag as ' N ' and then it allows us to cancel the Service Order line.
update oe_order_lines_all
set FULFILLED_FLAG='N'
where line_id=491565020
After appyling INV minimum baseline patch 8515573. The above mentioned work arround is not working any more.
when we follow the above steps we get the below error message.
Error Message :
----------------------
OE_SCH_LINE_FULFILLED
Please find the attachment for your references
0