Search Results jtf_rs_group_members
Overview
The JTF_RS_GROUP_MEMBERS table is a core data structure within the Oracle E-Business Suite CRM Foundation (JTF) module. It functions as the definitive repository for all assignments of resources to groups, a fundamental concept for organizing and managing sales, service, and support personnel within the application. Its primary role is to maintain the many-to-many relationship between resources (individuals) and the groups to which they belong, enabling critical business processes such as team-based task assignment, territory management, and collaborative workflow routing. The integrity of this relationship is enforced by its primary key and foreign key constraints, making it a central hub for resource group management in both EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to capture the essential elements of a group membership. The primary key, GROUP_MEMBER_ID, uniquely identifies each membership record. The two critical foreign key columns establish the core relationship: GROUP_ID links to JTF_RS_GROUPS_B to identify the specific group, and RESOURCE_ID links to JTF_RS_RESOURCE_EXTNS to identify the individual resource member. Additional columns, while not explicitly detailed in the provided metadata, typically include attributes such as START_DATE_ACTIVE and END_DATE_ACTIVE to manage the temporal validity of the membership, and CREATED_BY/CREATION_DATE for auditing purposes. The table's design ensures referential integrity and supports the tracking of active group compositions.
Common Use Cases and Queries
This table is central to queries that determine team composition and resource availability. A common reporting use case is to list all members of a specific group for task assignment or contact lists. For example, to find all active resources in a group named 'West Sales Team', a query would join JTF_RS_GROUP_MEMBERS with JTF_RS_GROUPS_B and JTF_RS_RESOURCE_EXTNS. Another critical use case is validating resource authorization, where the system checks if a user's associated resource is a member of a group permitted to perform a certain action or access specific data. Developers often query this table when building custom workflows or approvals that must route through a defined team structure. A basic pattern for retrieving group members is:
- SELECT res.resource_name, grp.group_name FROM jtf_rs_group_members mem, jtf_rs_resource_extns res, jtf_rs_groups_b grp WHERE mem.resource_id = res.resource_id AND mem.group_id = grp.group_id AND grp.group_name = '&GROUP_NAME' AND sysdate BETWEEN mem.start_date_active AND nvl(mem.end_date_active, sysdate+1);
Related Objects
As indicated by its foreign key relationships, JTF_RS_GROUP_MEMBERS is integrally connected to several other key CRM Foundation tables. It is a child of JTF_RS_GROUPS_B (defining the group) and JTF_RS_RESOURCE_EXTNS (defining the resource). It is also a parent table to several important entities: JTF_RS_ACTIVE_GRP_MBRS (which likely provides a filtered view of active memberships), JTF_RS_GROUP_MEMBERS_AUD (for tracking historical changes to memberships), and JTF_RS_ROLE_RELATIONS (where a group member can be assigned a specific role within the group context). This network of relationships underscores the table's position as a critical junction point in the resource management data model, influencing role assignments, audit trails, and real-time group membership views.
-
Table: JTF_RS_GROUP_MEMBERS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUP_MEMBERS, object_name:JTF_RS_GROUP_MEMBERS, status:VALID, product: JTF - CRM Foundation , description: This table stores the resources who are assigned to be group members. Primary key is Group_member_id. , implementation_dba_data: JTF.JTF_RS_GROUP_MEMBERS ,
-
Table: JTF_RS_GROUP_MEMBERS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUP_MEMBERS, object_name:JTF_RS_GROUP_MEMBERS, status:VALID, product: JTF - CRM Foundation , description: This table stores the resources who are assigned to be group members. Primary key is Group_member_id. , implementation_dba_data: JTF.JTF_RS_GROUP_MEMBERS ,
-
APPS.CAC_SYNC_TASK_COMMON dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.IBC_UTILITIES_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_RS_SKILLS_REPORT_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_RS_GROUP_MEMBERS_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_RS_GROUP_USAGES_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.OZF_CLAIM_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.AS_GAR_LEADS_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_RS_GROUP_MEMBERS_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.AST_OFL_ACCESSES_REPORT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.AS_GAR_ACCOUNTS_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_RS_WF_INTEGRATION_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_RS_GROUP_REPORT_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.IBU_DYN_USER_GROUPS_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_ASSIGN_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.BIX_AGENT_CLASS_P dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.CSF_UTIL_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.AS_OPP_HEADER_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.BIX_DM_SESSBYCAMP_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.CSM_WF_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.IEM_ROUTE_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.AS_FORECAST_ACTUAL_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.IEU_UWQ_DISTRIBUTE_ITEMS dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_RS_GROUP_RELATE_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_RS_GROUP_MEMBER_IUHK dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.AML_INTERACTION_ENGINE dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_TASK_WF_UTIL dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.OKC_REP_UTIL_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.AS_RTTAP_ACCOUNT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_CAL_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.JTA_SYNC_TASK_COMMON dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.AS_OPP_HEADER_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.JTF_RS_SKILLS_REPORT_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.IEM_MAILITEM_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.CSF_RES_GROUP_ROLE_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.JTF_RS_RESOURCE_UTL_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.BIM_LEAD_RG_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.AMS_ACCESS_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.JTF_TTY_NA_TERRGP dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.OZF_CLAIM_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.JTF_ASSIGN_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.CAC_SYNC_TASK_COMMON dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.IEU_UWQ_DISTRIBUTE_ITEMS dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.IEM_QUEUE_MANAGEMENT_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.AS_ACCESS_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.AS_GAR_OPPTYS_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.SR_UWQ_INTEG dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.PVX_MISC_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.2.2