8.8 CLEAR_DATA_REPORTER_REMAP Procedure

This procedure clears all values for remapped data reporter schemas in the APEX_APPLICATION_INSTALL package.

Syntax

PROCEDURE apex_application_install.clear_data_reporter_remap;

Parameters

This procedure has no parameters.

Example

The following example clears all data reporter remap schema values currently set in the APEX_APPLICATION_INSTALL package.

begin
    apex_application_install.clear_data_reporter_remap;
end;