Re: Cannot send testmail: Invalid role
Posted by ErmanArslansOracleBlog on Nov 26, 2021; 7:31am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Cannot-send-testmail-Invalid-role-tp10453p10454.html
"Invalid Role Or Role Does Not Have The Notification Preference Set (Doc ID 728331.1)" should be the cure!
Send me the output of the queries given below;
select Preference_name, preference_value
from fnd_user_preferences
where PREFERENCE_NAME='MAILTYPE'
select UP.USER_NAME name, UP.MODULE_NAME module, UP.PREFERENCE_NAME pref_type, UP.PREFERENCE_VALUE value
from FND_USER_PREFERENCES UP
where UP.MODULE_NAME = 'WF'
and UP.PREFERENCE_NAME = 'MAILTYPE'
and UP.USER_NAME='-WF_DEFAULT-';