DBA Data[Home] [Help]

APPS.GHR_CPDF_EHRIS dependencies on FND_FILE

Line 2389: -- fnd_file.put_line(fnd_file.log,'-----'||l_audit_log_dir);

2385: l_output_ascii_fname := l_audit_log_dir || '\' || l_ascii_file_name;
2386: END IF;
2387:
2388:
2389: -- fnd_file.put_line(fnd_file.log,'-----'||l_audit_log_dir);
2390: -- Bug 5013892
2391: -- p_xml_fp := utl_file.fopen(l_audit_log_dir,l_xml_file_name,'w');
2392: -- p_ascii_fp := utl_file.fopen(l_audit_log_dir,l_ascii_file_name,'w');
2393: p_ascii_fp := utl_file.fopen(l_audit_log_dir,l_ascii_file_name,'w',32767);

Line 2421: fnd_file.put_line(fnd_file.log,'------------------------------------------------');

2417: END LOOP;
2418: END IF;
2419:
2420: l_count := l_count - 1;
2421: fnd_file.put_line(fnd_file.log,'------------------------------------------------');
2422: fnd_file.put_line(fnd_file.log,'Total Records : ' || l_count );
2423: fnd_file.put_line(fnd_file.log,'------------------------------------------------');
2424: -- Write the end tag and close the XML File.
2425:

Line 2422: fnd_file.put_line(fnd_file.log,'Total Records : ' || l_count );

2418: END IF;
2419:
2420: l_count := l_count - 1;
2421: fnd_file.put_line(fnd_file.log,'------------------------------------------------');
2422: fnd_file.put_line(fnd_file.log,'Total Records : ' || l_count );
2423: fnd_file.put_line(fnd_file.log,'------------------------------------------------');
2424: -- Write the end tag and close the XML File.
2425:
2426: IF p_gen_xml_file = 'Y' OR p_gen_txt_file = 'Y' THEN

Line 2423: fnd_file.put_line(fnd_file.log,'------------------------------------------------');

2419:
2420: l_count := l_count - 1;
2421: fnd_file.put_line(fnd_file.log,'------------------------------------------------');
2422: fnd_file.put_line(fnd_file.log,'Total Records : ' || l_count );
2423: fnd_file.put_line(fnd_file.log,'------------------------------------------------');
2424: -- Write the end tag and close the XML File.
2425:
2426: IF p_gen_xml_file = 'Y' OR p_gen_txt_file = 'Y' THEN
2427: fnd_file.put_line(fnd_file.log,'------------Path of output file----------------');

Line 2427: fnd_file.put_line(fnd_file.log,'------------Path of output file----------------');

2423: fnd_file.put_line(fnd_file.log,'------------------------------------------------');
2424: -- Write the end tag and close the XML File.
2425:
2426: IF p_gen_xml_file = 'Y' OR p_gen_txt_file = 'Y' THEN
2427: fnd_file.put_line(fnd_file.log,'------------Path of output file----------------');
2428: IF p_gen_xml_file = 'Y' THEN
2429: fnd_file.put_line(fnd_file.log,'XML file : ' || l_output_xml_fname);
2430: END IF;
2431: IF p_gen_txt_file = 'Y' THEN

Line 2429: fnd_file.put_line(fnd_file.log,'XML file : ' || l_output_xml_fname);

2425:
2426: IF p_gen_xml_file = 'Y' OR p_gen_txt_file = 'Y' THEN
2427: fnd_file.put_line(fnd_file.log,'------------Path of output file----------------');
2428: IF p_gen_xml_file = 'Y' THEN
2429: fnd_file.put_line(fnd_file.log,'XML file : ' || l_output_xml_fname);
2430: END IF;
2431: IF p_gen_txt_file = 'Y' THEN
2432: fnd_file.put_line(fnd_file.log,'Text file : ' || l_output_ascii_fname);
2433: END IF;

Line 2432: fnd_file.put_line(fnd_file.log,'Text file : ' || l_output_ascii_fname);

2428: IF p_gen_xml_file = 'Y' THEN
2429: fnd_file.put_line(fnd_file.log,'XML file : ' || l_output_xml_fname);
2430: END IF;
2431: IF p_gen_txt_file = 'Y' THEN
2432: fnd_file.put_line(fnd_file.log,'Text file : ' || l_output_ascii_fname);
2433: END IF;
2434: fnd_file.put_line(fnd_file.log,'-------------------------------------------');
2435: END IF;
2436: END WritetoFile;

Line 2434: fnd_file.put_line(fnd_file.log,'-------------------------------------------');

2430: END IF;
2431: IF p_gen_txt_file = 'Y' THEN
2432: fnd_file.put_line(fnd_file.log,'Text file : ' || l_output_ascii_fname);
2433: END IF;
2434: fnd_file.put_line(fnd_file.log,'-------------------------------------------');
2435: END IF;
2436: END WritetoFile;
2437:
2438: ---------------------------------------------------------------------------------------------

Line 3210: fnd_file.put_line(fnd_file.output,l_temp);

3206: l_temp := p_tags(l_tags).tagvalue;
3207: IF p_gen_txt_file = 'Y' THEN
3208: utl_file.put_line(p_l_fp,l_temp);
3209: END IF;
3210: fnd_file.put_line(fnd_file.output,l_temp);
3211: ELSE
3212: l_temp := p_tags(l_tags).tagvalue || '|';
3213: IF p_gen_txt_file = 'Y' THEN
3214: utl_file.put(p_l_fp,l_temp);

Line 3216: fnd_file.put(fnd_file.output,l_temp);

3212: l_temp := p_tags(l_tags).tagvalue || '|';
3213: IF p_gen_txt_file = 'Y' THEN
3214: utl_file.put(p_l_fp,l_temp);
3215: END IF;
3216: fnd_file.put(fnd_file.output,l_temp);
3217: END IF;
3218: END LOOP;
3219: END IF;
3220:

Line 3629: fnd_file.put(fnd_file.log,l_mesgbuff1);

3625: p_message => l_log_text
3626: );
3627:
3628: l_mesgbuff1:='No Records found for the given Report Date '||g_report_date;
3629: fnd_file.put(fnd_file.log,l_mesgbuff1);
3630: fnd_file.new_line(fnd_file.log);
3631: END IF;
3632:
3633: -- purge per design doc

Line 3630: fnd_file.new_line(fnd_file.log);

3626: );
3627:
3628: l_mesgbuff1:='No Records found for the given Report Date '||g_report_date;
3629: fnd_file.put(fnd_file.log,l_mesgbuff1);
3630: fnd_file.new_line(fnd_file.log);
3631: END IF;
3632:
3633: -- purge per design doc
3634: purge_suppression;