DBA Data[Home] [Help]

APPS.PAY_CA_YEPP_ADD_ACTIONS_PKG dependencies on FND_FILE

Line 239: fnd_file.put_line(fnd_file.output,lvc_message1);

235: lvc_message3 := '

'||lvc_message3||'

';
236: end if;
237:
238: if p_flag='PROCESSED' then
239: fnd_file.put_line(fnd_file.output,lvc_message1);
240: end if;
241:
242: hr_utility.set_location(gv_package_name || '.formated_zero_count', 20);
243:

Line 245: fnd_file.put_line(fnd_file.output, lvc_message2);

241:
242: hr_utility.set_location(gv_package_name || '.formated_zero_count', 20);
243:
244: if p_flag='ELGBLE' then
245: fnd_file.put_line(fnd_file.output, lvc_message2);
246: end if;
247:
248: hr_utility.set_location(gv_package_name || '.formated_zero_count', 30);
249:

Line 251: fnd_file.put_line(fnd_file.output, lvc_message3);

247:
248: hr_utility.set_location(gv_package_name || '.formated_zero_count', 30);
249:
250: if p_flag='NOTELGBLE' then
251: fnd_file.put_line(fnd_file.output, lvc_message3);
252: end if;
253:
254: hr_utility.set_location(gv_package_name || '.formated_zero_count', 40);
255:

Line 282: fnd_file.put_line(fnd_file.output,l_header_text);

278: if p_output_file_type = 'HTML' then
279: l_header_text := '

'||l_header_text||'

';
280: end if;
281:
282: fnd_file.put_line(fnd_file.output,l_header_text);
283:
284: if p_output_file_type ='HTML' then
285: fnd_file.put_line(fnd_file.output, '');
286: fnd_file.put_line(fnd_file.output, '');

