Previous |
Next |
This procedure clears all values currently maintained in the APEX_APPLICATION_INSTALL
package.
Syntax
APEX_APPLICATION_INSTALL.CLEAR_ALL;
Parameters
None.
Example
The following example clears all values currently set by the APEX_APPLICATION_INSTALL
package.
begin apex_application_install.clear_all; end;