Value of a profile in a responsibility

Tag:

Select fpo.profile_option_name,fpo.user_visible_flag, fpo.user_changeable_flag, fr.responsibility_key, pov.profile_option_value
from apps. fnd_profile_option_values pov,
apps. FND_RESPONSIBILITY fr,
APPS.fnd_profile_options fpo
where pov.LEVEL_VALUE_APPLICATION_ID = fr.APPLICATION_ID
AND pov.LEVEL_VALUE=fr.responsibility_id
AND fpo.profile_option_id= pov.profile_option_id
AND fpo.profile_option_name LIKE '%AR%CONTEX%' -- profile name
AND fr.responsibility_key LIKE 'XX%AR%SET%' -- responsibility name

Comments

Post new comment

A valid e-mail address. All e-mails from the system will be sent to this address. The e-mail address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by e-mail.
All Rights Reserved. Copyright 2008-11 OracleUG.com.