DBA Data[Home] [Help]

APPS.ICX_PAYMENT_PVT dependencies on HTP

Line 23: htp.p('DEBUG string = '||l_string);htp.nl;

19: l_count := l_count +5;
20: end if;
21: if debug
22: then
23: htp.p('DEBUG string = '||l_string);htp.nl;
24: htp.p('DEBUG l_count = '||l_count||' l_length = '||l_length);htp.nl;
25: end if;
26: while l_count < l_length loop
27: if l_name and substr(l_string,l_count,1) = ':'

Line 24: htp.p('DEBUG l_count = '||l_count||' l_length = '||l_length);htp.nl;

20: end if;
21: if debug
22: then
23: htp.p('DEBUG string = '||l_string);htp.nl;
24: htp.p('DEBUG l_count = '||l_count||' l_length = '||l_length);htp.nl;
25: end if;
26: while l_count < l_length loop
27: if l_name and substr(l_string,l_count,1) = ':'
28: then

Line 33: htp.p('DEBUG name = '||l_word);

29: l_names(l_index) := ltrim(rtrim(l_word));
30:
31: if debug
32: then
33: htp.p('DEBUG name = '||l_word);
34: end if;
35: l_name := FALSE;
36: l_word := '';
37: l_count := l_count + 1;

Line 49: htp.p(' value = '||l_word);htp.nl;

45: then
46: l_values(l_index) := ltrim(rtrim(l_word));
47: if debug
48: then
49: htp.p(' value = '||l_word);htp.nl;
50: end if;
51: l_name := TRUE;
52: l_word := '';
53: l_index := l_index + 1;

Line 64: htp.p(SQLERRM);

