Re: application URL
Posted by
Roshan on
Mar 10, 2016; 8:56am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/application-URL-tp698p702.html
The user has given some more specific information. find attached profile differences. Below is the script used:
SELECT fpo.PROFILE_OPTION_NAME, fpov.PROFILE_OPTION_VALUE
FROM fnd_profile_option_values fpov, fnd_profile_options fpo
WHERE
PROFILE_OPTION_VALUE LIKE '%mascom%'
and fpov.profile_option_id = fpo.PROFILE_OPTION_ID
;
UAT_Profile_Options_Name_&_Values.xls