DBA Data[Home] [Help]

APPS.PAY_KR_HIA_PKG dependencies on FND_REQUEST

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

619: FETCH csr_get_print_options INTO rec_print_options;
620: CLOSE csr_get_print_options;
621:
622: if g_debug then
623: hr_utility.set_location('fnd_request.set_print_options',1);
624: end if;
625:
626: l_print_return := fnd_request.set_print_options
627: (printer => rec_print_options.printer,

Line 626: l_print_return := fnd_request.set_print_options

622: if g_debug then
623: hr_utility.set_location('fnd_request.set_print_options',1);
624: end if;
625:
626: l_print_return := fnd_request.set_print_options
627: (printer => rec_print_options.printer,
628: style => rec_print_options.print_style,
629: copies => l_number_of_copies,
630: save_output => hr_general.char_to_bool(rec_print_options.save_output),

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

633: -- Submit the report
634: BEGIN
635:
636: if g_debug then
637: hr_utility.set_location('fnd_request.submit_request',1);
638: end if;
639:
640: l_request_id := fnd_request.submit_request
641: (application => 'PAY',

Line 640: l_request_id := fnd_request.submit_request

636: if g_debug then
637: hr_utility.set_location('fnd_request.submit_request',1);
638: end if;
639:
640: l_request_id := fnd_request.submit_request
641: (application => 'PAY',
642: program => l_report_short_name,
643: argument1 => 'P_PAYROLL_ACTION_ID='||l_payroll_action_id,
644: argument2 => 'P_BP_HI_NUMBER='||l_bp_hi_number, --3506171