DBA Data[Home] [Help]

APPS.IBY_FNDCPT_TRXN_PUB dependencies on DBMS_OBFUSCATION_TOOLKIT

Line 6790: dbms_obfuscation_toolkit.des3decrypt

6786: l_subkey :=
6787: IBY_SECURITY_PKG.Get_Sys_Subkey(p_sys_sec_key,p_subkey_cipher);
6788:
6789: l_sec_code :=
6790: dbms_obfuscation_toolkit.des3decrypt
6791: ( input => p_sec_code_cipher, key => l_subkey,
6792: which => dbms_obfuscation_toolkit.ThreeKeyMode
6793: );
6794:

Line 6792: which => dbms_obfuscation_toolkit.ThreeKeyMode

6788:
6789: l_sec_code :=
6790: dbms_obfuscation_toolkit.des3decrypt
6791: ( input => p_sec_code_cipher, key => l_subkey,
6792: which => dbms_obfuscation_toolkit.ThreeKeyMode
6793: );
6794:
6795: l_sec_code := IBY_SECURITY_PKG.Decode_Number(l_sec_code,p_sec_code_len,TRUE);
6796: