Application Express User's Guide > Oracle Application Express ... > HTMLDB_UTIL > REMOVE_SORT_PREFE...
REMOVE_SORT_PREFERENCES Procedure |
![]() Previous |
![]() Next |
This procedure removes the user's column heading sorting preference value.
Syntax
HTMLDB_UTIL.REMOVE_SORT_PREFERENCES (
p_user IN VARCHAR2 DEFAULT V('USER'));
Parameters
Table: REMOVE_SORT_PREFERENCES Parameters describes the parameters available in REMOVE_SORT_PREFERENCES function.
REMOVE_SORT_PREFERENCES Parameters
| Parameter | Description |
|---|---|
|
|
Identifies the user for whom sorting preferences will be removed |
Example
BEGIN
HTMLDB_UTIL.REMOVE_SORT_PREFERENCES(:APP_USER);
END;