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?
Question
Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
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
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:
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.