DBA Data[Home] [Help]

APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_SYS_SECURITY_SUBKEYS

Line 522: p_subkey_cipher IN iby_sys_security_subkeys.subkey_cipher_text%TYPE,

518: -- Purpose : Gets the clear-text instrument security code
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;