Sign Up

Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Oraask Logo Oraask Logo
Sign InSign Up

Oraask

  • Write
    • Add A New Post
    • Ask A Question

Oraask Navigation

Search
Ask A Question

Mobile menu

Close
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
Home/ Questions/Q 77785
Next
In Process

Oraask Latest Questions

Question
Anonymous
  • 0
  • 0
Anonymous
Asked: March 23, 20222022-03-23T13:04:14+03:00 2022-03-23T13:04:14+03:00In: Oracle EBS Queries

SQL query to find all customised dff in oracle 12g

  • 0
  • 0

Hi, i’m looking to get a SQL query that lists all customised DFF’s in our database. I’ve found code that will help you find specific fields but not everything. Wondering if anyone has done this before?

ebsquestion
2
  • 2 2 Answers
  • 333 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    Related Questions

    • How to Initialize Oracle APPS session using SQL Developer
    • Return to Vendor Tables in Oracle APPS R12
    • Query to Get Supplier Details in Oracle APPS R12
    • Query to get posted AP invoice in Oracle APPS R12
    • Query to Get Chart of Account Description in Oracle APPS R12

    2 Answers

    • Voted
    • Oldest
    • Recent
    1. Lisa984
      Lisa984 Explorer
      2022-03-24T15:50:19+03:00Added an answer on March 24, 2022 at 3:50 pm

      i think this actually be a good starter for me.

      We have loads of forms within EBS that have additional DFF’s that are required for business reasons or policy. Obviously they aren’t ones that are out of the box and it’s not the same person that set them up or documented the process. So we know of some from using the system but it feels like needle in a haystack aha

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
    2. Hassan AbdElrahman
      Hassan AbdElrahman Master Oracle ACE Pro ♠ | Oracle Senior ERP Technical Consultant
      2022-03-23T23:08:51+03:00Added an answer on March 23, 2022 at 11:08 pm

      What do you mean by Customized DFF?

      If you want to list all custom context that is created on a specific DFF you can run this query to get the result:

      SELECT FAPT.APPLICATION_NAME,
      FDFC.DESCRIPTIVE_FLEXFIELD_NAME,
      FDFC.DESCRIPTIVE_FLEX_CONTEXT_CODE,
      FDFC.ENABLED_FLAG,
      FDFC.GLOBAL_FLAG,
      FDFC.DESCRIPTION,
      FDFC.DESCRIPTIVE_FLEX_CONTEXT_NAME
      FROM FND_DESCR_FLEX_CONTEXTS_VL FDFC, FND_USER FU, FND_APPLICATION_TL FAPT
      WHERE FAPT.APPLICATION_NAME = :P_APPLICATION_NAME
      AND FDFC.DESCRIPTIVE_FLEXFIELD_NAME LIKE :P_DFF_NAME
      AND FDFC.CREATED_BY = FU.USER_ID
      AND FDFC.APPLICATION_ID = FAPT.APPLICATION_ID
      AND FAPT.LANGUAGE = 'US'
      AND ( FU.USER_NAME NOT LIKE '%ORACLE%'
      AND FU.USER_NAME NOT LIKE '%AUTOINSTALL%'
      AND FU.USER_NAME NOT LIKE '%INITIAL SETUP%');

      P_APPLICATION_NAME : Is your application name

      P_DFF_NAME : Is your Descriptive flexfield name. It’s not the title which is available on DFF screen, but you can find the column name “DESCRIPTIVE_FLEXFIELD_NAME” from help -> diagnostic -> examine.

      Note: We have excluded three users because Oracle seeded DFF contexts are created by these users above, thus, we can get only the custom ones.

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    Adv 250x250

    Explore

    • Categories
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Dev Tools
      • Online Compiler
      • Base64 Converter
    • Wiki
      • SQL Tutorials
      • Java Tutorials
      • Python Tutorials
      • JavaScript Tutorials

    Footer

    Oraask

    About

    Oraask is a website for developers and software engineers who want to learn new skills, share their knowledge, and solve their coding problems. Oraask provides free content on various programming languages and topics, such as Oracle, Python, Java, etc. Oraask also allows users to ask questions and get answers from other members of the community.

    About Us

    • About Us
    • Contact Us

    Legal Stuff

    • Privacy Policy
    • Terms & Conditions

    Follow

    Oraask is licensed under CC BY-NC-SA 4.0Oraask CopyrightOraask CopyrightOraask CopyrightOraask Copyright

    © 2019 Oraask. All Rights Reserved
    With Love by Oraask.

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.