DBA Data[Home] [Help]

SYS.HTP dependencies on HTP

Line 1: package body htp as

1: package body htp as
2:
3: db_charset constant varchar2(30) :=
4: substr(userenv('LANGUAGE'),
5: instr(userenv('LANGUAGE'),'.')+1);

Line 147: begin htp.hr(cclear, csrc, cattributes); end;

143:
144: procedure line(cclear in varchar2 DEFAULT NULL,
145: csrc in varchar2 DEFAULT NULL,
146: cattributes in varchar2 DEFAULT NULL) is
147: begin htp.hr(cclear, csrc, cattributes); end;
148:
149: procedure nl (cclear in varchar2 DEFAULT NULL,
150: cattributes in varchar2 DEFAULT NULL) is
151: begin p(htf.nl(cclear,cattributes)); end;

Line 155: begin htp.nl(cclear,cattributes); end;

151: begin p(htf.nl(cclear,cattributes)); end;
152:
153: procedure br (cclear in varchar2 DEFAULT NULL,
154: cattributes in varchar2 DEFAULT NULL) is
155: begin htp.nl(cclear,cattributes); end;
156:
157: procedure header(nsize in integer,
158: cheader in varchar2 character set any_cs,
159: calign in varchar2 DEFAULT NULL,

Line 1804: -- Code for htp.p and htp.print is duplicated so that we avoid a

1800: end if;
1801: end prn_raw;
1802:
1803: --
1804: -- Code for htp.p and htp.print is duplicated so that we avoid a
1805: -- procedure call overhead in the typical cases
1806: --
1807: procedure print (cbuf in varchar2 character set any_cs DEFAULT NULL) is
1808: begin