19.4 Manually Refreshing Oracle Application Express Components

Trigger the apexrefresh event for the relevant component.

Although the Dynamic Action framework provides refresh capability for supported Oracle Application Express components, there may be cases where you wish to manually invoke a refresh from JavaScript code. To do this, you can trigger the apexrefresh event for the relevant component, as follows:

apex.event.trigger( "#myRegionStaticID", "apexrefresh" );