DBA Data[Home] [Help]

APPS.IBY_FNDCPT_TRXN_PUB dependencies on FND_CRYPTO

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

2258: -- Delete the Security Code reference from the
2259: -- IBY_SECURITY_SEGMENTS table.
2260:
2261: UPDATE iby_security_segments
2262: SET segment_cipher_text = RAWTOHEX(fnd_crypto.randombytes(32))
2263: WHERE sec_segment_id = p_segment_id;
2264: COMMIT;
2265:
2266: DELETE iby_security_segments