Hi Experts,
I asked this question before and did not get definite approach.
I have a table called Account_Details where the account is having raw ( like 12345) values and the system, calling the table will share the masked account nos('abx53defc9867fd'), so before querying the Database there is a requirement to convert the masked the account no to raw account no and pass in the predicate.
For masking and unmasking, it is decided to call an API from the PLSql procedure.
Just wondering anybody has implemented rest API call from PLsql procedure, please provide any thoughts or references .
I am using oracle 12c R2
Thanks in advance !!!