Search Results jtf_rs_team_members




Overview

The JTF_RS_TEAM_MEMBERS table is a core data structure within the Oracle E-Business Suite CRM Foundation (JTF) module. It functions as the definitive repository for defining team composition by storing the assignment of individual resources as members to specific teams. This table is fundamental to the Resource Manager functionality, enabling the grouping of resources (employees, partners, or equipment) into logical teams for assignment, reporting, and management purposes across various CRM and service-related applications. Its integrity is maintained through a primary key constraint and critical foreign key relationships to master resource and team definition tables.

Key Information Stored

The table's primary purpose is to link a resource to a team. The central columns facilitating this are TEAM_ID, which references the team definition, and TEAM_RESOURCE_ID, which identifies the resource being assigned as a member. The unique identifier for each membership record is the TEAM_MEMBER_ID column, which serves as the primary key. While the provided metadata does not list all columns, typical supplementary columns in such junction tables often include attributes like START_DATE_ACTIVE and END_DATE_ACTIVE to manage the effective period of the membership, and CREATION_DATE for auditing. The foreign key relationships indicate that a TEAM_RESOURCE_ID can map to either an individual resource (JTF_RS_RESOURCE_EXTNS) or a group resource (JTF_RS_GROUPS_B).

Common Use Cases and Queries

This table is central to queries that list team rosters, validate resource assignments, and support reporting on team capacity. A common operational use case is retrieving all members of a specific team for task assignment or escalation procedures. For example, to list all active resources in a team named 'Support Tier 1', a query would join JTF_RS_TEAM_MEMBERS to JTF_RS_TEAMS_B and JTF_RS_RESOURCE_EXTNS. Conversely, to find all teams a particular resource belongs to, one would query using the TEAM_RESOURCE_ID. Reporting use cases include analyzing team size distributions or generating membership audit trails. Developers often reference this table when customizing team-based assignment engines or building team-centric dashboards.

