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 1701: hr_utility.set_location('fnd_request.set_print_options',1);

1697: OPEN csr_get_print_options(l_archive_action_id);
1698: FETCH csr_get_print_options INTO rec_print_options;
1699: CLOSE csr_get_print_options;
1700:
1701: hr_utility.set_location('fnd_request.set_print_options',1);
1702:
1703: /*Reverted fix for 2810178 */
1704: l_print_return := fnd_request.set_print_options
1705: (printer => rec_print_options.printer,

Line 1704: l_print_return := fnd_request.set_print_options

1700:
1701: hr_utility.set_location('fnd_request.set_print_options',1);
1702:
1703: /*Reverted fix for 2810178 */
1704: l_print_return := fnd_request.set_print_options
1705: (printer => rec_print_options.printer,
1706: style => rec_print_options.print_style,
1707: copies => l_number_of_copies,
1708: save_output => hr_general.char_to_bool(rec_print_options.save_output),

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

1716:
1717: -- Need to supply the parameters with keywords because it's a postscript report
1718: -- and the option version=2.0b set in the SRS definition uses a keyword, hence
1719:
1720: hr_utility.set_location('fnd_request.submit_request',1);
1721:
1722: l_request_id := fnd_request.submit_request
1723: (application => 'PAY',
1724: program => l_report_short_name,

Line 1722: l_request_id := fnd_request.submit_request

1718: -- and the option version=2.0b set in the SRS definition uses a keyword, hence
1719:
1720: hr_utility.set_location('fnd_request.submit_request',1);
1721:
1722: l_request_id := fnd_request.submit_request
1723: (application => 'PAY',
1724: program => l_report_short_name,
1725: argument1 => 'P_ARCHIVE_ACTION_ID='||l_archive_action_id,
1726: argument2 => 'P_ARCHIVE_OR_MAGTAPE='||p_archive_or_magtape,