GetRoleInfo

Syntax

procedure GetRoleInfo
  (Role in varchar2,
   Display_Name out varchar2,
   Email_Address out varchar2,
   Notification_Preference out varchar2,
   Language out varchar2, 
   Territory out varchar2);

Description

Returns the following information about a role:

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.

Arguments (input)

role A valid role name.