Search Results okl_df_ctgy_rmk_tms_all




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.
The user's search for "css_def_defects_b" is directly relevant, as CSS_DEF_DEFECTS_B.PHASE_OWNER_ID is a foreign key to this table, establishing team ownership for defects.

  • 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