Previous | Next | Contents | Index | Glossary | Library |
function GetAttrText
(nid in number, aname in varchar2) return varchar2; function GetAttrNumber (nid in number, aname in varchar2) return number; function GetAttrDate (nid in number, aname in varchar2) return date;
Description
Returns the value of the specified message attribute.
Arguments (input)
| nidThe notification id. |
aname | The message attribute name. |
Previous | Next | Contents | Index | Glossary | Library |