Skip to main content
Question

Change Email in event action

  • December 2, 2025
  • 4 replies
  • 43 views

Forum|alt.badge.img+3

I want to change the Email Addresses in a event action Type E-Mail with a pl/SQL script.

I found the function FND_EVENT_ACTION_API.Modify

and prepared the Parameter:

 Client_Sys.Add_To_Attr('ACTION_PARAMETERS', rec_.new_param, attr_);

 

But unfortunately it is not working. There is no error message but the text is not changed.

Can somebody help me?

4 replies

Forum|alt.badge.img+2
  • Do Gooder (Employee)
  • December 5, 2025

Hello ​@KiBri 

This queue is for data migration topics.

To have an answer I recommend you to move this to the proper queue.

BR


Forum|alt.badge.img+3
  • Author
  • Sidekick (Customer)
  • December 9, 2025

sorry, I don’t understaand. To which queue should I move the topic?

 

And how can I do that?


Marcel.Ausan
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • December 9, 2025

@KiBri can you provide more info on this? From reading your post I don’t understand what you are trying to achieve.

Normally, if you have a custom event action of type E-Mail the email address can’t be changed by using PL/SQL code. Maybe some screenshots with what you are trying to do would be beneficial.


Forum|alt.badge.img+3
  • Author
  • Sidekick (Customer)
  • December 9, 2025

Hallo Marcel,

thank you for your response.

I just noticed, that we have only 20 events, that use hard coded email addresses, so we decided to change them manually.

But perhaps you have an idea without making much effort.

I wanted to change this email addresses per PL/SQL script. I wrote a script with a loop, that looks for all events with a specific domain.

No error occurs but the address wasn’t changed.