Background: When we run, the following SQL Query/Script will provide the profile option values set at different levels. That is Site, Application, Responsibility, User. So, this script lists ALL Users/Responsibilities/Applications set against a particular Profile option SQL Script: Enter 'Profile Option Name' as need to check Eg. FND: Debug Log Enabled [You can get the exact name from table fnd_profile_options_tl] SELECT fpo.profile_option_name SHORT_NAME, fpot.user_profile_option_name NAME, DECODE (fpov.level_id, 10001, 'Site', 10002, 'Application', 10...
DBA, EBS R12.2, 19c upgradation , OCI, Oracle analytic