DBA Data[Home] [Help]

APPS.FND_PRINT dependencies on FND_PRINTER_INFORMATION

Line 46: from fnd_printer fp, fnd_printer_information fpi

42: begin
43:
44: select fp.printer_name
45: into dummy
46: from fnd_printer fp, fnd_printer_information fpi
47: where fp.printer_name = printer
48: and fp.printer_type = fpi.printer_type
49: and fpi.printer_style = style;
50: