Idea Summary
APEX already provides some useful and reusable Types APEX_T_NUMBER, APEX_T_VARCHAR2 or APEX_T_CLOB, but i miss the type APEX_T_BLOB
Use Case
Sharing reusable code that does not depend on creating new objects.
Preferred Solution (Optional)
create or replace noneditionable type apex_240200.wwv_flow_t_blob as table of blob;