Search Results jtf_rs_active_grp_mbrs
Overview
The JTF_RS_ACTIVE_GRP_MBRS table is a core data object within the Oracle E-Business Suite CRM Foundation (JTF) module, specifically for Release 12.1.1 and 12.2.2. It serves as a specialized, performance-optimized repository for active group membership records. Unlike its parent table, JTF_RS_GROUP_MEMBERS, which may contain the full history of memberships, this table is designed to provide rapid access to current, valid relationships between resources and groups. Its primary role is to support real-time operations, security models, and reporting that depend on knowing which resources are presently active members of which groups, a fundamental concept for structuring sales teams, service teams, and other organizational hierarchies within the CRM suite.
Key Information Stored
The table's structure is focused on the essential identifiers for an active membership. The primary key, GROUP_MEMBER_ID, uniquely identifies each active membership record. This column is a foreign key to the JTF_RS_GROUP_MEMBERS table, linking the active snapshot to the master membership definition. The GROUP_ID column identifies the specific group (from JTF_RS_GROUPS_B) to which the resource belongs. The RESOURCE_ID column identifies the individual member, linking to the JTF_RS_RESOURCE_EXTNS table which holds extended resource information. By design, the table contains only current records, implying an effective date mechanism or status flag is managed in the parent table, with this table acting as a filtered subset.
Common Use Cases and Queries
A primary use case is determining all active members of a particular group for task assignment or reporting. For example, to list all active members of a sales team (GROUP_ID = 1000), a query would join to resource tables: SELECT r.resource_name, m.* FROM jtf_rs_active_grp_mbrs m, jtf_rs_resource_extns r WHERE m.resource_id = r.resource_id AND m.group_id = 1000;. Conversely, to find all groups a specific resource actively belongs to: SELECT g.group_name, m.* FROM jtf_rs_active_grp_mbrs m, jtf_rs_groups_b g WHERE m.group_id = g.group_id AND m.resource_id = 500;. This table is critical for security and function-based menus that filter data access based on a user's active group affiliations, ensuring users only see data relevant to their current team assignments.
Related Objects
The table maintains strict referential integrity through documented foreign key relationships, making it a central hub for group membership data. The key related objects are:
- JTF_RS_GROUP_MEMBERS: The master table for group membership. The foreign key on GROUP_MEMBER_ID establishes that every active record must have a corresponding master definition.
- JTF_RS_GROUPS_B: The base definition table for groups. The foreign key on GROUP_ID ensures every active membership references a valid group.
- JTF_RS_RESOURCE_EXTNS: The table for resource details. The foreign key on RESOURCE_ID ensures every active membership is for a valid resource entity.
-
Table: JTF_RS_ACTIVE_GRP_MBRS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_ACTIVE_GRP_MBRS, object_name:JTF_RS_ACTIVE_GRP_MBRS, status:VALID, product: JTF - CRM Foundation , description: This Table contains only active group membership detais. , implementation_dba_data: JTF.JTF_RS_ACTIVE_GRP_MBRS ,
-
Table: JTF_RS_ACTIVE_GRP_MBRS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_ACTIVE_GRP_MBRS, object_name:JTF_RS_ACTIVE_GRP_MBRS, status:VALID, product: JTF - CRM Foundation , description: This Table contains only active group membership detais. , implementation_dba_data: JTF.JTF_RS_ACTIVE_GRP_MBRS ,
-
APPS.JTF_RS_ACTIVE_GRP_MBRS_PKG dependencies on JTF_RS_ACTIVE_GRP_MBRS
12.2.2
-
APPS.JTF_RS_GROUP_MEMBERS_PVT dependencies on JTF_RS_ACTIVE_GRP_MBRS
12.1.1
-
APPS.JTF_RS_ACTIVE_GRP_MBRS_PKG dependencies on JTF_RS_ACTIVE_GRP_MBRS
12.1.1
-
APPS.JTF_RS_GROUP_MEMBERS_PVT dependencies on JTF_RS_ACTIVE_GRP_MBRS
12.2.2
-
PACKAGE BODY: APPS.JTF_RS_ACTIVE_GRP_MBRS_PKG
12.2.2
-
VIEW: JTF.JTF_RS_ACTIVE_GRP_MBRS#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_RS_ACTIVE_GRP_MBRS#, status:VALID,
-
APPS.JTF_RS_ACTIVE_GRP_MBRS_PKG SQL Statements
12.1.1
-
APPS.JTF_RS_ACTIVE_GRP_MBRS_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.JTF_RS_ACTIVE_GRP_MBRS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_ACTIVE_GRP_MBRS, status:VALID,
-
PACKAGE BODY: APPS.JTF_RS_ACTIVE_GRP_MBRS_PKG
12.1.1
-
SYNONYM: APPS.JTF_RS_ACTIVE_GRP_MBRS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_ACTIVE_GRP_MBRS, status:VALID,
-
VIEW: JTF.JTF_RS_ACTIVE_GRP_MBRS#
12.2.2
-
TABLE: JTF.JTF_RS_ACTIVE_GRP_MBRS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_ACTIVE_GRP_MBRS, object_name:JTF_RS_ACTIVE_GRP_MBRS, status:VALID,
-
TABLE: JTF.JTF_RS_ACTIVE_GRP_MBRS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_ACTIVE_GRP_MBRS, object_name:JTF_RS_ACTIVE_GRP_MBRS, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.JTF_RS_ACTIVE_GRP_MBRS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_RS_ACTIVE_GRP_MBRS_PKG, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.JTF_RS_ACTIVE_GRP_MBRS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_RS_ACTIVE_GRP_MBRS_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_RS_GROUP_MEMBERS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_RS_GROUP_MEMBERS_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_RS_GROUP_MEMBERS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_RS_GROUP_MEMBERS_PVT, status:VALID,
-
Table: JTF_RS_GROUPS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_B, object_name:JTF_RS_GROUPS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_GROUPS_B stores general information about a given Group. , implementation_dba_data: JTF.JTF_RS_GROUPS_B ,
-
Table: JTF_RS_GROUPS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_B, object_name:JTF_RS_GROUPS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_GROUPS_B stores general information about a given Group. , implementation_dba_data: JTF.JTF_RS_GROUPS_B ,
-
Table: JTF_RS_RESOURCE_EXTNS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,
-
Table: JTF_RS_RESOURCE_EXTNS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.JTF_RS_GROUP_MEMBERS_PVT SQL Statements
12.1.1
-
APPS.JTF_RS_GROUP_MEMBERS_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JTF_RS_GROUP_MEMBERS_PVT
12.1.1
-
PACKAGE BODY: APPS.JTF_RS_GROUP_MEMBERS_PVT
12.2.2
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,