[Home] [Help]
1131: end loop;
1132: */
1133:
1134: hr_utility.trace( 'B4 formated header string ');
1135: fnd_file.put_line(fnd_file.output,
1136: formated_header_string(gv_title,'HTML'));
1137: fnd_file.new_line(fnd_file.output,1);
1138: hr_utility.trace( 'A4 formated header string new line ');
1139: /****************************************************************
1133:
1134: hr_utility.trace( 'B4 formated header string ');
1135: fnd_file.put_line(fnd_file.output,
1136: formated_header_string(gv_title,'HTML'));
1137: fnd_file.new_line(fnd_file.output,1);
1138: hr_utility.trace( 'A4 formated header string new line ');
1139: /****************************************************************
1140: ** Print the Header Information. If the format is HTML then open
1141: ** the body and table before printing the header info, otherwise
1142: ** just print the header information.
1143: ****************************************************************/
1144: if l_output_file_type ='HTML' then
1145:
1146: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1147: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '
1167: hr_utility.trace( 'value 0 = '||total_rec_tab(i).r_value);
1168: hr_utility.trace( 'value 0 = '||total_rec_tab(i).r_type);
1169: end loop ;
1170:
1171: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '
1168: hr_utility.trace( 'value 0 = '||total_rec_tab(i).r_type);
1169: end loop ;
1170:
1171: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '
1299: hr_utility.trace('Exception value found for '||ee_last_name);
1300:
1301: IF c_ee_exception%ROWCOUNT =1 THEN
1302:
1303: fnd_file.put_line(fnd_file.output
1304: ,employee_header('CSV','Header1',p_report_type));
1305:
1306: fnd_file.new_line(fnd_file.output,1);
1307:
1302:
1303: fnd_file.put_line(fnd_file.output
1304: ,employee_header('CSV','Header1',p_report_type));
1305:
1306: fnd_file.new_line(fnd_file.output,1);
1307:
1308: fnd_file.put_line(fnd_file.output
1309: ,employee_header('CSV','Header2',p_report_type));
1310:
1304: ,employee_header('CSV','Header1',p_report_type));
1305:
1306: fnd_file.new_line(fnd_file.output,1);
1307:
1308: fnd_file.put_line(fnd_file.output
1309: ,employee_header('CSV','Header2',p_report_type));
1310:
1311: END IF;
1312:
1309: ,employee_header('CSV','Header2',p_report_type));
1310:
1311: END IF;
1312:
1313: fnd_file.put_line(fnd_file.output
1314: ,employee_data (
1315: er_name,
1316: er_ein,
1317: er_addr_line_1,