DBA Data[Home] [Help]

APPS.WSH_DOC_SETS dependencies on FND_REQUEST

Line 441: printer_setup := FND_REQUEST.Set_print_options(

437: save_output := FALSE;
438: end if;
439:
440: if printer_name is not null then
441: printer_setup := FND_REQUEST.Set_print_options(
442: printer_name,
443: document.output_print_style,
444: 1, save_output, 'N');
445: end if;

Line 448: x_request_id := FND_REQUEST.Submit_Request(

444: 1, save_output, 'N');
445: end if;
446: end if;
447: -- go ahead and submit this document as a request
448: x_request_id := FND_REQUEST.Submit_Request(
449: document.application_short_name,
450: document.concurrent_program_name,'','',FALSE,
451: argument(1), argument(2), argument(3), argument(4), argument(5),
452: argument(6), argument(7), argument(8), argument(9), argument(10),

Line 483: -- in fnd_request function

479:
480: elsif (total_docs = 0 ) then
481: -- successfully looped through all documents but didnt submit any
482: -- probably because there werent any in the set (but may have had problems
483: -- in fnd_request function
484:
485: WSH_UTIL.Write_Log('no documents in document set');
486: FND_MESSAGE.Set_Name('OE','WSH_NO_DOCS');
487: status := FALSE;

Line 491: -- from problem in fnd_request

487: status := FALSE;
488:
489: else
490: -- everthing worked: any documents not submitted resulted
491: -- from problem in fnd_request
492: status := TRUE;
493: WSH_UTIL.Write_Log('Submitted '||to_char(submitted_docs)||
494: ' out of '||to_char(total_docs));
495: