Query user-defined file configurations

Source: Internet
Author: User
SELECT pro. profile_option_name,
            Pro. user_profile_option_name,
            Lev. level_type TYPE,
            -- Lev. level_code,
            Lev. level_name,
            Prv. profile_option_value
  FROM apps. fnd_profile_options_vl pro,
            Applsys. fnd_profile_option_values prv,
            (SELECT 10001 level_id,
                            'SITE' level_type,
                            0 level_value,
                            'SITE' level_code,
                            'SITE' level_name
                  FROM dual
              UNION ALL
              SELECT 10002 level_id,
                            'App' level_type,
                            App. application_id level_value,
                            App. application_short_name level_code,
                            App. application_name level_name
                  FROM apps. fnd_application_vl app
              UNION ALL
              SELECT 10003 level_id,
                            'Resp 'level_type,
                            Resp. responsibility_id level_value,
                            Resp. responsibility_key level_code,
         

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.