DBA Data[Home] [Help]

APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_SECURITY_SEGMENTS

Line 625: p_sec_code_cipher IN iby_security_segments.segment_cipher_text%TYPE,

621: --
622: FUNCTION Get_Security_Code
623: (p_sys_sec_key IN iby_security_pkg.DES3_KEY_TYPE,
624: p_subkey_cipher IN iby_sys_security_subkeys.subkey_cipher_text%TYPE,
625: p_sec_code_cipher IN iby_security_segments.segment_cipher_text%TYPE,
626: p_sec_code_len IN iby_fndcpt_tx_extensions.instr_sec_code_length%TYPE
627: )
628: RETURN iby_fndcpt_tx_extensions.instrument_security_code%TYPE;
629: