function Generate (x_group_guid in raw, x_member_guid in raw) return varchar2;
Generates an XML message containing the complete information from the WF_AGENT_GROUPS table for the specified agent group member definition.
| x_group_guid | The globally unique identifier of the agent group. |
| x_member_guid | The globally unique identifier of the individual member agent. |