[Home] [Help]
736: WHEN no_data_found THEN /* Check translated value */
737: BEGIN
738: SELECT b.printer_style_name, b.width, b.length
739: INTO output_print_style_i, swidth, slength
740: FROM fnd_printer_styles_tl t,
741: fnd_printer_styles b
742: WHERE t.user_printer_style_name = style
743: AND rownum = 1
744: AND b.printer_style_name = t.printer_style_name;