DBA Data[Home] [Help]

APPS.PAY_US_GEOCODE_ENGINE_PKG dependencies on FND_REQUEST

Line 218: x:=FND_REQUEST.set_print_options(

214: -- get end of list
215: end_index:=list_index-1;
216: -- loop round from both ends working inwards
217: -- set print options
218: x:=FND_REQUEST.set_print_options(
219: printer => printer_buffer,
220: style => style_buffer,
221: copies => copies_buffer,
222: save_output => save_buffer,

Line 226: x1 := fnd_Request.USE_CURRENT_NOTIFICATION;

222: save_output => save_buffer,
223: print_together => print_buffer);
224:
225: -- Bug 3487186 Added by ssmukher
226: x1 := fnd_Request.USE_CURRENT_NOTIFICATION;
227:
228: BEGIN
229:
230: -- submit requests for report

Line 231: l_req_id:=fnd_request.submit_request(

227:
228: BEGIN
229:
230: -- submit requests for report
231: l_req_id:=fnd_request.submit_request(
232: application => 'PAY',
233: program => 'PAYUSGEO',
234: argument1 => 'ARCHIVE',
235: argument2 => 'GEO_UPDATE',