Query to find DFF Related Information in Oracle Apps Query: ALTER SESSION SET NLS_LANGUAGE= 'AMERICAN' SELECT fdf.title "DFF Title", fdf.application_table_name "Application Table", fdf.context_column_name "Context Column Name", -- fdfcu.descriptive_flex_context_code "DFF Context Code", fdfcu.column_seq_num "Sequence", fdfcu.end_user_column_name "Segment Name", fdfcu.application_column_name "Column Name", -- ...