SQL>
SQL> CREATE OR REPLACE PROCEDURE webProc_with_param_form
2 IS
3 BEGIN
4 htp.p('');
5 htp.p('');
6 htp.p('Organization Records ');
7 htp.p('');
8 htp.p('');
9 htp.p('Organization Records
');
10 htp.p('Press the Run button.
');
11 htp.p('');
19 htp.p('');
20 htp.p('');
21 end;
22 /
Procedure created.
SQL>