8.7 CLEAR_DATASET_IMPORT_MODES Procedure

This procedure clears all dataset import mode settings configured using the APEX_APPLICATION_INSTALL package.

Syntax

PROCEDURE apex_application_install.clear_dataset_import_modes;

Parameters

This procedure has no parameters.

Example

The following example clears all dataset import mode settings currently set in the APEX_APPLICATION_INSTALL package.
begin
    apex_application_install.clear_dataset_import_modes;
end;