|
wwpre_api_value
|
|
|
USER_LEVEL_TYPE constant varchar2(4) := 'U';
|
Indicates a user-level type.
|
|
GROUP_LEVEL_TYPE constant varchar2(4) := 'G';
|
Indicates a group-level type.
|
|
SYSTEM_LEVEL_TYPE constant varchar2(4) := 'S';
|
Indicates a system-level type.
|
|
INHERIT_LEVEL_TYPE constant varchar2(4) := 'I';
|
Level type is inherited.
|
|
SYSTEM_LEVEL_ID constant integer := '0';
|
Indicates the level ID to be used if the level type is system-level.
|
|
wwpre_api_util
|
|
|
PRE_PATH_DELIMITER constant varchar2(10) := '.';
|
The delimiter to be used to separate path hierarchy in the preference
path.
|