DBA Data[Home] [Help]

APPS.FND_PROGRAM dependencies on FND_PRINTER_INFORMATION

Line 779: from fnd_printer_information i,

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

Line 786: from fnd_printer_information i,

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