DBA Data[Home] [Help]

APPS.PAY_AU_PAYMENT_SUMMARY_REPORT dependencies on FND_REQUEST

Line 23: *** and the same is passed to fnd_request.set_print_options.Resolved GSCC warning in

19: *** 17 NOV 03 avenkatk 1.11 3132172 Added support for printing report on
20: *** duplex printers.
21: *** 10 FEB 04 punmehta 1.12 3098353 Added check for archive flag
22: *** 21 JUL 04 srrajago 1.13 3768288 Modified cursor 'csr_get_print_options' to fetch value 'number_of_copies'
23: *** and the same is passed to fnd_request.set_print_options.Resolved GSCC warning in
24: *** assigning value -1 to ps_request_id.
25: *** 09 AUG 04 abhkumar 1.14 2610141 Legal Employer Enhancement
26: *** 09 DEC 04 ksingla 1.15 3937976 Added check for archive flag X_CURR_TERM_0_BAL_FLAG
27: *** 06 DEC 05 avenkatk 1.16 4859876 Added support for XML Publisher PDF Template

Line 736: l_print_return := fnd_request.set_print_options

732: --
733: l_print_together := nvl(fnd_profile.value('CONC_PRINT_TOGETHER'), 'N');
734: --
735: -- Set printer options
736: l_print_return := fnd_request.set_print_options
737: (printer => rec_print_options.printer,
738: style => rec_print_options.print_style,
739: copies => rec_print_options.number_of_copies, /* Bug: 3768288 */
740: save_output => hr_general.char_to_bool(rec_print_options.save_output),

Line 757: ps_request_id := fnd_request.submit_request

753: else
754: l_program_name := 'PYAUPSRP';
755: end if;
756:
757: ps_request_id := fnd_request.submit_request
758: ('PAY',
759: l_program_name, -- Bug 4891196
760: null,
761: null,