How to get user email

  • 22 June 2023
  • 0 replies
  • 193 views

Userlevel 3
Badge +8

In my situation below function was helfull:

SELECT fnd_user_property_API.get_value(p.IDENTITY,'SMTP_MAIL_ADDRESS') mail,p.* FROM fnd_user_property p

 


0 replies

Be the first to reply!

Reply