60: end if;
61: end loop;
62: exception
63: when others then
64: htp.p(SQLERRM);
65: end;
66:
67: /*
68: Gets the url for the Payment Server from the profile ICX_PAY_SERVER

Line 105: htp.p('DEBUG URL = '||l_url);htp.nl;

101: l_url := replace(l_url,' ','+');
102: if debug
103: then
104:
105: htp.p('DEBUG URL = '||l_url);htp.nl;
106: end if;
107: l_html := utl_http.request(l_url);
108: if debug
109: then

Line 110: htp.p('DEBUG HTML = '||l_html);

106: end if;
107: l_html := utl_http.request(l_url);
108: if debug
109: then
110: htp.p('DEBUG HTML = '||l_html);
111: end if;
112: unpack_results(l_html,l_names,l_values);
113: OapfNumber := l_values(1);
114: for i in 2..l_names.COUNT loop

Line 186: htp.p('DEBUG URL = '||l_url);htp.nl;

182: l_url := l_url||'OapfEmail='||OapfEmail;
183: l_url := replace(l_url,' ','+');
184: if debug
185: then
186: htp.p('DEBUG URL = '||l_url);htp.nl;
187: end if;
188: l_html := utl_http.request(l_url);
189: if debug
190:

Line 192: htp.p('DEBUG HTML = '||l_html);

188: l_html := utl_http.request(l_url);
189: if debug
190:
191: then
192: htp.p('DEBUG HTML = '||l_html);
193: end if;
194: unpack_results(l_html,l_names,l_values);
195: OapfOrderId := '';
196: OapfPrice := '';

Line 252: htp.p('DEBUG URL = '||l_url);htp.nl;

248:
249: l_url := replace(l_url,' ','+');
250: if debug
251: then
252: htp.p('DEBUG URL = '||l_url);htp.nl;
253: end if;
254: l_html := utl_http.request(l_url);
255: if debug
256: then

Line 257: htp.p('DEBUG HTML = '||l_html);

253: end if;
254: l_html := utl_http.request(l_url);
255: if debug
256: then
257: htp.p('DEBUG HTML = '||l_html);
258: end if;
259: unpack_results(l_html,l_names,l_values);
260: for i in 1..l_names.COUNT loop
261: if l_names(i) = 'OapfStatus'

Line 367: htp.p('DEBUG URL = '||l_url);htp.nl;

363: l_url := l_url||'OapfEmail='||OapfEmail;
364: l_url := replace(l_url,' ','+');
365: if debug
366: then
367: htp.p('DEBUG URL = '||l_url);htp.nl;
368: end if;
369: l_html := utl_http.request(l_url);
370: if debug
371: then

Line 372: htp.p('DEBUG HTML = '||l_html);

368: end if;
369: l_html := utl_http.request(l_url);
370: if debug
371: then
372: htp.p('DEBUG HTML = '||l_html);
373: end if;
374: unpack_results(l_html,l_names,l_values);
375: OapfOrderId := '';
376:

Line 466: htp.p('DEBUG URL = '||l_url);htp.nl;

462:
463: l_url := replace(l_url,' ','+');
464: if debug
465: then
466: htp.p('DEBUG URL = '||l_url);htp.nl;
467: end if;
468: l_html := utl_http.request(l_url);
469: if debug
470: then

Line 471: htp.p('DEBUG HTML = '||l_html);

467: end if;
468: l_html := utl_http.request(l_url);
469: if debug
470: then
471: htp.p('DEBUG HTML = '||l_html);
472: end if;
473: unpack_results(l_html,l_names,l_values);
474: for i in 1..l_names.COUNT loop
475: if l_names(i) = 'OapfStatus'

Line 540: htp.p('DEBUG URL = '||l_url);htp.nl;

536: l_url := l_url||'OapfStoreId='||OapfStoreId;
537: l_url := replace(l_url,' ','+');
538: if debug
539: then
540: htp.p('DEBUG URL = '||l_url);htp.nl;
541: end if;
542: l_html := utl_http.request(l_url);
543: if debug
544: then

Line 545: htp.p('DEBUG HTML = '||l_html);

541: end if;
542: l_html := utl_http.request(l_url);
543: if debug
544: then
545: htp.p('DEBUG HTML = '||l_html);
546: end if;
547: unpack_results(l_html,l_names,l_values);
548:
549: for i in 1..l_names.COUNT loop

Line 622: htp.p('DEBUG URL = '||l_url);htp.nl;

618: l_url := replace(l_url,' ','+');
619: if debug
620:
621: then
622: htp.p('DEBUG URL = '||l_url);htp.nl;
623: end if;
624: l_html := utl_http.request(l_url);
625: if debug
626: then

Line 627: htp.p('DEBUG HTML = '||l_html);

623: end if;
624: l_html := utl_http.request(l_url);
625: if debug
626: then
627: htp.p('DEBUG HTML = '||l_html);
628: end if;
629: unpack_results(l_html,l_names,l_values);
630: for i in 1..l_names.COUNT loop
631: if l_names(i) = 'OapfStatus'

Line 700: htp.p('DEBUG URL = '||l_url);htp.nl;

696: l_url := l_url||'OapfStoreId='||OapfStoreId;
697: l_url := replace(l_url,' ','+');
698: if debug
699: then
700: htp.p('DEBUG URL = '||l_url);htp.nl;
701: end if;
702: l_html := utl_http.request(l_url);
703: if debug
704: then

Line 705: htp.p('DEBUG HTML = '||l_html);

701: end if;
702: l_html := utl_http.request(l_url);
703: if debug
704: then
705: htp.p('DEBUG HTML = '||l_html);
706:
707: end if;
708: unpack_results(l_html,l_names,l_values);
709: OapfMerchBatchID := '';

Line 789: htp.p('DEBUG URL = '||l_url);htp.nl;

785: l_url := l_url||'OapfStoreId='||OapfStoreId;
786: l_url := replace(l_url,' ','+');
787: if debug
788: then
789: htp.p('DEBUG URL = '||l_url);htp.nl;
790: end if;
791: l_html := utl_http.request(l_url);
792:
793: htp.p('oraqrytxstatus');htp.nl;

Line 793: htp.p('oraqrytxstatus');htp.nl;

789: htp.p('DEBUG URL = '||l_url);htp.nl;
790: end if;
791: l_html := utl_http.request(l_url);
792:
793: htp.p('oraqrytxstatus');htp.nl;
794: htp.p(l_html);
795: end;
796:
797: END ICX_PAYMENT_PVT;

Line 794: htp.p(l_html);

790: end if;
791: l_html := utl_http.request(l_url);
792:
793: htp.p('oraqrytxstatus');htp.nl;
794: htp.p(l_html);
795: end;
796:
797: END ICX_PAYMENT_PVT;