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.CSL_JTF_RS_GRP_MEM_ACC_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.SR_UWQ_INTEG dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.IEM_REROUTE_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.OKL_CS_LC_CONTRACT_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.AS_GAR_OPPTYS_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.CS_SERVICEREQUEST_UTIL dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.CAC_VIEW_ACC_DAILY_VIEW_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.CSM_UTIL_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.IEM_TAGPROCESS_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.IBU_DYN_USER_GROUPS_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.AML_MONITOR_WF dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.AS_LEAD_ROUTING_WF dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.JTF_RS_DBI_CONC_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.IBC_DATA_SECURITY_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.CS_UWQ_DISTRIBUTE_ITEMS dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_RS_SRP_GROUPS_CONC_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.JTF_RS_ROLE_RELATE_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.IEU_WORKLIST_ENUMS_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTM_RS_GROUP_MEMBER_VUHK dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.IEU_WR_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.JTF_RS_DEFAULT_GROUPS_CONC_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.IEU_TASKS_ENUMS_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.PV_REFERRAL_GENERAL_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.PV_TERR_ASSIGN_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.PV_TAP_BES_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.CSM_WF_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.AMV_USER_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.CSM_UTIL_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_RS_WF_INTEGRATION_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.BIX_UWQ_TEMP_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.CSM_RESOURCE_EXTNS_EVENT_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.PV_OPPORTUNITY_VHUK dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.AS_SCORECARD_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.AMV_ITEM_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.IEU_UWQ_GET_NEXT_WORK_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.BIX_DM_EMAIL_SUMMARY_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.CAC_VIEW_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_RS_RESOURCE_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.AS_SALES_LEAD_ASSIGN_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_TASK_SECURITY_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.JTF_CAL_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.PV_OPPORTUNITY_VHUK dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.JTF_RS_GROUP_MEMBERS_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.IEU_TASKS_WR_MIG_PVT dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.AS_AUTOCREATE_OPP dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.JTF_TASK_WF_UTIL dependencies on JTF_RS_GROUP_MEMBERS
12.2.2
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
APPS.AS_GAR_QOT_PUB dependencies on JTF_RS_GROUP_MEMBERS
12.1.1