DBA Data[Home] [Help]

APPS.PMT_UTIL dependencies on HTP

Line 68: HTP.print(SQLERRM);

64: end loop;
65:
66: exception
67: when others then
68: HTP.print(SQLERRM);
69: end;
70:
71:
72: /*

Line 142: htp.print(l_url);

138: */
139: l_url := replace(l_url,' ','+');
140:
141: if debug then
142: htp.print(l_url);
143: end if;
144:
145: /*
146: Send http request to the payment server.

Line 150: htp.print(l_html);

146: Send http request to the payment server.
147: */
148: l_html := utl_http.request(l_url);
149: if debug then
150: htp.print(l_html);
151: end if;
152:
153:
154: /*

Line 239: htp.print(SQLERRM);

235: If any exception takes place, print out NOCOPY SQLERRM in html page.
236: */
237: exception
238: when others then
239: htp.print(SQLERRM);
240: end;
241:
242: /*************************orasubsequentauth******************************/
243: procedure orasubsequentauth(

Line 271: htp.print(l_url);

267: l_url := l_url||'OapfSubsequentAuthInd='||inparam.OapfSubsequentAuthInd||'&';
268: l_url := l_url||'OapfNlsLang='||inparam.OapfNlsLang;
269: l_url := replace(l_url, ' ', '+');
270: if (debug) then
271: htp.print(l_url);
272: end if;
273:
274: /*
275: Send HTTP request.

Line 279: htp.print(l_html);

275: Send HTTP request.
276: */
277: l_html := utl_http.request(l_url);
278: if (debug) then
279: htp.print(l_html);
280: end if;
281:
282: /*
283: Parse the returning HTML file.

Line 327: htp.print(SQLERRM);

323: end if;
324: end LOOP;
325: exception
326: when others then
327: htp.print(SQLERRM);
328:
329: end;
330:
331: /*************************oracapture************************************/

Line 406: htp.print(SQLERRM);

402:
403:
404: exception
405: when others then
406: htp.print(SQLERRM);
407: end;
408:
409: /***************oracapture for SET***********************************/
410: procedure oracapture(

Line 463: htp.print(l_url);

459: l_url||'OapfBatchSequenceNum-'||TO_CHAR(i-1)||'='||inparam.OapfBatchSequenceNum(i)||'&';
460: end loop;
461: l_url := replace(l_url, ' ', '+');
462: if debug then
463: htp.print(l_url);
464: end if;
465: l_html := utl_http.request(l_url);
466: if debug then
467: htp.print(l_html);

Line 467: htp.print(l_html);

463: htp.print(l_url);
464: end if;
465: l_html := utl_http.request(l_url);
466: if debug then
467: htp.print(l_html);
468: end if;
469: unpack_results(l_html, l_names, l_values);
470: for i in 1..l_names.COUNT loop
471: if l_names(i)='OapfStatus' then

Line 531: htp.print(SQLERRM);

527: end if;
528: end loop;
529: exception
530: when others then
531: htp.print(SQLERRM);
532: end;
533:
534: /********************oravoid*************************************************/
535: procedure oravoid(

Line 566: htp.print(l_html);

562: */
563: l_html := utl_http.request(l_url);
564:
565: if (debug) then
566: htp.print(l_html);
567: end if;
568:
569: /*
570: Parse the resulting HTML file to name-value pairs tables.

Line 610: htp.print(SQLERRM);

606:
607:
608: exception
609: when others then
610: htp.print(SQLERRM);
611: end;
612:
613: /************************oravoid for SET*************************************/
614: procedure oravoid(

Line 661: htp.print(l_url);

657: l_url := l_url||'OapfBatchSequenceNum-'||TO_CHAR(i)||'='||inparam.OapfBatchSequenceNum(i)||'&';
658: end loop;
659: l_url := replace(l_url, ' ', '+');
660: if debug then
661: htp.print(l_url);
662: end if;
663: l_html:=utl_http.request(l_url);
664: if debug then
665: htp.print(l_html);

Line 665: htp.print(l_html);

661: htp.print(l_url);
662: end if;
663: l_html:=utl_http.request(l_url);
664: if debug then
665: htp.print(l_html);
666: end if;
667: unpack_results(l_html, l_names, l_values);
668: for i in 1..l_names.COUNT loop
669: if l_names(i)='OapfStatus' then

Line 712: htp.print(SQLERRM);

708: end if;
709: end loop;
710: exception
711: when others then
712: htp.print(SQLERRM);
713: end;
714:
715:
716:

Line 796: htp.print(SQLERRM);

792:
793:
794: exception
795: when others then
796: htp.print(SQLERRM);
797: end;
798:
799: /****************************orareturn for SET******************************/
800: procedure orareturn(

Line 897: htp.print(SQLERRM);

893: end if;
894: end loop;
895: exception
896: when others then
897: htp.print(SQLERRM);
898: end;
899:
900:
901:

Line 933: htp.print(l_html);

929: Parse resulting HTML page.
930: */
931: unpack_results(l_html,l_names,l_values);
932: if (debug) then
933: htp.print(l_html);
934: end if;
935:
936: /*
937: Assign name-value pair table values to summary and reportlst.

Line 950: htp.print(SQLERRM);

946: end if;
947: end loop;
948: exception
949: when others then
950: htp.print(SQLERRM);
951: end;
952:
953: /**************************oraclosebatch***********************************/
954: procedure oraclosebatch(

Line 1080: htp.print(SQLERRM);

1076:
1077:
1078: exception
1079: when others then
1080: htp.print(SQLERRM);
1081: end;
1082:
1083: /*************************oraqrytxstatus*****************************************/
1084: procedure oraqrytxstatus(

Line 1110: htp.print(l_url);

1106: l_url := l_url||'OapfAPIScheme='||inparam.OapfAPIScheme;
1107: l_url := replace(l_url,' ','+');
1108:
1109: if debug then
1110: htp.print(l_url);
1111: end if;
1112: /* Send HTTP request */
1113: l_html := utl_http.request(l_url);
1114:

Line 1116: htp.print(l_html);

1112: /* Send HTTP request */
1113: l_html := utl_http.request(l_url);
1114:
1115: if debug then
1116: htp.print(l_html);
1117: end if;
1118:
1119:
1120: /* Parse the resulting HTML Page. */

Line 1201: htp.print(SQLERRM);

1197:
1198:
1199: exception
1200: when others then
1201: htp.print(SQLERRM);
1202: end;
1203:
1204:
1205: /*************************oraqrybatchstatus**************************************/

Line 1273: htp.print(SQLERRM);

1269:
1270:
1271: exception
1272: when others then
1273: htp.print(SQLERRM);
1274: end;
1275:
1276:
1277: /*