DBA Data[Home] [Help]

APPS.WSH_DOCUMENT_SETS dependencies on WSH_REPORT_SET_LINES

Line 244: wsh_report_set_lines rs, fnd_application a

240: f.output_file_type,
241: nvl(rs.template_code,f.template_code) template_code,
242: f.nls_compliant
243: FROM fnd_concurrent_programs_vl f,
244: wsh_report_set_lines rs, fnd_application a
245: WHERE rs.report_set_id = p_report_set_id
246: AND rs.concurrent_program_id = f.concurrent_program_id
247: AND rs.application_id = f.application_id
248: AND a.application_id = f.application_id