DBA Data[Home] [Help]

APPS.IBY_FNDCPT_TRXN_PUB dependencies on DBMS_OBFUSCATION_TOOLKIT

Line 5042: dbms_obfuscation_toolkit.des3decrypt

5038: l_subkey :=
5039: IBY_SECURITY_PKG.Get_Sys_Subkey(p_sys_sec_key,p_subkey_cipher);
5040:
5041: l_sec_code :=
5042: dbms_obfuscation_toolkit.des3decrypt
5043: ( input => p_sec_code_cipher, key => l_subkey,
5044: which => dbms_obfuscation_toolkit.ThreeKeyMode
5045: );
5046:

Line 5044: which => dbms_obfuscation_toolkit.ThreeKeyMode

5040:
5041: l_sec_code :=
5042: dbms_obfuscation_toolkit.des3decrypt
5043: ( input => p_sec_code_cipher, key => l_subkey,
5044: which => dbms_obfuscation_toolkit.ThreeKeyMode
5045: );
5046:
5047: l_sec_code := IBY_SECURITY_PKG.Decode_Number(l_sec_code,p_sec_code_len,TRUE);
5048: