/*set pagesize 0;select * from print_table('select * from test.emp where rownum 0 ) loop for i in 1 .. l_colCnt loop if ( l_descTbl(i).col_type not in ( 113 ) ) then dbms_sql.column_value ( l_theCursor, i, l_columnValue ); pipe row( printTblScalar( l_descTbl(i).col_name, ..