DBA Data[Home] [Help]

APPS.WSH_DOC_SETS dependencies on FND_CONCURRENT_PROGRAMS_VL

Line 38: from fnd_concurrent_programs_vl cp, fnd_descr_flex_column_usages col

34: -- we are trying to phase out OEXSHSKI + OEXSHOBR parameters. Do not use these for new
35: -- reports. instead convert to the new style of parameter/token names
36: /*
37: select cp.concurrent_program_name, col.column_seq_num seq, col.srw_param token, col.required_flag
38: from fnd_concurrent_programs_vl cp, fnd_descr_flex_column_usages col
39: where col.application_id = 300 and cp.application_id = 300
40: and col.descriptive_flexfield_name = '$SRS$.'||cp.Concurrent_program_name
41: and cp.enabled_flag = 'Y'
42: and ( cp.concurrent_program_name ='WSHRDPIK')

Line 136: from fnd_concurrent_programs_vl f,

132: f.output_print_style,
133: f.save_output_flag,
134: f.print_flag,
135: f.execution_method_code
136: from fnd_concurrent_programs_vl f,
137: so_report_set_lines rs, fnd_application a
138: where rs.report_set_id = X_report_set_id
139: and rs.report_id = f.concurrent_program_id
140: and rs.application_id = f.application_id