add

About Me

My photo
Oracle Apps - Techno Functional consultant

Saturday, March 17

TO FIND PROFILE OPTION DETAILS

SELECT application_id,
profile_option_id,
profile_option_name,
site_enabled_flag,
resp_enabled_flag,
user_enabled_flag
FROM fnd_profile_options
WHERE profile_option_name LIKE UPPER('%&profile_option_name%');

No comments: