Oracle Workflow Guide
Release 2.6.2

Part Number A95265-03
  Go to previous page Go to next page       Go To Table Of Contents Go To Index Go To Table Of Contents

                     Contents  Index  Glossary Master Index Feedback
 

Workflow Preferences API

Call the following API to retrieve user preference information. The API is defined in the PL/SQL package called WF_PREF.

get_pref

Syntax

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


Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.