Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions
Thanks for the question, Tsecheng.
Asked: March 31, 2021 - 4:37 pm UTC
Last updated: April 07, 2021 - 3:26 am UTC
Version: Application Express 19.1.0.00.15
Viewed 1000+ times
declare l_export apex_data_export.t_export; l_region_id number; begin select region_id into l_region_id from apex_application_page_regions where application_id = :APP_ID and page_id = :APP_PAGE_ID and static_id = 'my_region'; l_export := apex_region.export_data ( p_format => :P3_FORMAT, p_page_id => :APP_PAGE_ID, p_region_id => l_region_id); apex_data_export.download( l_export ); end;
declare l_context apex_exec.t_context; begin l_context := apex_region.open_query_context ( p_page_id => 1, p_region_id => 2505704029884282, p_component_id => 880629800374638220 ); apex_json.open_object; apex_json.write_context( 'data', l_context ); apex_json.close_object; end;
Keep your APEX skills fresh by attending their regular Office Hours sessions.