col PROFILE_OPTION_NAME format
a60
set lines 2000 pages 2000
SELECT
A.PROFILE_OPTION_NAME,B.PROFILE_OPTION_VALUE FROM FND_PROFILE_OPTIONS
A,FND_PROFILE_OPTION_VALUES B
where
a.PROFILE_OPTION_ID=b.PROFILE_OPTION_ID and b.profile_option_value like
'http:/%';
This comment has been removed by a blog administrator.
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDelete