APPS.FND_SUBMIT dependencies on FND_PRINTER_STYLES
Line 1556: From Fnd_Printer_styles
1552: if (style is not null) then -- Verify style
1553: begin
1554: Select Printer_Style_Name
1555: Into P_PRINT_STYLE 1556: From Fnd_Printer_styles 1557: Where Printer_Style_Name = style;
1558:
1559: exception
1560: when no_data_found then