Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
procedure Denormalize_Notification
(nid in number,
username in varchar2 default null,
langcode in varchar2 default null);
Description
Stores denormalized values for certain notification fields, including the notification subject, in the WF_NOTIFICATIONS table. If you are using the Notification System to send a notification outside of a workflow process, you must call Denormalize_Notification() after setting the values for any notification attributes, in order to populate the denormalized fields.
Denormalize_Notification() tests whether the language in which the notification should be delivered matches the current session language, and stores the denormalized information according to this setting only if the languages match. You can indicate the language for the notification in a number of ways.
Note: If you specify both a role name and a language code, the role name is used to determine the notification language, and the language code is ignored.
Arguments (input)
nid | The notification ID. |
username | An optional internal name of a role used to determine the notification language. |
langcode | An optional language code used to determine the notification language if no role name is provided. |
Previous | Next | Contents | Index | Glossary |