DBA Data[Home] [Help]

SYS.OWA_UTIL dependencies on OWA_CX

Line 13: NL_CHAR constant varchar2(10) := owa_cx.nl_char;

9: type vcArray is table of varchar2(2000) index by binary_integer;
10: type ncArray is table of nvarchar2(2000) index by binary_integer;
11:
12: /* NL_CHAR can be computed from a Unicode string in a portable manner. */
13: NL_CHAR constant varchar2(10) := owa_cx.nl_char;
14: /* Constant is set here instead of owachars to avoid invalid objects */
15: CR_CHAR constant varchar2(10) := chr(13);
16:
17: colTblSz binary_integer;