DBA Data[Home] [Help]

APPS.IBY_PAYMENT_ADAPTER_PUB dependencies on IBY_SECURITY_PKG

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

512: iby_debug_pub.add(debug_msg => 'Enter',
513: debug_level => FND_LOG.LEVEL_PROCEDURE,
514: module => G_DEBUG_MODULE || '.send_request');
515:
516: iby_utility_pvt.get_property(iby_security_pkg.C_SHARED_WALLET_LOC_PROP_NAME,l_wallet_location);
517:
518: /*
519: * Fix for bug 6690545:
520: *

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

600: l_hash_string := substr(x_url,l_index+1);
601: x_url := x_url || '&';
602: END IF;
603:
604: iby_security_pkg.store_credential(l_hash_string,l_sec_cred);
605: x_url := x_url || 'OapfSecurityToken=' || l_sec_cred;
606:
607: l_post_body := SUBSTR(x_url,l_index+1,length(x_url));
608: l_post_body := RTRIM(l_post_body,'&');