DBA Data[Home] [Help]

APPS.IBY_PAYMENT_ADAPTER_PUB dependencies on UTL_HTTP

Line 525: * value to set the UTL_HTTP timeout. If not set

521: * Get the network timeout setting from the profile
522: * option 'IBY: Network Timeout'.
523: *
524: * If this profile option is set, we will use this
525: * value to set the UTL_HTTP timeout. If not set
526: * the UTL_HTTP call will timeout after 60 seconds
527: * by default.
528: */
529: iby_utility_pvt.get_property('IBY_NETWORK_TIMEOUT', l_timeout);

Line 526: * the UTL_HTTP call will timeout after 60 seconds

522: * option 'IBY: Network Timeout'.
523: *
524: * If this profile option is set, we will use this
525: * value to set the UTL_HTTP timeout. If not set
526: * the UTL_HTTP call will timeout after 60 seconds
527: * by default.
528: */
529: iby_utility_pvt.get_property('IBY_NETWORK_TIMEOUT', l_timeout);
530:

Line 555: UTL_HTTP.SET_TRANSFER_TIMEOUT(l_num_val);

551: IF (l_num_val < 60) THEN
552: l_num_val := 60;
553: END IF;
554:
555: UTL_HTTP.SET_TRANSFER_TIMEOUT(l_num_val);
556:
557: iby_debug_pub.add(debug_msg => 'UTL_HTTP timeout set to '
558: || l_num_val || ' seconds.',
559: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 557: iby_debug_pub.add(debug_msg => 'UTL_HTTP timeout set to '

553: END IF;
554:
555: UTL_HTTP.SET_TRANSFER_TIMEOUT(l_num_val);
556:
557: iby_debug_pub.add(debug_msg => 'UTL_HTTP timeout set to '
558: || l_num_val || ' seconds.',
559: debug_level => FND_LOG.LEVEL_STATEMENT,
560: module => G_DEBUG_MODULE || '.send_request');
561:

Line 621: WHEN UTL_HTTP.REQUEST_FAILED THEN

617:
618: --dbms_output.put_line('Input url = '|| x_url);
619:
620: EXCEPTION
621: WHEN UTL_HTTP.REQUEST_FAILED THEN
622:
623: --FND_MSG_PUB.Add_Exc_Msg(p_error_text => SQLCODE||':-:'||SQLERRM);
624: FND_MESSAGE.SET_NAME('IBY', 'IBY_0001');
625: FND_MSG_PUB.Add;

Line 948: --l_html := UTL_HTTP.REQUEST(l_url);

944:
945: --show_input_debug(l_url);
946:
947: -- Send http request to the payment server
948: --l_html := UTL_HTTP.REQUEST(l_url);
949: --dbms_output.put_line('send request ');
950: --dbms_output.put_line('l_url is:'||substr(l_url,1, 50));
951:
952: -- dbms_output.put_line('l_html is:'||substr(l_html, 1, 50));

Line 1625: --l_html := UTL_HTTP.REQUEST(l_url);

1621: --l_url := REPLACE(l_url,' ','+');
1622:
1623:
1624: -- Send http request to the payment server.
1625: --l_html := UTL_HTTP.REQUEST(l_url);
1626: SEND_REQUEST(l_url, l_html);
1627:
1628: -- show_output_debug(l_html);
1629:

Line 1861: --l_html := UTL_HTTP.REQUEST(l_url);

1857:
1858: --show_input_debug(l_url);
1859:
1860: -- Send http request to the payment server.
1861: --l_html := UTL_HTTP.REQUEST(l_url);
1862: SEND_REQUEST(l_url, l_html);
1863:
1864: --show_output_debug(l_html);
1865:

Line 2119: -- l_html := UTL_HTTP.REQUEST(l_url);

2115:
2116: --show_input_debug(l_url);
2117:
2118: -- Send http request to the payment server.
2119: -- l_html := UTL_HTTP.REQUEST(l_url);
2120: SEND_REQUEST(l_url, l_html);
2121: --show_output_debug(l_html);
2122:
2123: -- Unpack the results

Line 2407: --l_html := UTL_HTTP.REQUEST(l_url);

2403:
2404: --show_input_debug(l_url);
2405: --dbms_output.put_line(l_url);
2406: -- Send HTTP request to ipayment servlet
2407: --l_html := UTL_HTTP.REQUEST(l_url);
2408: SEND_REQUEST(l_url, l_html);
2409:
2410: --dbms_output.put_line(l_html);
2411:

Line 2657: -- l_html := UTL_HTTP.REQUEST(l_url);

2653: -- ^^^Replace blank characters with + sign.^^^
2654: --l_url := REPLACE(l_url,' ','+');
2655:
2656: -- Send HTTP request to ipayment servlet
2657: -- l_html := UTL_HTTP.REQUEST(l_url);
2658: SEND_REQUEST(l_url, l_html);
2659:
2660: -- Parse the resulting HTML page
2661: UNPACK_RESULTS_URL(l_html,l_names,l_values, l_status, l_errcode, l_errmessage);

Line 2899: --dbms_output.put_line('before utl_http call');

2895: --
2896: -- ^^^ Replace blank characters with + sign. ^^^
2897: -- l_url := REPLACE(l_url,' ','+');
2898:
2899: --dbms_output.put_line('before utl_http call');
2900: --show_input_debug(l_url);
2901:
2902: -- Send HTTP request to ipayment servlet
2903: -- l_html := UTL_HTTP.REQUEST(l_url);

Line 2903: -- l_html := UTL_HTTP.REQUEST(l_url);

2899: --dbms_output.put_line('before utl_http call');
2900: --show_input_debug(l_url);
2901:
2902: -- Send HTTP request to ipayment servlet
2903: -- l_html := UTL_HTTP.REQUEST(l_url);
2904: SEND_REQUEST(l_url, l_html);
2905:
2906: --dbms_output.put_line('after utl_http call');
2907: --show_output_debug(l_html);

Line 2906: --dbms_output.put_line('after utl_http call');

2902: -- Send HTTP request to ipayment servlet
2903: -- l_html := UTL_HTTP.REQUEST(l_url);
2904: SEND_REQUEST(l_url, l_html);
2905:
2906: --dbms_output.put_line('after utl_http call');
2907: --show_output_debug(l_html);
2908:
2909: -- Parse the resulting HTML page
2910: UNPACK_RESULTS_URL(l_html,l_names,l_values, l_status, l_errcode, l_errmessage);

Line 3220: -- l_html := UTL_HTTP.REQUEST(l_url);

3216: -- l_url := REPLACE(l_url,' ','+');
3217: --show_input_debug(l_url);
3218:
3219: -- Send HTTP request to ipayment servlet
3220: -- l_html := UTL_HTTP.REQUEST(l_url);
3221: SEND_REQUEST(l_url, l_html);
3222:
3223: --show_output_debug(l_html);
3224:

Line 3649: --dbms_output.put_line('before utl_http call');

3645: --
3646: -- ^^^^ Replace blank characters with + sign. ^^^
3647: -- l_url := REPLACE(l_url,' ','+');
3648:
3649: --dbms_output.put_line('before utl_http call');
3650: --show_input_debug(l_url);
3651:
3652: -- Send http request to the payment server.
3653: -- l_html := UTL_HTTP.REQUEST(l_url);

Line 3653: -- l_html := UTL_HTTP.REQUEST(l_url);

3649: --dbms_output.put_line('before utl_http call');
3650: --show_input_debug(l_url);
3651:
3652: -- Send http request to the payment server.
3653: -- l_html := UTL_HTTP.REQUEST(l_url);
3654: SEND_REQUEST(l_url, l_html);
3655:
3656: --dbms_output.put_line('after utl_http call');
3657: --show_output_debug(l_html);

Line 3656: --dbms_output.put_line('after utl_http call');

3652: -- Send http request to the payment server.
3653: -- l_html := UTL_HTTP.REQUEST(l_url);
3654: SEND_REQUEST(l_url, l_html);
3655:
3656: --dbms_output.put_line('after utl_http call');
3657: --show_output_debug(l_html);
3658:
3659: -- Unpack the results
3660: UNPACK_RESULTS_URL(l_html,l_names,l_values, l_status, l_errcode, l_errmessage);

Line 3956: -- l_html := UTL_HTTP.REQUEST(l_url);

3952:
3953: --show_input_debug(l_url);
3954:
3955: -- Send http request to the payment server.
3956: -- l_html := UTL_HTTP.REQUEST(l_url);
3957: SEND_REQUEST(l_url, l_html);
3958:
3959: --show_output_debug(l_html);
3960:

Line 4309: --l_html := UTL_HTTP.REQUEST(l_url);

4305:
4306: -- show_input_debug(l_url);
4307:
4308: -- Send http request to the payment server
4309: --l_html := UTL_HTTP.REQUEST(l_url);
4310: SEND_REQUEST(l_url, l_html);
4311:
4312:
4313: -- show_output_debug(l_html);

Line 4535: --l_html := UTL_HTTP.REQUEST(l_url);

4531:
4532: --show_input_debug(l_url);
4533:
4534: -- Send http request to the payment server
4535: --l_html := UTL_HTTP.REQUEST(l_url);
4536: SEND_REQUEST(l_url, l_html);
4537:
4538:
4539: -- show_output_debug(l_html);