Hello Guys,
I've recently updated my APEX version to 20.2 and I noticed that the following function is no longer available:
APEX_200100.wwv_flow_image_generator.get_image
This function is used to generate the images used for creating the captcha security check. I tried changing the schema from APEX_200100 to the new schema APEX_200200 but the function wasn't available there.
On the other hand, the following was available on both schemas (20.1 & 20.2) :
APEX_200200.wwv_flow_request_verifications
This is the view used to retrieve the value of the captcha created by the first function (wwv_flow_image_generator.get_image ).
Did the function get renamed or replaced by a new one? I would appreciate your support on that matter.
Regards,