We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d8eff commit fea38bbCopy full SHA for fea38bb
src/as_pdf.pkb
@@ -3,7 +3,7 @@ create or replace package body as_pdf is
3
-- *****************************************************
4
-- constants
5
c_package constant varchar2(32) := 'AS_PDF'; -- Package Name
6
- c_version constant varchar2(32) := '3.6.2'; -- Package Version
+ c_version constant varchar2(32) := '3.6.3'; -- Package Version
7
c_nl constant varchar2(2) := chr(13) || chr(10);
8
--
9
type tp_pls_tab is table of pls_integer index by pls_integer;
0 commit comments