DBA Data[Home] [Help]

APPS.FND_PROGRAM dependencies on FND_PRINTER_INFORMATION

Line 782: from fnd_printer_information i,

778: from fnd_printer p
779: where (output_print_style_i is not null
780: and p.printer_type in
781: (select i.printer_type
782: from fnd_printer_information i,
783: fnd_printer_styles s
784: where i.printer_style = output_print_style_i
785: and s.printer_style_name = i.printer_style))
786: or (output_print_style_i is null

Line 789: from fnd_printer_information i,

785: and s.printer_style_name = i.printer_style))
786: or (output_print_style_i is null
787: and p.printer_type in
788: (select i.printer_type
789: from fnd_printer_information i,
790: fnd_printer_styles s
791: where i.printer_style = s.printer_style_name
792: and s.width >= nvl(cols, s.width)
793: and s.length >= nvl(rows, s.length))));