APPS.FND_REQUEST dependencies on FND_PRINTER_STYLES
Line 2569: From Fnd_Printer_styles
2565: if (style is not null) then -- Verify style
2566: begin
2567: Select Printer_Style_Name
2568: Into P_PRINT_STYLE 2569: From Fnd_Printer_styles 2570: Where Printer_Style_Name = style;
2571:
2572: exception
2573: when no_data_found then