[Home] [Help]
3124: if (style is not null) then -- Verify style
3125: begin
3126: Select Printer_Style_Name
3127: Into P_PRINT_STYLE
3128: From Fnd_Printer_styles
3129: Where Upper(Printer_Style_Name) = Upper(style);
3130:
3131: exception
3132: when no_data_found then