DBA Data[Home] [Help]

APPS.PAY_AU_XMLPUB_REPORTS dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 184: from fnd_descr_flex_column_usages

180: ,l_conc_prog_name fnd_concurrent_programs.concurrent_program_name%type)
181: is
182: select to_number(substr(application_column_name, 10)) num,
183: end_user_column_name
184: from fnd_descr_flex_column_usages
185: where application_id = l_appl_id
186: and descriptive_flexfield_name = '$SRS$.'||l_conc_prog_name
187: and descriptive_flex_context_code = 'Global Data Elements'
188: and enabled_flag = 'Y'