Line 285: fnd_file.put_line(fnd_file.output, '
');

281:
282: fnd_file.put_line(fnd_file.output,l_header_text);
283:
284: if p_output_file_type ='HTML' then
285: fnd_file.put_line(fnd_file.output, '

');
286: fnd_file.put_line(fnd_file.output, '');
287: end if;
288:
289: hr_utility.set_location(gv_package_name || '.print_table_header', 20);

Line 286: fnd_file.put_line(fnd_file.output, '
');

282: fnd_file.put_line(fnd_file.output,l_header_text);
283:
284: if p_output_file_type ='HTML' then
285: fnd_file.put_line(fnd_file.output, '

');
286: fnd_file.put_line(fnd_file.output, '');
287: end if;
288:
289: hr_utility.set_location(gv_package_name || '.print_table_header', 20);
290:

Line 291: fnd_file.put_line(fnd_file.output,formated_header_string(p_report_type, p_output_file_type));

287: end if;
288:
289: hr_utility.set_location(gv_package_name || '.print_table_header', 20);
290:
291: fnd_file.put_line(fnd_file.output,formated_header_string(p_report_type, p_output_file_type));
292:
293: if p_output_file_type ='HTML' then
294: fnd_file.put_line(fnd_file.output, '

');
295: end if;

Line 294: fnd_file.put_line(fnd_file.output, '');

290:
291: fnd_file.put_line(fnd_file.output,formated_header_string(p_report_type, p_output_file_type));
292:
293: if p_output_file_type ='HTML' then
294: fnd_file.put_line(fnd_file.output, '');
295: end if;
296:
297: EXCEPTION
298: WHEN OTHERS THEN

Line 1334: fnd_file.put_line(fnd_file.output, lv_data_row);

1330: if p_output_file_type ='HTML' then
1331: lv_data_row := '

' || lv_data_row || '' ;
1332: end if;
1333:
1334: fnd_file.put_line(fnd_file.output, lv_data_row);
1335:
1336: END print_table_details;
1337:
1338: /******************************************************************

Line 1458: fnd_file.put_line(fnd_file.output,'
') ;

1454: end loop;
1455: close c_secondary_asg_fed;
1456:
1457: if p_output_file_type ='HTML' then
1458: fnd_file.put_line(fnd_file.output,'') ;
1459: end if;
1460:
1461:
1462: elsif p_report_type in ('RL1','RL2') then

Line 1507: fnd_file.put_line(fnd_file.output,'') ;

1503: end loop;
1504: close c_secondary_asg_prov;
1505:
1506: if p_output_file_type ='HTML' then
1507: fnd_file.put_line(fnd_file.output,'') ;
1508: end if;
1509:
1510: end if;
1511:

Line 1647: fnd_file.put_line(fnd_file.output,'') ;

1643: end loop;
1644: close c_other_assignments_fed;
1645:
1646: if p_output_file_type ='HTML' then
1647: fnd_file.put_line(fnd_file.output,'') ;
1648: end if;
1649:
1650: elsif p_report_type in ('RL1','RL2') then
1651:

Line 1690: fnd_file.put_line(fnd_file.output,'') ;

1686: end loop;
1687: close c_other_assignments_prov;
1688:
1689: if p_output_file_type ='HTML' then
1690: fnd_file.put_line(fnd_file.output,'') ;
1691: end if;
1692:
1693: end if;
1694:

Line 1791: fnd_file.put_line(fnd_file.output,

1787: close c_rl2_magtape_run_exists;
1788:
1789: end if;
1790:
1791: fnd_file.put_line(fnd_file.output,
1792: pay_us_payroll_utils.formated_header_string(gv_title || ' - ' || p_report_type || ' ' ||
1793: to_char(l_effective_date,'YYYY'),p_output_file_type));
1794:
1795: if p_output_file_type ='HTML' then

Line 1796: fnd_file.put_line(fnd_file.output, '');

1792: pay_us_payroll_utils.formated_header_string(gv_title || ' - ' || p_report_type || ' ' ||
1793: to_char(l_effective_date,'YYYY'),p_output_file_type));
1794:
1795: if p_output_file_type ='HTML' then
1796: fnd_file.put_line(fnd_file.output, '');
1797: end if;
1798:
1799: if l_mag_exists = 1 then -- Magnetic tape processed
1800:

Line 1802: fnd_file.put_line(fnd_file.output, '
');

1798:
1799: if l_mag_exists = 1 then -- Magnetic tape processed
1800:
1801: if p_output_file_type ='HTML' then
1802: fnd_file.put_line(fnd_file.output, '

');
1803: end if;
1804:
1805: if p_output_file_type ='HTML' then
1806: fnd_file.put_line(fnd_file.output, '');

Line 1806: fnd_file.put_line(fnd_file.output, '
');

1802: fnd_file.put_line(fnd_file.output, '

');
1803: end if;
1804:
1805: if p_output_file_type ='HTML' then
1806: fnd_file.put_line(fnd_file.output, '');
1807: end if;
1808:
1809: fnd_file.put_line(fnd_file.output,
1810: pay_us_payroll_utils.formated_data_string

Line 1809: fnd_file.put_line(fnd_file.output,

1805: if p_output_file_type ='HTML' then
1806: fnd_file.put_line(fnd_file.output, '

');
1807: end if;
1808:
1809: fnd_file.put_line(fnd_file.output,
1810: pay_us_payroll_utils.formated_data_string
1811: (p_input_string => hr_general.decode_lookup('PAY_CA_MISSING_ASG','MAG_RUN')
1812: ,p_bold => 'Y'
1813: ,p_output_file_type => p_output_file_type));

Line 1816: fnd_file.put_line(fnd_file.output, '
');

1812: ,p_bold => 'Y'
1813: ,p_output_file_type => p_output_file_type));
1814:
1815: if p_output_file_type ='HTML' then
1816: fnd_file.put_line(fnd_file.output, '');
1817: fnd_file.put_line(fnd_file.output, '

');
1818: end if;
1819:
1820: fnd_file.put_line(fnd_file.output,

Line 1817: fnd_file.put_line(fnd_file.output, '
');

1813: ,p_output_file_type => p_output_file_type));
1814:
1815: if p_output_file_type ='HTML' then
1816: fnd_file.put_line(fnd_file.output, '

');
1817: fnd_file.put_line(fnd_file.output, '');
1818: end if;
1819:
1820: fnd_file.put_line(fnd_file.output,
1821: pay_us_payroll_utils.formated_data_string

Line 1820: fnd_file.put_line(fnd_file.output,

1816: fnd_file.put_line(fnd_file.output, '

');
1817: fnd_file.put_line(fnd_file.output, '');
1818: end if;
1819:
1820: fnd_file.put_line(fnd_file.output,
1821: pay_us_payroll_utils.formated_data_string
1822: (p_input_string => hr_general.decode_lookup('PAY_CA_MISSING_ASG','MAG_ROLLBACK')
1823: ,p_bold => 'Y'
1824: ,p_output_file_type => p_output_file_type));

Line 1827: fnd_file.put_line(fnd_file.output, '
');

1823: ,p_bold => 'Y'
1824: ,p_output_file_type => p_output_file_type));
1825:
1826: if p_output_file_type ='HTML' then
1827: fnd_file.put_line(fnd_file.output, ' ');
1828: end if;
1829:
1830:
1831: else -- Magnetic tape not processed

Line 1877: fnd_file.put_line(fnd_file.output,'') ;

1873: end if;
1874: end loop;
1875:
1876: if p_output_file_type ='HTML' then
1877: fnd_file.put_line(fnd_file.output,'') ;
1878: end if;
1879:
1880: end if;
1881:

Line 1906: fnd_file.put_line(fnd_file.output,'') ;

1902: end if;
1903: end loop;
1904:
1905: if p_output_file_type ='HTML' then
1906: fnd_file.put_line(fnd_file.output,'') ;
1907: end if;
1908: end if;
1909:
1910: hr_utility.set_location(gv_package_name || '.add_actions_to_yepp', 150);

Line 1935: fnd_file.put_line(fnd_file.output,'') ;

1931: end if;
1932: end loop;
1933:
1934: if p_output_file_type ='HTML' then
1935: fnd_file.put_line(fnd_file.output,'') ;
1936: end if;
1937:
1938: end if;
1939:

Line 1957: fnd_file.put_line(fnd_file.output, ' ');

1953: l_effective_date,
1954: p_report_type);
1955:
1956: if p_output_file_type ='HTML' then
1957: fnd_file.put_line(fnd_file.output, ' ');
1958: end if;
1959:
1960: end if; -- Magnetic tape not processed
1961: