DBA Data[Home] [Help]

APPS.IBY_INSTRREG_PUB dependencies on IBY_SECURITY_PKG

Line 51: sys_master_key IN IBY_SECURITY_PKG.DES3_KEY_TYPE,

47: */
48: -------------------------------------------------------------------------------
49: PROCEDURE Get_Instrument_Details ( payer_id IN VARCHAR2,
50: instr_id IN NUMBER,
51: sys_master_key IN IBY_SECURITY_PKG.DES3_KEY_TYPE,
52: creditcard_tbl OUT NOCOPY CreditCard_tbl_type,
53: purchasecard_tbl OUT NOCOPY PurchaseCard_tbl_type,
54: bankacct_tbl OUT NOCOPY BankAcct_tbl_type
55: ) IS

Line 464: iby_security_pkg.store_credential(l_url,l_sec_cred);

460: IBY_NETUTILS_PVT.check_optional('OapfNlsLang', p_pmtInstrRec.nls_lang_param, l_url, l_db_nls, l_ecapp_nls);
461: END IF;
462:
463: -- set the security token
464: iby_security_pkg.store_credential(l_url,l_sec_cred);
465: iby_netutils_pvt.check_mandatory('OapfSecurityToken', TO_CHAR(l_sec_cred),
466: l_url, l_db_nls, l_ecapp_nls);
467:
468: l_pos := INSTR(l_url,'?');

Line 1596: iby_security_pkg.store_credential(l_url,l_sec_cred);

1592: IBY_NETUTILS_PVT.check_optional('OapfExpDate', to_char(p_cardExpiryDate,'YYYY-MM-DD'), l_url, l_db_nls, l_ecapp_nls);
1593: IBY_NETUTILS_PVT.check_optional('OapfChname', p_cardHolderName, l_url, l_db_nls, l_ecapp_nls);
1594:
1595: -- set the security token
1596: iby_security_pkg.store_credential(l_url,l_sec_cred);
1597: iby_netutils_pvt.check_mandatory('OapfSecurityToken', TO_CHAR(l_sec_cred),
1598: l_url, l_db_nls, l_ecapp_nls);
1599:
1600: --test_debug('SecureCardInfo=> full url: '|| l_url);