79444215

Date: 2025-02-17 01:23:45
Score: 2
Natty:
Report link

I noticed you mentioned the page item is called P21_IMAGE but in your code you have your where statement referring to P21_IMAGE_FILENAME1. I think you need to check this first.

SELECT blob_content, filename, mime_type, created_on INTO v_blob, v_filename, v_mime, v_last_updated FROM APEX_APPLICATION_TEMP_FILES WHERE name = :P21_IMAGE_FILENAME1; <----- this may not be correct

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Daud