Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
procedure SetAdHocRoleAttr
(role_name in varchar2,
display_name in varchar2 default null,
notification_preference in varchar2 default null,
language in varchar2 default null,
territory in varchar2 default null,
email_address in varchar2 default null,
fax in varchar2 default null,
parent_orig_system in varchar2 default null,
parent_orig_system_id in number default null,
owner_tag in varchar2 default null);
Description
Updates the attributes for an ad hoc role.
Arguments (input)
role_name | The internal name of the ad hoc role to update. |
display_name | A new display name for the ad hoc role. If null, the display name is not updated. |
notification_preference | A new notification preference of 'MAILTEXT', 'MAILHTML', 'MAILATTH', 'MAILHTM2', 'QUERY', 'SUMMARY', or, for Oracle Applications only, 'SUMHTML'. If null, the notification preference is not updated. |
language | A new value of the database NLS_LANGUAGE initialization parameter for the ad hoc role. If null, the language setting is not updated. |
territory | A new value of the database NLS_TERRITORY initialization parameter for the ad hoc role. If null, the territory setting is not updated. |
email_address | A new valid electronic mail address for the ad hoc role. If null, the electronic mail address is not updated. |
fax | A new fax number for the ad hoc role. If null, the fax number is not updated. |
parent_orig_ system | An optional code for the originating system of an entity that you want to mark as being related to this role. |
parent_orig_ system_id | The primary key that identifies the parent entity in the parent originating system. |
owner_tag | A code to identify the program or application that owns the information for this role. |
Previous | Next | Contents | Index | Glossary |