DBA Data[Home] [Help]

APPS.PAY_PAYGTN_PKG dependencies on FND_REQUEST

Line 75: fnd_request.submit_request in ARCHIVE_DEINIT.

71: Commented assignment statements in ARCHVIE_INIT.
72: Created global variables which are input paramenters
73: to pay_gtnlod_pkg.load_data procedure.
74: 21-jan-2007 asgugupt 114.22 Bug 6365474 : changed the parameters to
75: fnd_request.submit_request in ARCHIVE_DEINIT.
76:
77: 06-Mar-2008 skameswa 115.25 Bug 6799553 : Modified the procedure ARCHIVE_DEINIT to include
78: a new cursor get_printer_details and a call to
79: fnd_request.set_print_options whose parameters were retrieved by

Line 79: fnd_request.set_print_options whose parameters were retrieved by

75: fnd_request.submit_request in ARCHIVE_DEINIT.
76:
77: 06-Mar-2008 skameswa 115.25 Bug 6799553 : Modified the procedure ARCHIVE_DEINIT to include
78: a new cursor get_printer_details and a call to
79: fnd_request.set_print_options whose parameters were retrieved by
80: the above mentioned cursor
81: 10-Apr-2008 priupadh 115.26 Bug 6670508 Added delete statment for pay_us_rpt_totals table
82: in archive_deinit,deleting for the current run as payroll act id gets
83: stored in column tax_unit_id .

Line 1096: result := fnd_request.set_print_options

1092: elsif(save_output_flag = 'N') then
1093: save_output := false;
1094: end if;
1095: end if;
1096: result := fnd_request.set_print_options
1097: (
1098: printer => printer,
1099: style => print_style,
1100: copies => number_of_copies,

Line 1115: ln_req_id := fnd_request.submit_request

1111: hr_utility.trace ('lv_template_type '|| lv_template_type);
1112: --bug 6365474
1113: if(l_release = 12) then
1114:
1115: ln_req_id := fnd_request.submit_request
1116: (
1117: application => 'XDO',
1118: program => 'XDOREPPB',
1119: argument1 => 'N',

Line 1131: ln_req_id := fnd_request.submit_request

1127: );
1128: hr_utility.trace ('Leaving 12'|| lv_proc_name);
1129: else
1130: --bug 6365474
1131: ln_req_id := fnd_request.submit_request
1132: (
1133: application => 'XDO',
1134: program => 'XDOREPPB',
1135: argument1 => ln_current_request_id,