|
create_name procedure |
|
Contained in package wwwpre_api_name. Call this procedure to create a preference name used to store preference values. Constraints:
Note: If the path does not exist, create it with the create_path procedure. procedure create_name (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_path |
The preference path under which the name will be created. Datatype: in varchar2 |
|
p_name |
The preference name to be created. Note: The length of each name in a preference path may not exceed 255 characters. Datatype: in varchar2 |
|
p_description |
A description or explanation of the preference name. Datatype: in varchar2 |
|
p_type_name |
The name of the type to be associated with this preference. Datatype: in varchar2 |
|
p_language |
The language in which the description should be stored. Datatype: in varchar2 |
|
Exceptions:
Example: wwpre_api_name.create_name (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |