You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Users Preferred Timezone report

edited Apr 30, 2019 6:43PM in Reporting and Analytics for HCM 4 comments

Summary

Listing timezones set up in User's preferences by User

Content

Hello Everyone,

I found this script in one Oracle Support documents but I can't run it as it is showing the tables do not exist.

SELECT FUSER.USER_NAME,
  VAL.PROFILE_OPTION_VALUE
FROM
  APPLSYS.FND_PROFILE_OPTION_VALUES VAL,
  APPLSYS.FND_PROFILE_OPTIONS OPT,
  APPLSYS.FND_USER FUSER
WHERE
  VAL.PROFILE_OPTION_ID = OPT.PROFILE_OPTION_ID
  AND VAL.LEVEL_VALUE = FUSER.USER_ID
  AND OPT.PROFILE_OPTION_NAME = 'CLIENT_TIMEZONE_ID'
--  AND VAL.LEVEL_ID = 10004 -- USER LEVEL
--  AND FUSER.USER_NAME = 'XXXXXX';

Do you guys have any idea of why? Or, do you guys know how to generate a list of users and their User's preference -> Regional -> Timezone?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!