How to get the maximum file size

SELECT v.level_name, v.level_value, v.profile_option_value
FROM fusion.fnd_profile_option_values v, fusion.fnd_profile_options_b b
WHERE b.profile_option_id = v.profile_option_id
AND b.profile_option_name = 'FND_FILE_UPLOAD_MAX_SIZE'

I hope this blog post was helpful for you. If you have any questions or feedback, please leave a comment below.