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 539: iby_security_pkg.store_credential(l_url,l_sec_cred);

535: IBY_NETUTILS_PVT.check_optional('OapfNlsLang', p_pmtInstrRec.nls_lang_param, l_url, l_db_nls, l_ecapp_nls);
536: END IF;
537:
538: -- set the security token
539: iby_security_pkg.store_credential(l_url,l_sec_cred);
540: iby_netutils_pvt.check_mandatory('OapfSecurityToken', TO_CHAR(l_sec_cred),
541: l_url, l_db_nls, l_ecapp_nls);
542:
543: -- iby_debug_pub.add(debug_msg => 'OraInstrAdd => full url: '|| l_url,

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

1689: IBY_NETUTILS_PVT.check_optional('OapfChnameMaskSetting', p_chnameMaskSetting, l_url, l_db_nls, l_ecapp_nls);
1690: IBY_NETUTILS_PVT.check_optional('OapfChnameUnmaskLen', p_chnameUnmaskLength, l_url, l_db_nls, l_ecapp_nls);
1691:
1692: -- set the security token
1693: iby_security_pkg.store_credential(l_url,l_sec_cred);
1694: iby_netutils_pvt.check_mandatory('OapfSecurityToken', TO_CHAR(l_sec_cred),
1695: l_url, l_db_nls, l_ecapp_nls);
1696:
1697: --test_debug('SecureCardInfo=> full url: '|| l_url);

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

1925: IBY_NETUTILS_PVT.check_mandatory('OapfInstrid', p_instrid, l_url, l_db_nls, l_ecapp_nls);
1926: IBY_NETUTILS_PVT.check_mandatory('OapfInputDate', to_char(p_inputDate,'YYYY-MM-DD'), l_url, l_db_nls, l_ecapp_nls);
1927:
1928: -- set the security token
1929: iby_security_pkg.store_credential(l_url,l_sec_cred);
1930: iby_netutils_pvt.check_mandatory('OapfSecurityToken', TO_CHAR(l_sec_cred),
1931: l_url, l_db_nls, l_ecapp_nls);
1932:
1933: --test_debug('Get_Expiration_Status=> full url: '|| l_url);