DBA Data[Home] [Help]

APPS.PAY_CA_PAYREG_EXTRACT_PKG dependencies on FND_FILE

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

1056: hr_utility.set_location(gv_package_name || '.payment_extract', 80);
1057: hr_utility.trace('Static and Payment Label = ' || lv_header_label);
1058:
1059:
1060: fnd_file.put_line(fnd_file.output, formated_header_string(
1061: hr_general.decode_fnd_comm_lookup
1062: ('PAYMENT_REGISTER_LABELS',
1063: 'TITLE')
1064: ,p_output_file_type

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

1071: ** the body and table before printing the header info, otherwise
1072: ** just print the header information.
1073: ****************************************************************/
1074: if p_output_file_type ='HTML' then
1075: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1076: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1077: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1078: end if;
1079: fnd_file.put_line(fnd_file.output, lv_header_label);

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

1072: ** just print the header information.
1073: ****************************************************************/
1074: if p_output_file_type ='HTML' then
1075: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1076: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '

');
1077: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1078: end if;
1079: fnd_file.put_line(fnd_file.output, lv_header_label);
1080:

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

1073: ****************************************************************/
1074: if p_output_file_type ='HTML' then
1075: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1076: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '

');
1077: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1078: end if;
1079: fnd_file.put_line(fnd_file.output, lv_header_label);
1080:
1081: if p_output_file_type ='HTML' then

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

1075: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1076: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '

');
1077: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1078: end if;
1079: fnd_file.put_line(fnd_file.output, lv_header_label);
1080:
1081: if p_output_file_type ='HTML' then
1082: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1083: end if;

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

1078: end if;
1079: fnd_file.put_line(fnd_file.output, lv_header_label);
1080:
1081: if p_output_file_type ='HTML' then
1082: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1083: end if;
1084:
1085: hr_utility.set_location(gv_package_name || '.payment_extract', 100);
1086: /*****************************************************

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

1380: if p_output_file_type ='HTML' then
1381: lv_data_row := '

' || lv_data_row || '' ;
1382: end if;
1383:
1384: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, lv_data_row);
1385:
1386: end if;
1387:
1388: /*** End of condition for Non-Zero Payments ***/

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

1442:
1443: lv_data_row := lv_total_label||lv_total;
1444: lv_data_row := '

'||lv_data_row||'';
1445:
1446: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, lv_data_row);
1447:
1448: lv_data_row := null;
1449: end if;
1450:

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

1453: /*****************************************************
1454: ** Close of the Data Section of the Report
1455: *****************************************************/
1456: if p_output_file_type ='HTML' then
1457: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
1458: end if;
1459: hr_utility.trace('Concurrent Request ID = ' || FND_GLOBAL.CONC_REQUEST_ID);
1460:
1461: