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