DBA Data[Home] [Help]

APPS.IBY_PAYMENT_ADAPTER_PUB dependencies on IBY_SECURITY_PKG

Line 482: iby_utility_pvt.get_property(iby_security_pkg.C_SHARED_WALLET_LOC_PROP_NAME,l_wallet_location);

478: iby_debug_pub.add(debug_msg => 'Enter',
479: debug_level => FND_LOG.LEVEL_PROCEDURE,
480: module => G_DEBUG_MODULE || '.send_request');
481:
482: iby_utility_pvt.get_property(iby_security_pkg.C_SHARED_WALLET_LOC_PROP_NAME,l_wallet_location);
483:
484: /*
485: * Fix for bug 6690545:
486: *

Line 570: iby_security_pkg.store_credential(l_hash_string,l_sec_cred);

566: l_hash_string := substr(x_url,l_index+1);
567: x_url := x_url || '&';
568: END IF;
569:
570: iby_security_pkg.store_credential(l_hash_string,l_sec_cred);
571: x_url := x_url || 'OapfSecurityToken=' || l_sec_cred;
572:
573: l_post_body := SUBSTR(x_url,l_index+1,length(x_url));
574: l_post_body := RTRIM(l_post_body,'&');