DBA Data[Home] [Help]

OWAPUB.DEBUG_CARTX dependencies on HTF

Line 121: htp.bold('Error in getting proper debug information.' || htf.paragraph);

117: if (stopflag = DEBUG_CARTX_ERR_CRTPROC) then
118: htp.title('Cartridge Debug Error');
119: htp.headclose;
120: htp.bodyopen;
121: htp.bold('Error in getting proper debug information.' || htf.paragraph);
122: htp.print('Please recompile the procedure and try again.');
123: elsif (stopflag = DEBUG_CARTX_ABORT) then
124: htp.title('Debug process aborted by the user');
125: htp.headclose;

Line 127: htp.bold('Debug process was aborted by the user.' || htf.paragraph);

123: elsif (stopflag = DEBUG_CARTX_ABORT) then
124: htp.title('Debug process aborted by the user');
125: htp.headclose;
126: htp.bodyopen;
127: htp.bold('Debug process was aborted by the user.' || htf.paragraph);
128: elsif (stopflag = DEBUG_CARTX_SUSPEND) then
129: htp.title('Debug process suspeneded');
130: htp.headclose;
131: htp.bodyopen;

Line 132: htp.bold('Debug process was suspended abruptly.' || htf.paragraph);

128: elsif (stopflag = DEBUG_CARTX_SUSPEND) then
129: htp.title('Debug process suspeneded');
130: htp.headclose;
131: htp.bodyopen;
132: htp.bold('Debug process was suspended abruptly.' || htf.paragraph);
133: elsif (stopflag = DEBUG_CARTX_ERR_INIT) then
134: htp.title('Cartridge Debug Error');
135: htp.headclose;
136: htp.bodyopen;

Line 138: || htf.paragraph);

134: htp.title('Cartridge Debug Error');
135: htp.headclose;
136: htp.bodyopen;
137: htp.bold('An error occurred while initilizing the CGI environment.'
138: || htf.paragraph);
139: elsif (stopflag = DEBUG_CARTX_ERR_SNDRES) then
140: htp.title('Cartridge Debug Error');
141: htp.headclose;
142: htp.bodyopen;

Line 144: || htf.paragraph);

140: htp.title('Cartridge Debug Error');
141: htp.headclose;
142: htp.bodyopen;
143: htp.bold('An error occurred while accessing the result.'
144: || htf.paragraph);
145: elsif (stopflag = DEBUG_CARTX_ERR_RDSRC) then
146: htp.title('Cartridge Debug Error');
147: htp.headclose;
148: htp.bodyopen;

Line 150: || htf.paragraph);

146: htp.title('Cartridge Debug Error');
147: htp.headclose;
148: htp.bodyopen;
149: htp.bold('An error occurred while getting the command information.'
150: || htf.paragraph);
151: elsif (stopflag = DEBUG_CARTX_ERR) then
152: htp.title('Cartridge Debug Error');
153: htp.headclose;
154: htp.bodyopen;

Line 155: htp.bold('A generic error occurred.' || htf.paragraph);

151: elsif (stopflag = DEBUG_CARTX_ERR) then
152: htp.title('Cartridge Debug Error');
153: htp.headclose;
154: htp.bodyopen;
155: htp.bold('A generic error occurred.' || htf.paragraph);
156: htp.print('Please start the debug session afresh.');
157: elsif (stopflag = DEBUG_CARTX_ERR_PROC_EXISTS) then
158: htp.title('Cartridge Debug Error');
159: htp.headclose;

Line 162: || htf.paragraph);

158: htp.title('Cartridge Debug Error');
159: htp.headclose;
160: htp.bodyopen;
161: htp.bold('Could not create a stub with name DE_' || SessID
162: || htf.paragraph);
163: htp.print('Please rename the existing procedure or'
164: || ' start the debug session afresh.');
165: end if;
166:

Line 167: htp.print(htf.paragraph);

163: htp.print('Please rename the existing procedure or'
164: || ' start the debug session afresh.');
165: end if;
166:
167: htp.print(htf.paragraph);
168: htp.bodyclose;
169: htp.htmlclose;
170: --raise "PDE_QUIT_DEBUG_CARTX";
171: end;

Line 304: htp.bold('Debug Session ID: ' || SessionId || htf.paragraph);

300: htp.headopen;
301: htp.title('Get Debug Session ID');
302: htp.headclose;
303: htp.bodyopen;
304: htp.bold('Debug Session ID: ' || SessionId || htf.paragraph);
305: htp.bold ('User Name: ' || User || htf.paragraph);
306: htp.print('Please use the above session id in the Procedure Builder' ||
307: ' to debug cartridge calls.');
308: htp.print(htf.paragraph);

Line 305: htp.bold ('User Name: ' || User || htf.paragraph);

301: htp.title('Get Debug Session ID');
302: htp.headclose;
303: htp.bodyopen;
304: htp.bold('Debug Session ID: ' || SessionId || htf.paragraph);
305: htp.bold ('User Name: ' || User || htf.paragraph);
306: htp.print('Please use the above session id in the Procedure Builder' ||
307: ' to debug cartridge calls.');
308: htp.print(htf.paragraph);
309:

Line 308: htp.print(htf.paragraph);

304: htp.bold('Debug Session ID: ' || SessionId || htf.paragraph);
305: htp.bold ('User Name: ' || User || htf.paragraph);
306: htp.print('Please use the above session id in the Procedure Builder' ||
307: ' to debug cartridge calls.');
308: htp.print(htf.paragraph);
309:
310: htp.bodyclose;
311: htp.htmlclose;
312:

Line 347: htp.print(htf.paragraph);

343: exception
344: when others then
345: --Just handle any exception
346: htp.print('SessionID ' || SessionId || ' could not be reset.');
347: htp.print(htf.paragraph);
348: htp.print(to_char(SQLCODE) || ': ' || SQLERRM);
349: htp.bodyclose;
350: htp.htmlclose;
351: end;

Line 376: htp.print(htf.paragraph);

372:
373: --Now that we have successfully removed the pipes send a message.
374: htp.print('SessionID: ' || substr(SessionId, 10) ||
375: ' is successfully reset.');
376: htp.print(htf.paragraph);
377: htp.bodyclose;
378: htp.htmlclose;
379:
380: exception

Line 384: htp.print(htf.paragraph);

380: exception
381: when others then
382: htp.print('SessionID: ' || substr(SessionId, 10) ||
383: ' could not be reset.');
384: htp.print(htf.paragraph);
385: htp.print(to_char(SQLCODE) || ': ' || SQLERRM);
386: htp.bodyclose;
387: htp.htmlclose;
388: end;

Line 437: htp.print(htf.paragraph);

433: else
434: htp.htmlopen;
435: htp.headopen;
436: htp.print('An error occurred. May be insufficient privileges.');
437: htp.print(htf.paragraph);
438: htp.bodyclose;
439: htp.htmlclose;
440: cleanup_pipes(PipeName);
441: raise PDE_CTX_TGT;

Line 542: htp.print(htf.paragraph);

538: htp.htmlopen;
539: htp.headopen;
540: htp.print('An error occurred while recieving the results. '
541: || SQLERRM);
542: htp.print(htf.paragraph);
543: htp.bodyclose;
544: htp.htmlclose;
545: cleanup_pipes(pipeName);
546: raise PDE_CTX_TGT;

Line 706: htp.print(htf.paragraph);

702: htp.print('Error occurred');
703: else
704: htp.print(err_info);
705: end if;
706: htp.print(htf.paragraph);
707: htp.bodyclose;
708: htp.htmlclose;
709: end if;
710: