CRC 32 - Hash in Oracle fusion — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

CRC 32 - Hash in Oracle fusion

Hello ,

We have one requirement where it has been asked to convert the 16 digits column value ( The site ID from Account Payable) into a CRC 32 HASH value.

I did not find any option for it.

I tried :

SELECT CRC32('12345678912345')  from Dual

SELECT HashBytes( 'md5', '1234' ) from dual

SELECT HASHBYTES ('SHA', CONVERT(VARCHAR(50),'12345') from dual

But it is not accepting in Data model.

Can you please suggest something if it is doable in Fusion data model. It's Urgent.

Thanks!

Varsha

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!