DBA Data[Home] [Help]

APPS.IBY_FNDCPT_TRXN_PUB dependencies on FND_CRYPTO

Line 2761: SET segment_cipher_text = RAWTOHEX(fnd_crypto.randombytes(32))

2757: iby_debug_pub.add('Updating the security code with random value.',
2758: G_LEVEL_STATEMENT,l_dbg_mod);
2759: END IF;
2760: UPDATE iby_security_segments
2761: SET segment_cipher_text = RAWTOHEX(fnd_crypto.randombytes(32))
2762: WHERE sec_segment_id = p_segment_id;
2763:
2764: COMMIT;
2765: