Sunday, September 8, 2019

API to update user Mail preference (FND_PREFERENCE.put) (Table: FND_USER_PREFERENCS)













In this post, we have given you an API to update User preferences. This helps you update any preferences of User like country, Language, Display name, Mail preference etc.



Script:

BEGIN
  FND_PREFERENCE.put('SHAREORCLEAPPS', 'WF', 'MAILTYPE', 'DISABLED');
END;

Table which stores user preferences information


Name
Req
Comments
USER_NAME
Yes
Internal name of user who owns this preference setting
MODULE_NAME
Yes
Module that references this preference
PREFERENCE_NAME
Yes
Preference name
PREFERENCE_VALUE

Preference value



Hope it helps!!

0 Responses to “API to update user Mail preference (FND_PREFERENCE.put) (Table: FND_USER_PREFERENCS)”

Post a Comment

Disclaimer

The ideas, thoughts and concepts expressed here are my own. They, in no way reflect those of my employer or any other organization/client that I am associated. The articles presented doesn't imply to any particular organization or client and are meant only for knowledge Sharing purpose. The articles can't be reproduced or copied without the Owner's knowledge or permission.