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 1087: result := fnd_request.set_print_options

1083: elsif(save_output_flag = 'N') then
1084: save_output := false;
1085: end if;
1086: end if;
1087: result := fnd_request.set_print_options
1088: (
1089: printer => printer,
1090: style => print_style,
1091: copies => number_of_copies,

Line 1106: ln_req_id := fnd_request.submit_request

1102: hr_utility.trace ('lv_template_type '|| lv_template_type);
1103: --bug 6365474
1104: if(l_release = 12) then
1105:
1106: ln_req_id := fnd_request.submit_request
1107: (
1108: application => 'XDO',
1109: program => 'XDOREPPB',
1110: argument1 => 'N',

Line 1122: ln_req_id := fnd_request.submit_request

1118: );
1119: hr_utility.trace ('Leaving 12'|| lv_proc_name);
1120: else
1121: --bug 6365474
1122: ln_req_id := fnd_request.submit_request
1123: (
1124: application => 'XDO',
1125: program => 'XDOREPPB',
1126: argument1 => ln_current_request_id,