Query to find DFF

SELECT b.application_table_name
, b.descriptive_flexfield_name
, a.application_column_name
, a.end_user_column_name
, a.descriptive_flex_context_code
FROM fnd_descr_flex_column_usages a
, fnd_descriptive_flexs_vl b
WHERE 1 = 1
AND b.descriptive_flexfield_name = a.descriptive_flexfield_name
AND b.application_id = a.application_id
AND A.CREATED_BY not in (0, 1,2, 5, 120, 121)
and b.application_table_name like '%PO%VENDO%'
AND b.application_table_name != 'FND_SRS_MASTER'
ORDER BY 1,4

Comments

Popular posts from this blog

Oracle Shipping Network SQL Query

Oracle Ar Invoice Numbering Sequence alter to avoid missing in between by cache

Advance Supply Chaining Scripts - ASCP Full Pegging Concept Script