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 3607: l_xml_options := fnd_request.add_layout

3603: IF l_parameters.p_output_type = 'XML_PDF'
3604: THEN
3605: l_short_report_name := 'PYAUREPSR_XML';
3606:
3607: l_xml_options := fnd_request.add_layout
3608: (template_appl_name => 'PAY',
3609: template_code => 'PYAUREPSR_XML',
3610: template_language => 'en',
3611: template_territory => 'US',

Line 3655: l_print_return := fnd_request.set_print_options

3651: --
3652: l_print_together := nvl(fnd_profile.value('CONC_PRINT_TOGETHER'), 'N');
3653: --
3654: -- Set printer options
3655: l_print_return := fnd_request.set_print_options
3656: (printer => rec_print_options.printer,
3657: style => rec_print_options.print_style,
3658: copies => rec_print_options.number_of_copies, /*Bug 4116833 */
3659: save_output => hr_general.char_to_bool(rec_print_options.save_output),

Line 3666: ps_request_id := fnd_request.submit_request

3662: if g_debug then
3663: hr_utility.set_location('payroll_action id '|| p_payroll_action_id,900);
3664: end if;
3665:
3666: ps_request_id := fnd_request.submit_request
3667: ('PAY',
3668: l_short_report_name, /* Bug 6839263 */
3669: null,
3670: null,

Line 3821: l_print_return := fnd_request.set_print_options

3817: --
3818: l_print_together := nvl(fnd_profile.value('CONC_PRINT_TOGETHER'), 'N');
3819: --
3820: -- Set printer options
3821: l_print_return := fnd_request.set_print_options
3822: (printer => rec_print_options.printer,
3823: style => rec_print_options.print_style,
3824: copies => rec_print_options.number_of_copies, /*Bug 4116833 */
3825: save_output => hr_general.char_to_bool(rec_print_options.save_output),

Line 3832: ps_request_id := fnd_request.submit_request

3828: if g_debug then
3829: hr_utility.set_location('payroll_action id '|| p_payroll_action_id,900);
3830: end if;
3831:
3832: ps_request_id := fnd_request.submit_request
3833: ('PAY',
3834: 'PYAUPSSAR',
3835: null,
3836: null,