DBA Data[Home] [Help]

APPS.PAY_HK_IR56_ARCHIVE dependencies on FND_REQUEST

Line 69: -- 19 Feb 2003 apunekar 2810178 Removed no. of copies passed to fnd_request.set_print_options

65: -- quarters_period_end of the cursor quarters_info.
66: -- 10 Feb 2003 puchil 2778848 Changed the effective date check in cursor process_assignments
67: -- so as to eliminate terminated employees. Also removed the
68: -- check for IR56F, G in cursor as terminated employees are eliminated.
69: -- 19 Feb 2003 apunekar 2810178 Removed no. of copies passed to fnd_request.set_print_options
70: -- 20 Feb 2003 puchil 2805822 Cursor quarters_info modified to return quarters_period_start and
71: -- and quarters_period_end within a particular financial year.
72: -- 20 Feb 2003 puchil 2805822 Changed the cursor quarters_info to have correct date
73: -- i.e., from 31-01-4712 to 31-12-4712

Line 1770: hr_utility.set_location('fnd_request.set_print_options',1);

1766: OPEN csr_get_print_options(l_archive_action_id);
1767: FETCH csr_get_print_options INTO rec_print_options;
1768: CLOSE csr_get_print_options;
1769:
1770: hr_utility.set_location('fnd_request.set_print_options',1);
1771:
1772: /*Reverted fix for 2810178 */
1773: l_print_return := fnd_request.set_print_options
1774: (printer => rec_print_options.printer,

Line 1773: l_print_return := fnd_request.set_print_options

1769:
1770: hr_utility.set_location('fnd_request.set_print_options',1);
1771:
1772: /*Reverted fix for 2810178 */
1773: l_print_return := fnd_request.set_print_options
1774: (printer => rec_print_options.printer,
1775: style => rec_print_options.print_style,
1776: copies => l_number_of_copies,
1777: save_output => hr_general.char_to_bool(rec_print_options.save_output),

Line 1789: hr_utility.set_location('fnd_request.submit_request',1);

1785:
1786: -- Need to supply the parameters with keywords because it's a postscript report
1787: -- and the option version=2.0b set in the SRS definition uses a keyword, hence
1788:
1789: hr_utility.set_location('fnd_request.submit_request',1);
1790:
1791: l_request_id := fnd_request.submit_request
1792: (application => 'PAY',
1793: program => l_report_short_name,

Line 1791: l_request_id := fnd_request.submit_request

1787: -- and the option version=2.0b set in the SRS definition uses a keyword, hence
1788:
1789: hr_utility.set_location('fnd_request.submit_request',1);
1790:
1791: l_request_id := fnd_request.submit_request
1792: (application => 'PAY',
1793: program => l_report_short_name,
1794: argument1 => 'P_ARCHIVE_ACTION_ID='||l_archive_action_id,
1795: argument2 => 'P_ARCHIVE_OR_MAGTAPE='||p_archive_or_magtape,