we can add printer from backend in procedure,trigger or anonymous block in oracle.
lc_boolean := fnd_submit.set_print_options (printer => 'Printer_name'
,style => 'Landscape'
,copies => 1
);
lc_boolean1 :=fnd_request.add_printer (
printer => 'Printer_name',
copies => 1);
lc_boolean := fnd_submit.set_print_options (printer => 'Printer_name'
,style => 'Landscape'
,copies => 1
);
lc_boolean1 :=fnd_request.add_printer (
printer => 'Printer_name',
copies => 1);
No comments:
Post a Comment