| Oracle Workflow Guide Release 2.6.2 Part Number A95265-03 |
![]() |
![]() |
![]() |
![]() |
|||||
| Contents | Index | Glossary | Master Index | Feedback |
Call the following API to retrieve user preference information. The API is defined in the PL/SQL package called WF_PREF.
function get_pref
(p_user_name in varchar2,
p_preference_name in varchar2)
return varchar2;
Description
Retrieves the value of the specified preference for the specified user.
Arguments (input)
| p_user_name | The internal name of the user. To retrieve the value for a global preference, specify the user as -WF_DEFAULT-. |
| p_preference_name | The name of the user preference whose value you wish to retrieve. Valid preference names are: |
| LANGUAGE | |
| TERRITORY | |
| MAILTYPE | |
| DMHOME | |
| DATEFORMAT |
| Previous | Next | Contents | Index | Glossary |
