DBA Data[Home] [Help]

APPS.PAY_CA_PAYREG_EXTRACT_PKG dependencies on FND_FILE

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

1038: hr_utility.set_location(gv_package_name || '.payment_extract', 80);
1039: hr_utility.trace('Static and Payment Label = ' || lv_header_label);
1040:
1041:
1042: fnd_file.put_line(fnd_file.output, formated_header_string(
1043: hr_general.decode_fnd_comm_lookup
1044: ('PAYMENT_REGISTER_LABELS',
1045: 'TITLE')
1046: ,p_output_file_type

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

1053: ** the body and table before printing the header info, otherwise
1054: ** just print the header information.
1055: ****************************************************************/
1056: if p_output_file_type ='HTML' then
1057: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1058: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1059: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1060: end if;
1061: fnd_file.put_line(fnd_file.output, lv_header_label);

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

1054: ** just print the header information.
1055: ****************************************************************/
1056: if p_output_file_type ='HTML' then
1057: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1058: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '

');
1059: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1060: end if;
1061: fnd_file.put_line(fnd_file.output, lv_header_label);
1062:

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

1055: ****************************************************************/
1056: if p_output_file_type ='HTML' then
1057: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1058: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '

');
1059: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1060: end if;
1061: fnd_file.put_line(fnd_file.output, lv_header_label);
1062:
1063: if p_output_file_type ='HTML' then

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

1057: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1058: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '

');
1059: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1060: end if;
1061: fnd_file.put_line(fnd_file.output, lv_header_label);
1062:
1063: if p_output_file_type ='HTML' then
1064: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1065: end if;

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

1060: end if;
1061: fnd_file.put_line(fnd_file.output, lv_header_label);
1062:
1063: if p_output_file_type ='HTML' then
1064: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1065: end if;
1066:
1067: hr_utility.set_location(gv_package_name || '.payment_extract', 100);
1068: /*****************************************************

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

1351: if p_output_file_type ='HTML' then
1352: lv_data_row := '

' || lv_data_row || '' ;
1353: end if;
1354:
1355: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, lv_data_row);
1356:
1357: end if;
1358:
1359: /*** End of condition for Non-Zero Payments ***/

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

1409:
1410: lv_data_row := lv_total_label||lv_total;
1411: lv_data_row := '

'||lv_data_row||'';
1412:
1413: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, lv_data_row);
1414:
1415: lv_data_row := null;
1416: end if;
1417:

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

1420: /*****************************************************
1421: ** Close of the Data Section of the Report
1422: *****************************************************/
1423: if p_output_file_type ='HTML' then
1424: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1425: end if;
1426: hr_utility.trace('Concurrent Request ID = ' || FND_GLOBAL.CONC_REQUEST_ID);
1427:
1428: