Search Results jtf_tty_terr_groups
Overview
The JTF_TTY_TERR_GROUPS table is a core repository for territory group data within the Oracle E-Business Suite (EBS) CRM Foundation module (JTF). In the context of Oracle EBS 12.1.1 and 12.2.2, it serves as a fundamental component of the territory management system. Territory groups are logical collections of territories, enabling hierarchical structuring and simplified management of complex sales, service, or marketing territories. This table facilitates the grouping mechanism, allowing for the aggregation of individual territories into larger, more manageable units for assignment, reporting, and access control purposes.
Key Information Stored
While the provided ETRM metadata does not list specific column details beyond the primary and foreign keys, the structure and relationships define its critical data. The primary column is TERR_GROUP_ID, which uniquely identifies each territory group record. A significant relational column is PARENT_TERR_ID, which establishes a self-referential or hierarchical link to a parent territory in the JTF_TERR_ALL table. This implies the table stores data that defines the group's identity (TERR_GROUP_ID) and its position within a broader territory hierarchy (via PARENT_TERR_ID). Other attributes likely stored include group name, description, effective dates, and creation metadata, which are standard for setup entities in EBS.
Common Use Cases and Queries
This table is central to operations involving territory hierarchies and group-based assignments. A primary use case is generating reports on the composition of territory groups or rolling up performance metrics from child territories to a parent group level. Administrators query this table to audit group structures or resolve assignment issues. Common SQL patterns include joining the table to its related detail tables to list all components of a specific group. For example, to find all geographic territories assigned to a group, one would join JTF_TTY_TERR_GROUPS to JTF_TTY_GEO_TERR. Another typical query involves hierarchical SQL (CONNECT BY) using the PARENT_TERR_ID to traverse and map the complete territory group hierarchy for a given root node.
Related Objects
The JTF_TTY_TERR_GROUPS table maintains integral relationships with several other key territory management tables, as documented by its foreign key constraints.
- Referenced Parent Table: JTF_TERR_ALL via the column JTF_TTY_TERR_GROUPS.PARENT_TERR_ID. This links a territory group to a master territory record.
- Referencing Child Tables:
- JTF_TTY_GEO_TERR: Links via JTF_TTY_GEO_TERR.TERR_GROUP_ID. This associates geographic territory definitions with a group.
- JTF_TTY_TERR_GRP_ACCTS: Links via JTF_TTY_TERR_GRP_ACCTS.TERR_GROUP_ID. This stores the accounts assigned to a specific territory group.
- JTF_TTY_TERR_GRP_OWNERS: Links via JTF_TTY_TERR_GRP_OWNERS.TERR_GROUP_ID. This defines the resource owners responsible for the group.
- JTF_TTY_TERR_GRP_ROLES: Links via JTF_TTY_TERR_GRP_ROLES.TERR_GROUP_ID. This manages the functional roles and access privileges associated with the territory group.
-
Table: JTF_TTY_TERR_GROUPS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_TERR_GROUPS, object_name:JTF_TTY_TERR_GROUPS, status:VALID, product: JTF - CRM Foundation , description: This table stores territory group data , implementation_dba_data: JTF.JTF_TTY_TERR_GROUPS ,
-
Table: JTF_TTY_TERR_GROUPS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_TERR_GROUPS, object_name:JTF_TTY_TERR_GROUPS, status:VALID, product: JTF - CRM Foundation , description: This table stores territory group data , implementation_dba_data: JTF.JTF_TTY_TERR_GROUPS ,
-
Table: JTF_TTY_TERR_GRP_ROLES
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_TERR_GRP_ROLES, object_name:JTF_TTY_TERR_GRP_ROLES, status:VALID, product: JTF - CRM Foundation , description: This table stores roles for Territory Groups , implementation_dba_data: JTF.JTF_TTY_TERR_GRP_ROLES ,
-
Table: JTF_TTY_TERR_GRP_ROLES
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_TERR_GRP_ROLES, object_name:JTF_TTY_TERR_GRP_ROLES, status:VALID, product: JTF - CRM Foundation , description: This table stores roles for Territory Groups , implementation_dba_data: JTF.JTF_TTY_TERR_GRP_ROLES ,
-
Table: JTF_TTY_TERR_GRP_OWNERS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_TERR_GRP_OWNERS, object_name:JTF_TTY_TERR_GRP_OWNERS, status:VALID, product: JTF - CRM Foundation , description: This table stores owner information for territory groups , implementation_dba_data: JTF.JTF_TTY_TERR_GRP_OWNERS ,
-
Table: JTF_TTY_GEO_TERR
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_GEO_TERR, object_name:JTF_TTY_GEO_TERR, status:VALID, product: JTF - CRM Foundation , description: This table stores Geography Territory data , implementation_dba_data: JTF.JTF_TTY_GEO_TERR ,
-
Table: JTF_TTY_TERR_GRP_ACCTS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_TERR_GRP_ACCTS, object_name:JTF_TTY_TERR_GRP_ACCTS, status:VALID, product: JTF - CRM Foundation , description: This table stores named accounts information for territory groups , implementation_dba_data: JTF.JTF_TTY_TERR_GRP_ACCTS ,
-
Table: JTF_TTY_TERR_GRP_OWNERS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_TERR_GRP_OWNERS, object_name:JTF_TTY_TERR_GRP_OWNERS, status:VALID, product: JTF - CRM Foundation , description: This table stores owner information for territory groups , implementation_dba_data: JTF.JTF_TTY_TERR_GRP_OWNERS ,
-
Table: JTF_TTY_GEO_TERR
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_GEO_TERR, object_name:JTF_TTY_GEO_TERR, status:VALID, product: JTF - CRM Foundation , description: This table stores Geography Territory data , implementation_dba_data: JTF.JTF_TTY_GEO_TERR ,
-
Table: JTF_TTY_TERR_GRP_ACCTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_TERR_GRP_ACCTS, object_name:JTF_TTY_TERR_GRP_ACCTS, status:VALID, product: JTF - CRM Foundation , description: This table stores named accounts information for territory groups , implementation_dba_data: JTF.JTF_TTY_TERR_GRP_ACCTS ,
-
View: JTF_TTY_WEBADI_TERR_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TTY_WEBADI_TERR_GRP_V, object_name:JTF_TTY_WEBADI_TERR_GRP_V, status:VALID, product: JTF - CRM Foundation , description: This view is used for Territory Group LOV for Excel , implementation_dba_data: APPS.JTF_TTY_WEBADI_TERR_GRP_V ,
-
View: JTF_TTY_WEBADI_TERR_GRP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TTY_WEBADI_TERR_GRP_V, object_name:JTF_TTY_WEBADI_TERR_GRP_V, status:VALID, product: JTF - CRM Foundation , description: This view is used for Territory Group LOV for Excel , implementation_dba_data: APPS.JTF_TTY_WEBADI_TERR_GRP_V ,
-
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_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 ,
-
View: JTF_TTY_GEO_TERR_OWNER_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TTY_GEO_TERR_OWNER_LOV_V, object_name:JTF_TTY_GEO_TERR_OWNER_LOV_V, status:VALID, product: JTF - CRM Foundation , description: View for owners of Geography Territories , implementation_dba_data: APPS.JTF_TTY_GEO_TERR_OWNER_LOV_V ,
-
View: JTF_TTY_GEO_TERR_OWNER_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TTY_GEO_TERR_OWNER_LOV_V, object_name:JTF_TTY_GEO_TERR_OWNER_LOV_V, status:VALID, product: JTF - CRM Foundation , description: View for owners of Geography Territories , implementation_dba_data: APPS.JTF_TTY_GEO_TERR_OWNER_LOV_V ,