select b.row_id print_number, '1233445' from dual a, (select rownum row_id from mtl_parameters where rownum <= 4) b;