DBA Data[Home] [Help]

APPS.PAY_AU_REC_DET_PAYSUM_MODE dependencies on FND_REQUEST

Line 24: *** 05 May 05 ksingla 1.14 4353285 Removed to_char from fnd_request to payroll_id and assignment_id.

20: *** 11-FEB-05 abhkumar 1.10 4132149 Modified initialisation_code to initialise the global variables for legislative parameters.
21: *** 17 Feb 05 abhkumar 1.11 4161460 Rolled back changes made in version 115.8.
22: *** 24 Feb 05 avenkatk 1.12 4201894 Added check to Archive Retro Payments < $400 as Taxable Earnings.
23: *** 22 Apr 05 ksingla 1.13 4177679 Added a new paramter to the function call etp_prepost_ratios.
24: *** 05 May 05 ksingla 1.14 4353285 Removed to_char from fnd_request to payroll_id and assignment_id.
25: *** 05 May 05 abhkumar 1.15 4377367 Added join in the cursor csr_assignment_paysum to archive the end-dated employees.
26: *** 22 Jun 05 abhargav 1.16 4363057 Changes due to Retro Tax enhancement.
27: *** 04 Jul 05 avenkatk 1.17 3891577 Introduced Logic and procedures for Summary Report - Payment Summary Mode
28: *** (A) Parameter REP_MODE - to decide whether Report is Summary or Detail

Line 2335: l_xml_options := fnd_request.add_layout

2331: IF l_parameters.p_output_type = 'XML_PDF'
2332: THEN
2333: l_short_report_name := 'PYAUREPSR_XML';
2334:
2335: l_xml_options := fnd_request.add_layout
2336: (template_appl_name => 'PAY',
2337: template_code => 'PYAUREPSR_XML',
2338: template_language => 'en',
2339: template_territory => 'US',

Line 2383: l_print_return := fnd_request.set_print_options

2379: --
2380: l_print_together := nvl(fnd_profile.value('CONC_PRINT_TOGETHER'), 'N');
2381: --
2382: -- Set printer options
2383: l_print_return := fnd_request.set_print_options
2384: (printer => rec_print_options.printer,
2385: style => rec_print_options.print_style,
2386: copies => rec_print_options.number_of_copies, /*Bug 4116833 */
2387: save_output => hr_general.char_to_bool(rec_print_options.save_output),

Line 2394: ps_request_id := fnd_request.submit_request

2390: if g_debug then
2391: hr_utility.set_location('payroll_action id '|| p_payroll_action_id,900);
2392: end if;
2393:
2394: ps_request_id := fnd_request.submit_request
2395: ('PAY',
2396: l_short_report_name, /* Bug 6839263 */
2397: null,
2398: null,

Line 2623: l_print_return := fnd_request.set_print_options

2619: --
2620: l_print_together := nvl(fnd_profile.value('CONC_PRINT_TOGETHER'), 'N');
2621: --
2622: -- Set printer options
2623: l_print_return := fnd_request.set_print_options
2624: (printer => rec_print_options.printer,
2625: style => rec_print_options.print_style,
2626: copies => rec_print_options.number_of_copies, /*Bug 4116833 */
2627: save_output => hr_general.char_to_bool(rec_print_options.save_output),

Line 2634: ps_request_id := fnd_request.submit_request

2630: if g_debug then
2631: hr_utility.set_location('payroll_action id '|| p_payroll_action_id,900);
2632: end if;
2633:
2634: ps_request_id := fnd_request.submit_request
2635: ('PAY',
2636: 'PYAUPSSAR',
2637: null,
2638: null,