DBA Data[Home] [Help]

APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_SECURITY_SEGMENTS

Line 523: p_sec_code_cipher IN iby_security_segments.segment_cipher_text%TYPE,

519: --
520: FUNCTION Get_Security_Code
521: (p_sys_sec_key IN iby_security_pkg.DES3_KEY_TYPE,
522: p_subkey_cipher IN iby_sys_security_subkeys.subkey_cipher_text%TYPE,
523: p_sec_code_cipher IN iby_security_segments.segment_cipher_text%TYPE,
524: p_sec_code_len IN iby_fndcpt_tx_extensions.instr_sec_code_length%TYPE
525: )
526: RETURN iby_fndcpt_tx_extensions.instrument_security_code%TYPE;
527: