PURGE_REGIONS_BY_ID Procedure

Deletes all cached values for a region.

Syntax

APEX_UTIL.PURGE_REGIONS_BY_ID (
     p_application IN NUMBER,
     p_region_id   IN NUMBER);

Parameters

Table: PURGE_REGIONS_BY_ID Parameters describes the parameters available in PURGE_REGIONS_BY_ID.

PURGE_REGIONS_BY_ID Parameters

Parameter Description

p_application

The identification number (ID) of the application.

p_region_id

The identification number of the region for which cached values are deleted.