procedure GetRoleInfo (Role in varchar2, Display_Name out varchar2, Email_Address out varchar2, Notification_Preference out varchar2, Language out varchar2, Territory out varchar2);
Returns the following information about a role:
Display name
E-mail address
Notification Preference ('QUERY', 'MAILTEXT', 'MAILHTML', 'MAILATTH', 'MAILHTM2', 'DISABLED', 'SUMMARY', or 'SUMHTML')
Language
Territory
Note: For roles that are Oracle E-Business Suite users marked with an originating system of FND_USR or PER, the GetRoleInfo() procedure by default retrieves the language and territory values from the ICX: Language and ICX: Territory profile options for that Oracle E-Business Suite user.
However, if the WF_PREFERENCE resource token is defined and set to FND, then the GetRoleInfo() procedure obtains the language and territory values from the Oracle Workflow preferences table instead.
| role | A valid role name. |