DBA Data[Home] [Help]

APPS.PAY_ELEMENT_EXTRACT_PKG dependencies on FND_FILE

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

1125: gv_title := hr_general.decode_fnd_comm_lookup
1126: ('PAYROLL_REPORTS',
1127: 'ELEMENT_REGISTER_TITLE');
1128:
1129: fnd_file.put_line(fnd_file.output, formated_header_string(
1130: gv_title
1131: ,p_output_file_type
1132: ));
1133:

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

1137: ** the body and table before printing the header info, otherwise
1138: ** just print the header information.
1139: ****************************************************************/
1140: if p_output_file_type ='HTML' then
1141: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1142: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1143: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1144: end if;
1145:

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

1138: ** just print the header information.
1139: ****************************************************************/
1140: if p_output_file_type ='HTML' then
1141: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1142: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '

');
1143: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1144: end if;
1145:
1146: fnd_file.put_line(fnd_file.output, lv_header_label);

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

1139: ****************************************************************/
1140: if p_output_file_type ='HTML' then
1141: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1142: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '

');
1143: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1144: end if;
1145:
1146: fnd_file.put_line(fnd_file.output, lv_header_label);
1147:

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

1142: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '

');
1143: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1144: end if;
1145:
1146: fnd_file.put_line(fnd_file.output, lv_header_label);
1147:
1148: if p_output_file_type ='HTML' then
1149: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1150: end if;

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

1145:
1146: fnd_file.put_line(fnd_file.output, lv_header_label);
1147:
1148: if p_output_file_type ='HTML' then
1149: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1150: end if;
1151:
1152: hr_utility.set_location(gv_package_name || '.element_extract', 100);
1153: /*****************************************************

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

1526: if p_output_file_type ='HTML' then
1527: lv_data_row := '

' || lv_data_row || '' ;
1528: end if;
1529:
1530: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, lv_data_row);
1531: end if; /************** End of Print Row *************************/
1532:
1533: end if; /********** End of Assignment Set ************************/
1534:

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

1556: ** Close of the Data Section of the Report
1557: *****************************************************/
1558:
1559: if p_output_file_type ='HTML' then
1560: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1561: end if;
1562: hr_utility.trace('Concurrent Request ID = ' || FND_GLOBAL.CONC_REQUEST_ID);
1563:
1564: