DBA Data[Home] [Help]

APPS.WSH_DOCUMENT_SETS dependencies on FND_CONCURRENT_PROGRAMS_VL

Line 127: l_user_concurrent_program_name fnd_concurrent_programs_vl.user_concurrent_program_name%TYPE;

123: l_concurrent_program_name VARCHAR(40);
124: l_concurrent_program_id NUMBER;
125: l_execution_method_code VARCHAR2(10);
126: --l_user_concurrent_program_name VARCHAR2(200); --Bug 1633386
127: l_user_concurrent_program_name fnd_concurrent_programs_vl.user_concurrent_program_name%TYPE;
128:
129: l_arg_cnt NUMBER;
130: l_request_id NUMBER;
131: l_total_docs NUMBER :=0;

Line 243: FROM fnd_concurrent_programs_vl f,

239: f.mls_executable_id,
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