DBA Data[Home] [Help]

APPS.FND_MLS_SUBMIT dependencies on FND_PRINTER_STYLES

Line 1127: From Fnd_Printer_styles

1123: if (style is not null) then -- Verify style
1124: begin
1125: Select Printer_Style_Name
1126: Into P_PRINT_STYLE
1127: From Fnd_Printer_styles
1128: Where Printer_Style_Name = style;
1129:
1130: exception
1131: when no_data_found then