DBA Data[Home] [Help]

APPS.PAY_US_GEOCODE_ENGINE_PKG dependencies on FND_REQUEST

Line 202: x:=FND_REQUEST.set_print_options(

198: hr_utility.trace('Calling set print options');
199:
200: -- loop round from both ends working inwards
201: -- set print options
202: x:=FND_REQUEST.set_print_options(
203: printer => printer_buffer,
204: style => style_buffer,
205: copies => copies_buffer,
206: save_output => save_buffer,

Line 209: x1 := fnd_Request.USE_CURRENT_NOTIFICATION;

205: copies => copies_buffer,
206: save_output => save_buffer,
207: print_together => print_buffer);
208:
209: x1 := fnd_Request.USE_CURRENT_NOTIFICATION;
210:
211: BEGIN
212:
213: l_req_id:=fnd_request.submit_request(

Line 213: l_req_id:=fnd_request.submit_request(

209: x1 := fnd_Request.USE_CURRENT_NOTIFICATION;
210:
211: BEGIN
212:
213: l_req_id:=fnd_request.submit_request(
214: application => 'PAY',
215: program => 'PAYUSUSR',
216: argument1 => 'ARCHIVE',
217: argument2 => 'US_USER_CITY_UPGRADE',

Line 352: x:=FND_REQUEST.set_print_options(

348: -- get end of list
349: end_index:=list_index-1;
350: -- loop round from both ends working inwards
351: -- set print options
352: x:=FND_REQUEST.set_print_options(
353: printer => printer_buffer,
354: style => style_buffer,
355: copies => copies_buffer,
356: save_output => save_buffer,

Line 360: x1 := fnd_Request.USE_CURRENT_NOTIFICATION;

356: save_output => save_buffer,
357: print_together => print_buffer);
358:
359: -- Bug 3487186 Added by ssmukher
360: x1 := fnd_Request.USE_CURRENT_NOTIFICATION;
361:
362: BEGIN
363:
364: -- submit requests for report

Line 365: l_req_id:=fnd_request.submit_request(

361:
362: BEGIN
363:
364: -- submit requests for report
365: l_req_id:=fnd_request.submit_request(
366: application => 'PAY',
367: program => 'PAYUSGEO',
368: argument1 => 'ARCHIVE',
369: argument2 => 'GEO_UPDATE',