Value of a profile in a responsibility
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