DBA Data[Home] [Help]

APPS.WSH_DOCUMENT_SETS dependencies on FND_CONCURRENT_PROGRAMS_VL

Line 114: l_user_concurrent_program_name fnd_concurrent_programs_vl.user_concurrent_program_name%TYPE;

110: l_concurrent_program_name VARCHAR(40);
111: l_concurrent_program_id NUMBER;
112: l_execution_method_code VARCHAR2(10);
113: --l_user_concurrent_program_name VARCHAR2(200); --Bug 1633386
114: l_user_concurrent_program_name fnd_concurrent_programs_vl.user_concurrent_program_name%TYPE;
115:
116: l_arg_cnt NUMBER;
117: l_request_id NUMBER;
118: l_total_docs NUMBER :=0;

Line 230: FROM fnd_concurrent_programs_vl f,

226: f.mls_executable_id,
227: f.output_file_type,
228: nvl(rs.template_code,f.template_code) template_code,
229: f.nls_compliant
230: FROM fnd_concurrent_programs_vl f,
231: wsh_report_set_lines rs, fnd_application a
232: WHERE rs.report_set_id = p_report_set_id
233: AND rs.concurrent_program_id = f.concurrent_program_id
234: AND rs.application_id = f.application_id