DBA Data[Home] [Help]

APPS.GHR_CPDF_EHRIS dependencies on FND_FILE

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

2464: l_output_ascii_fname := l_audit_log_dir || '\' || l_ascii_file_name;
2465: END IF;
2466:
2467:
2468: -- fnd_file.put_line(fnd_file.log,'-----'||l_audit_log_dir);
2469: -- Bug 5013892
2470: -- p_xml_fp := utl_file.fopen(l_audit_log_dir,l_xml_file_name,'w');
2471: -- p_ascii_fp := utl_file.fopen(l_audit_log_dir,l_ascii_file_name,'w');
2472: p_ascii_fp := utl_file.fopen(l_audit_log_dir,l_ascii_file_name,'w',32767);

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

2496: END LOOP;
2497: END IF;
2498:
2499: l_count := l_count - 1;
2500: fnd_file.put_line(fnd_file.log,'------------------------------------------------');
2501: fnd_file.put_line(fnd_file.log,'Total Records : ' || l_count );
2502: fnd_file.put_line(fnd_file.log,'------------------------------------------------');
2503: -- Write the end tag and close the XML File.
2504:

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

2497: END IF;
2498:
2499: l_count := l_count - 1;
2500: fnd_file.put_line(fnd_file.log,'------------------------------------------------');
2501: fnd_file.put_line(fnd_file.log,'Total Records : ' || l_count );
2502: fnd_file.put_line(fnd_file.log,'------------------------------------------------');
2503: -- Write the end tag and close the XML File.
2504:
2505: IF p_gen_xml_file = 'Y' OR p_gen_txt_file = 'Y' THEN

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

2498:
2499: l_count := l_count - 1;
2500: fnd_file.put_line(fnd_file.log,'------------------------------------------------');
2501: fnd_file.put_line(fnd_file.log,'Total Records : ' || l_count );
2502: fnd_file.put_line(fnd_file.log,'------------------------------------------------');
2503: -- Write the end tag and close the XML File.
2504:
2505: IF p_gen_xml_file = 'Y' OR p_gen_txt_file = 'Y' THEN
2506: fnd_file.put_line(fnd_file.log,'------------Path of output file----------------');

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

2502: fnd_file.put_line(fnd_file.log,'------------------------------------------------');
2503: -- Write the end tag and close the XML File.
2504:
2505: IF p_gen_xml_file = 'Y' OR p_gen_txt_file = 'Y' THEN
2506: fnd_file.put_line(fnd_file.log,'------------Path of output file----------------');
2507: IF p_gen_xml_file = 'Y' THEN
2508: fnd_file.put_line(fnd_file.log,'XML file : ' || l_output_xml_fname);
2509: END IF;
2510: IF p_gen_txt_file = 'Y' THEN

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

2504:
2505: IF p_gen_xml_file = 'Y' OR p_gen_txt_file = 'Y' THEN
2506: fnd_file.put_line(fnd_file.log,'------------Path of output file----------------');
2507: IF p_gen_xml_file = 'Y' THEN
2508: fnd_file.put_line(fnd_file.log,'XML file : ' || l_output_xml_fname);
2509: END IF;
2510: IF p_gen_txt_file = 'Y' THEN
2511: fnd_file.put_line(fnd_file.log,'Text file : ' || l_output_ascii_fname);
2512: END IF;

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

2507: IF p_gen_xml_file = 'Y' THEN
2508: fnd_file.put_line(fnd_file.log,'XML file : ' || l_output_xml_fname);
2509: END IF;
2510: IF p_gen_txt_file = 'Y' THEN
2511: fnd_file.put_line(fnd_file.log,'Text file : ' || l_output_ascii_fname);
2512: END IF;
2513: fnd_file.put_line(fnd_file.log,'-------------------------------------------');
2514: END IF;
2515: END WritetoFile;

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

2509: END IF;
2510: IF p_gen_txt_file = 'Y' THEN
2511: fnd_file.put_line(fnd_file.log,'Text file : ' || l_output_ascii_fname);
2512: END IF;
2513: fnd_file.put_line(fnd_file.log,'-------------------------------------------');
2514: END IF;
2515: END WritetoFile;
2516:
2517: ---------------------------------------------------------------------------------------------

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

3288: l_temp := p_tags(l_tags).tagvalue;
3289: IF p_gen_txt_file = 'Y' THEN
3290: utl_file.put_line(p_l_fp,l_temp);
3291: END IF;
3292: fnd_file.put_line(fnd_file.output,l_temp);
3293: ELSE
3294: l_temp := p_tags(l_tags).tagvalue || '|';
3295: IF p_gen_txt_file = 'Y' THEN
3296: utl_file.put(p_l_fp,l_temp);

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

3294: l_temp := p_tags(l_tags).tagvalue || '|';
3295: IF p_gen_txt_file = 'Y' THEN
3296: utl_file.put(p_l_fp,l_temp);
3297: END IF;
3298: fnd_file.put(fnd_file.output,l_temp);
3299: END IF;
3300: END LOOP;
3301: END IF;
3302:

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

3781: p_message => l_log_text
3782: );
3783:
3784: l_mesgbuff1:='No Records found for the given Report Date '||g_report_date;
3785: fnd_file.put(fnd_file.log,l_mesgbuff1);
3786: fnd_file.new_line(fnd_file.log);
3787: END IF;
3788:
3789: -- purge per design doc

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

3782: );
3783:
3784: l_mesgbuff1:='No Records found for the given Report Date '||g_report_date;
3785: fnd_file.put(fnd_file.log,l_mesgbuff1);
3786: fnd_file.new_line(fnd_file.log);
3787: END IF;
3788:
3789: -- purge per design doc
3790: purge_suppression;