Search Results jtf_rs_teams_b
Overview
The JTF_RS_TEAMS_B table is a core data structure within the Oracle E-Business Suite CRM Foundation (JTF) module. It serves as the base table for storing the fundamental, non-translatable attributes of a Team entity. In the context of Oracle EBS 12.1.1 and 12.2.2, teams are a fundamental organizational construct used to group resources (individuals or other teams) for assignment, collaboration, and ownership across numerous CRM and related applications. This table acts as the central source of truth for team definitions, enabling the assignment of work objects like service requests, defects, and tasks to a collective group rather than an individual.
Key Information Stored
While the provided metadata does not list specific columns, the table's primary key is documented as TEAM_ID, a unique identifier for each team record. Based on its role as a base table and common patterns in JTF resource management, it typically stores operational attributes such as the team's name, start and end dates (defining its active period), and creation metadata (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN). The table likely includes columns for categorization, such as TEAM_TYPE, and may link to other foundational tables like JTF_RS_GROUPS_B. For the full descriptive name of the team, one must join to the corresponding translation table, JTF_RS_TEAMS_TL, which stores language-specific team names.
Common Use Cases and Queries
This table is central to queries involving team-based ownership and resource grouping. A primary use case is identifying the team responsible for a specific work item, such as a defect or service request. For example, to find all defects owned by a specific team, one would join CSS_DEF_DEFECTS_B to JTF_RS_TEAMS_B on CSS_DEF_DEFECTS_B.PHASE_OWNER_ID = JTF_RS_TEAMS_B.TEAM_ID. Common reporting needs include listing all active teams, enumerating team members via JTF_RS_TEAM_MEMBERS, and analyzing team usage across different application modules via JTF_RS_TEAM_USAGES. A typical query to retrieve active teams with their members would involve joining JTF_RS_TEAMS_B to JTF_RS_TEAM_MEMBERS and potentially to JTF_RS_RESOURCE_EXTNS_V for member details.
Related Objects
As documented in the foreign key relationships, JTF_RS_TEAMS_B is a heavily referenced entity. Key related objects include:
- Translation Table: JTF_RS_TEAMS_TL provides multilingual team names.
- Child Tables: JTF_RS_TEAM_MEMBERS (team composition) and JTF_RS_TEAM_USAGES (module assignments).
- Application-Specific References: The table is referenced as an owner/assignee in tables from Service (CS_INCIDENTS_ALL_B), Complex Service (CSS_DEF_DEFECTS_B, CSS_DEF_DEF_CONTACTS), and Financials (OKL_* tables), demonstrating its cross-module integration.
- Resource Management: Linked to JTF_RS_ROLE_RELATIONS, connecting teams to functional roles within the resource manager.
-
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 Foundation , description: 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.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 Foundation , description: 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_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_TEAMS_TL, object_name:JTF_RS_TEAMS_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for JTF_RS_TEAMS_B. It is used to store all columns and data that are needed for Multi-Language Support. , implementation_dba_data: JTF.JTF_RS_TEAMS_TL ,
-
Table: JTF_RS_TEAMS_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_TEAMS_TL, object_name:JTF_RS_TEAMS_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for JTF_RS_TEAMS_B. It is used to store all columns and data that are needed for Multi-Language Support. , implementation_dba_data: JTF.JTF_RS_TEAMS_TL ,
-
Table: JTF_RS_TEAM_USAGES
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_TEAM_USAGES, object_name:JTF_RS_TEAM_USAGES, status:VALID, product: JTF - CRM Foundation , description: This table stores the usages which are assigned to be teams. Primary key is team_usage_id. Team_id and usage are unique key. , implementation_dba_data: JTF.JTF_RS_TEAM_USAGES ,
-
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 Foundation , description: 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 ,
-
View: CAC_TASK_RS_TEAMS_SEC
12.2.2
product: JTF - CRM Foundation , implementation_dba_data: Not implemented in this database ,
-
View: CAC_TASK_RS_TEAMS_SEC
12.1.1
product: JTF - CRM Foundation , implementation_dba_data: Not implemented in this database ,
-
Table: JTF_RS_TEAM_USAGES
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_TEAM_USAGES, object_name:JTF_RS_TEAM_USAGES, status:VALID, product: JTF - CRM Foundation , description: This table stores the usages which are assigned to be teams. Primary key is team_usage_id. Team_id and usage are unique key. , implementation_dba_data: JTF.JTF_RS_TEAM_USAGES ,
-
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 Foundation , description: 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 Foundation , description: 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_TEAMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_TEAMS_VL, object_name:JTF_RS_TEAMS_VL, status:VALID, product: JTF - CRM Foundation , description: MLS View forJTF_RS_TEAMS_B and JTF_RS_TEAMS_TL. , implementation_dba_data: APPS.JTF_RS_TEAMS_VL ,
-
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 Foundation , description: 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_TEAMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_TEAMS_VL, object_name:JTF_RS_TEAMS_VL, status:VALID, product: JTF - CRM Foundation , description: MLS View forJTF_RS_TEAMS_B and JTF_RS_TEAMS_TL. , implementation_dba_data: APPS.JTF_RS_TEAMS_VL ,