Core Concurrent Processing - EBS (MOSC)

MOSC Banner

display data as per user's Preferences

edited May 31, 2020 10:19AM in Core Concurrent Processing - EBS (MOSC) 4 commentsAnswered

Hi

We have a  requirement to show the reports data (date fields) in the user's below Preferences.

Date Format

Timezone

Current Session Language

Regarding date format and timezone, i tried to use below to convert

TO_CHAR(apps.hz_timezone_pub.Convert_DateTime(apps.fnd_profile.value('SERVER_TIMEZONE_ID'),
apps.FND_PROFILE.VALUE_SPECIFIC('CLIENT_TIMEZONE_ID',apps.FND_GLOBAL.USER_ID),
systimestamp),apps.FND_PROFILE.VALUE_SPECIFIC('ICX_DATE_FORMAT_MASK',
apps.FND_GLOBAL.USER_ID))

But it's not working.

Regarding lanuguage, i tried below:

LANGUAGE = USERENV('LANG')

it's not working.

Please share your thoughts on this.

Thanks&Regards

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center