DBA Data[Home] [Help]

APPS.PAY_ELEMENT_EXTRACT_PKG dependencies on FND_FILE

Line 1138: fnd_file.put_line(fnd_file.output, formated_header_string(

1134: gv_title := hr_general.decode_fnd_comm_lookup
1135: ('PAYROLL_REPORTS',
1136: 'ELEMENT_REGISTER_TITLE');
1137:
1138: fnd_file.put_line(fnd_file.output, formated_header_string(
1139: gv_title
1140: ,p_output_file_type
1141: ));
1142:

Line 1150: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');

1146: ** the body and table before printing the header info, otherwise
1147: ** just print the header information.
1148: ****************************************************************/
1149: if p_output_file_type ='HTML' then
1150: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1151: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1152: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1153: end if;
1154:

Line 1151: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '
');

1147: ** just print the header information.
1148: ****************************************************************/
1149: if p_output_file_type ='HTML' then
1150: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1151: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '

');
1152: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1153: end if;
1154:
1155: fnd_file.put_line(fnd_file.output, lv_header_label);

Line 1152: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '
');

1148: ****************************************************************/
1149: if p_output_file_type ='HTML' then
1150: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1151: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '

');
1152: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1153: end if;
1154:
1155: fnd_file.put_line(fnd_file.output, lv_header_label);
1156:

Line 1155: fnd_file.put_line(fnd_file.output, lv_header_label);

1151: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '

');
1152: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1153: end if;
1154:
1155: fnd_file.put_line(fnd_file.output, lv_header_label);
1156:
1157: if p_output_file_type ='HTML' then
1158: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1159: end if;

Line 1158: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');

1154:
1155: fnd_file.put_line(fnd_file.output, lv_header_label);
1156:
1157: if p_output_file_type ='HTML' then
1158: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1159: end if;
1160:
1161: hr_utility.set_location(gv_package_name || '.element_extract', 100);
1162: /*****************************************************

Line 1538: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, lv_data_row);

1534: if p_output_file_type ='HTML' then
1535: lv_data_row := '

' || lv_data_row || '' ;
1536: end if;
1537:
1538: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, lv_data_row);
1539: end if; /************** End of Print Row *************************/
1540:
1541: end if; /********** End of Assignment Set ************************/
1542:

Line 1568: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '
');

1564: ** Close of the Data Section of the Report
1565: *****************************************************/
1566:
1567: if p_output_file_type ='HTML' then
1568: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1569: end if;
1570: hr_utility.trace('Concurrent Request ID = ' || FND_GLOBAL.CONC_REQUEST_ID);
1571:
1572: