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?