Search Results css_def_defects_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.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_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_TERR_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_ALL, object_name:JTF_TERR_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the definition of the territories. There are 3 categories of territories, Standard, Escalation and Template. Information stored in this table also includes comment about this territory, effective dates, and what type of territory it , implementation_dba_data: JTF.JTF_TERR_ALL ,
-
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_TERR_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_ALL, object_name:JTF_TERR_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the definition of the territories. There are 3 categories of territories, Standard, Escalation and Template. Information stored in this table also includes comment about this territory, effective dates, and what type of territory it , implementation_dba_data: JTF.JTF_TERR_ALL ,
-
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.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 ,
-
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 ,