DBA Data[Home] [Help]

APPS.FND_SUBMIT dependencies on FND_PRINTER_STYLES

Line 1632: From Fnd_Printer_styles

1628: if (style is not null) then -- Verify style
1629: begin
1630: Select Printer_Style_Name
1631: Into P_PRINT_STYLE
1632: From Fnd_Printer_styles
1633: Where Printer_Style_Name = style;
1634:
1635: exception
1636: when no_data_found then