Related Objects

  • JTF_RS_TEAMS_B: The master definition table for teams. JTF_RS_TEAM_MEMBERS.TEAM_ID is a foreign key to this table.
  • JTF_RS_RESOURCE_EXTNS: Stores detailed information for individual resources. Linked via the TEAM_RESOURCE_ID foreign key.
  • JTF_RS_GROUPS_B: Stores definition for resource groups. TEAM_RESOURCE_ID can also reference a group, allowing for nested team structures.
  • JTF_RS_ROLE_RELATIONS: This table references JTF_RS_TEAM_MEMBERS, indicating that a team member (ROLE_RESOURCE_ID) can be associated with specific functional roles within the team context.
  • JTF_RS_TEAM_MEMBERS_PK: The primary key constraint on the TEAM_MEMBER_ID column.
  • Table: JTF_RS_TEAM_MEMBERS 12.2.2

    owner:JTF,  object_type:TABLE,  fnd_design_data:JTF.JTF_RS_TEAM_MEMBERS,  object_name:JTF_RS_TEAM_MEMBERS,  status:VALID,  product: JTF - CRM Foundationdescription: This table stores the resources who are assigned to be team members. Primary key is Team_member_id. ,  implementation_dba_data: JTF.JTF_RS_TEAM_MEMBERS

  • Table: JTF_RS_TEAM_MEMBERS 12.1.1

    owner:JTF,  object_type:TABLE,  fnd_design_data:JTF.JTF_RS_TEAM_MEMBERS,  object_name:JTF_RS_TEAM_MEMBERS,  status:VALID,  product: JTF - CRM Foundationdescription: This table stores the resources who are assigned to be team members. Primary key is Team_member_id. ,  implementation_dba_data: JTF.JTF_RS_TEAM_MEMBERS

  • Table: JTF_RS_ROLE_RELATIONS 12.1.1

    owner:JTF,  object_type:TABLE,  fnd_design_data:JTF.JTF_RS_ROLE_RELATIONS,  object_name:JTF_RS_ROLE_RELATIONS,  status:VALID,  product: JTF - CRM Foundationdescription: This table stores the association between resources and roles. Primary key is Resource_id and Role_id. Each resource can be assigned to multiple roles. ,  implementation_dba_data: JTF.JTF_RS_ROLE_RELATIONS

  • Table: JTF_RS_TEAMS_B 12.1.1

    owner:JTF,  object_type:TABLE,  fnd_design_data:JTF.JTF_RS_TEAMS_B,  object_name:JTF_RS_TEAMS_B,  status:VALID,  product: JTF - CRM Foundationdescription: Base Table JTF_RS_TEAMS_B stores general information about a given Team. ,  implementation_dba_data: JTF.JTF_RS_TEAMS_B

  • Table: JTF_RS_TEAMS_B 12.2.2

    owner:JTF,  object_type:TABLE,  fnd_design_data:JTF.JTF_RS_TEAMS_B,  object_name:JTF_RS_TEAMS_B,  status:VALID,  product: JTF - CRM Foundationdescription: Base Table JTF_RS_TEAMS_B stores general information about a given Team. ,  implementation_dba_data: JTF.JTF_RS_TEAMS_B

  • Table: JTF_RS_ROLE_RELATIONS 12.2.2

    owner:JTF,  object_type:TABLE,  fnd_design_data:JTF.JTF_RS_ROLE_RELATIONS,  object_name:JTF_RS_ROLE_RELATIONS,  status:VALID,  product: JTF - CRM Foundationdescription: This table stores the association between resources and roles. Primary key is Resource_id and Role_id. Each resource can be assigned to multiple roles. ,  implementation_dba_data: JTF.JTF_RS_ROLE_RELATIONS

  • View: JTF_RS_DEFRESTEAMS_VL 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:JTF.JTF_RS_DEFRESTEAMS_VL,  object_name:JTF_RS_DEFRESTEAMS_VL,  status:VALID,  product: JTF - CRM Foundationdescription: This view is used by Define Resource FormTeams block ,  implementation_dba_data: APPS.JTF_RS_DEFRESTEAMS_VL

  • View: JTF_RS_DEFRESTEAMS_VL 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:JTF.JTF_RS_DEFRESTEAMS_VL,  object_name:JTF_RS_DEFRESTEAMS_VL,  status:VALID,  product: JTF - CRM Foundationdescription: This view is used by Define Resource FormTeams block ,  implementation_dba_data: APPS.JTF_RS_DEFRESTEAMS_VL

  • View: JTF_TASK_SECURITY_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:JTF.JTF_TASK_SECURITY_V,  object_name:JTF_TASK_SECURITY_V,  status:VALID,  product: JTF - CRM Foundationdescription: This view is used to get the group or team resources granting full access to a login resource and group/team or employee resources granting a certain level of access to a login resource. ,  implementation_dba_data: APPS.JTF_TASK_SECURITY_V

  • View: JTF_RS_TEAM_MEMBERS_VL 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:JTF.JTF_RS_TEAM_MEMBERS_VL,  object_name:JTF_RS_TEAM_MEMBERS_VL,  status:VALID,  product: JTF - CRM Foundationdescription: This view is used in define Team form members block. ,  implementation_dba_data: APPS.JTF_RS_TEAM_MEMBERS_VL

  • View: JTF_RS_TEAM_MEMBERS_VL 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:JTF.JTF_RS_TEAM_MEMBERS_VL,  object_name:JTF_RS_TEAM_MEMBERS_VL,  status:VALID,  product: JTF - CRM Foundationdescription: This view is used in define Team form members block. ,  implementation_dba_data: APPS.JTF_RS_TEAM_MEMBERS_VL

  • View: JTF_TASK_SECURITY_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:JTF.JTF_TASK_SECURITY_V,  object_name:JTF_TASK_SECURITY_V,  status:VALID,  product: JTF - CRM Foundationdescription: This view is used to get the group or team resources granting full access to a login resource and group/team or employee resources granting a certain level of access to a login resource. ,  implementation_dba_data: APPS.JTF_TASK_SECURITY_V

  • 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 Foundationdescription: 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 Foundationdescription: 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 Foundationdescription: 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 Foundationdescription: 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