Skip to main content
Solved

Error while creating PR | IFS_PURCHASE_REQ_LINE_TAB is mutating

  • October 10, 2022
  • 2 replies
  • 216 views

Forum|alt.badge.img+8

Hi, community,

any idea how to get over this error? tried to disable the event however it is not working. any suggestion if I am performing some wrong steps? 

 

Thank you very much in advance.,

Best answer by Chamika Dilhani

Hi @Hashmit ,

 

Please check this out about avoid mutating table error in IFS event actions.

https://dsj23.me/2021/08/27/tips-to-avoid-mutating-table-error-in-ifs-event-actions/

 

View original
Did this topic help you find an answer to your question?

Chamika Dilhani
Hero (Former Employee)
Forum|alt.badge.img+9

Hi @Hashmit ,

 

Please check this out about avoid mutating table error in IFS event actions.

https://dsj23.me/2021/08/27/tips-to-avoid-mutating-table-error-in-ifs-event-actions/

 


Forum|alt.badge.img+23
  • Superhero (Customer)
  • October 10, 2022

Hi @Hashmit 

i had also this issue. Then I did this:

 

DECLARE 
  PRAGMA AUTONOMOUS_TRANSACTION;

BEGIN
    
<your code>
 
  COMMIT; /or ROLLBACK;
END;


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings