Search Results jtf_terr_all
Overview
The JTF_TERR_ALL table is a core repository for territory definitions within the Oracle E-Business Suite (EBS), specifically for the JTF (CRM Foundation) module. It serves as the master table for all territory entities, which are fundamental to structuring sales, service, and marketing organizations. The table supports a hierarchical and flexible territory model by storing three distinct categories: Standard territories for operational assignments, Escalation territories for routing exceptions, and Template territories for defining reusable structures. Its central role in the CRM architecture makes it a critical reference point for resource assignment, access control, and transaction routing across multiple EBS products.
Key Information Stored
The table's primary identifier is the TERR_ID column, which is the unique key for every territory record. Essential attributes stored include the TERRITORY_TYPE_ID, which links to the JTF_TERR_TYPES_ALL table to classify the territory category. The table manages hierarchical relationships through self-referencing foreign key columns: PARENT_TERRITORY_ID, TEMPLATE_TERRITORY_ID, and ESCALATION_TERRITORY_ID. Other critical columns track the territory's lifecycle and purpose, such as effective start and end dates (START_DATE_ACTIVE, END_DATE_ACTIVE), a descriptive NAME, and a COMMENT field for administrative notes. The multi-org structure is supported via the ORG_ID column.
Common Use Cases and Queries
A primary use case is generating reports on the territory hierarchy for sales management. A common query retrieves a territory and its immediate parent. For example: SELECT t1.NAME AS TERRITORY, t2.NAME AS PARENT_TERRITORY FROM JTF.JTF_TERR_ALL t1 LEFT JOIN JTF.JTF_TERR_ALL t2 ON t1.PARENT_TERRITORY_ID = t2.TERR_ID WHERE t1.START_DATE_ACTIVE <= SYSDATE AND (t1.END_DATE_ACTIVE IS NULL OR t1.END_DATE_ACTIVE >= SYSDATE);. Another critical scenario involves data validation and integration, such as identifying all transactional records (e.g., service requests from CSS_DEF_AUDIT_HISTORY_B) associated with a specific territory ID for audit or migration purposes. Administrators frequently query this table to manage territory assignments and understand the relationships between standard, escalation, and template territories.
Related Objects
The JTF_TERR_ALL table has extensive relationships, acting as a hub for territory-related data. Its primary key (TERR_ID) is referenced by numerous foreign keys across the application. Key documented relationships include:
- Self-References: JTF_TERR_ALL.PARENT_TERRITORY_ID, .TEMPLATE_TERRITORY_ID, and .ESCALATION_TERRITORY_ID all reference JTF_TERR_ALL.TERR_ID, enabling hierarchy and templates.
- Core CRM Tables: JTF_TERR_RSC_ALL (TERR_ID), JTF_TERR_QUAL_ALL (TERR_ID), and JTF_TERR_USGS_ALL (TERR_ID) store assigned resources, qualifications, and usage rules.
- Service Modules: CSS_DEF_AUDIT_HISTORY_B (TERRITORY_ID) and CSS_DEF_DEFECTS_B (TERRITORY_ID), as noted in the user's search context, link service audit and defect records to territories.
- Other Key References: AS_TERRITORY_ACCESSES (TERRITORY_ID) for security, JTF_EXCEPTIONS_ALL (TERR_ID) for territory rule overrides, and AMS_BASE_SALES_VOL_ALL (MRKT_LEVEL_VALUE) for marketing analytics.
-
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_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_CHANGED_TERR_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_CHANGED_TERR_ALL, object_name:JTF_CHANGED_TERR_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores records of changes to JTF_TERR_ALL, JTF_TERR_VALUES, and JTF_TERR_RSC , implementation_dba_data: JTF.JTF_CHANGED_TERR_ALL ,
-
Table: JTF_CHANGED_TERR_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_CHANGED_TERR_ALL, object_name:JTF_CHANGED_TERR_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores records of changes to JTF_TERR_ALL, JTF_TERR_VALUES, and JTF_TERR_RSC , implementation_dba_data: JTF.JTF_CHANGED_TERR_ALL ,
-
Table: JTF_EXCEPTIONS_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_EXCEPTIONS_ALL, object_name:JTF_EXCEPTIONS_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the exceptions to a territory. Not used. , implementation_dba_data: JTF.JTF_EXCEPTIONS_ALL ,
-
Table: JTF_EXCEPTIONS_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_EXCEPTIONS_ALL, object_name:JTF_EXCEPTIONS_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the exceptions to a territory. Not used. , implementation_dba_data: JTF.JTF_EXCEPTIONS_ALL ,
-
Table: JTF_TERR_QUAL_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_QUAL_ALL, object_name:JTF_TERR_QUAL_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the qualifiers that used to define a territory. , implementation_dba_data: JTF.JTF_TERR_QUAL_ALL ,
-
Table: JTF_TERR_QUAL_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_QUAL_ALL, object_name:JTF_TERR_QUAL_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the qualifiers that used to define a territory. , implementation_dba_data: JTF.JTF_TERR_QUAL_ALL ,
-
Table: JTF_TERR_USGS_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_USGS_ALL, object_name:JTF_TERR_USGS_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the association between territories and the Oracle Application module(s) that use them. , implementation_dba_data: JTF.JTF_TERR_USGS_ALL ,
-
Table: JTF_TERR_USGS_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_USGS_ALL, object_name:JTF_TERR_USGS_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the association between territories and the Oracle Application module(s) that use them. , implementation_dba_data: JTF.JTF_TERR_USGS_ALL ,
-
Table: JTF_TERR_QTYPE_USGS_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_QTYPE_USGS_ALL, object_name:JTF_TERR_QTYPE_USGS_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the transaction types that can be assigned to a territory. , implementation_dba_data: JTF.JTF_TERR_QTYPE_USGS_ALL ,
-
Table: JTF_TERR_QTYPE_USGS_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_QTYPE_USGS_ALL, object_name:JTF_TERR_QTYPE_USGS_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the transaction types that can be assigned to a territory. , implementation_dba_data: JTF.JTF_TERR_QTYPE_USGS_ALL ,
-
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_TERR_RSC_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_RSC_ALL, object_name:JTF_TERR_RSC_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the resources that are assigned to a territory. , implementation_dba_data: JTF.JTF_TERR_RSC_ALL ,
-
View: JTY_ESCALATION_TERRITORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTY_ESCALATION_TERRITORIES_V, object_name:JTY_ESCALATION_TERRITORIES_V, status:VALID, product: JTF - CRM Foundation , description: Escalation Territories , implementation_dba_data: APPS.JTY_ESCALATION_TERRITORIES_V ,
-
Table: JTF_TERR_RSC_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_RSC_ALL, object_name:JTF_TERR_RSC_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the resources that are assigned to a territory. , implementation_dba_data: JTF.JTF_TERR_RSC_ALL ,
-
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 ,
-
View: JTY_ESCALATION_TERRITORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTY_ESCALATION_TERRITORIES_V, object_name:JTY_ESCALATION_TERRITORIES_V, status:VALID, product: JTF - CRM Foundation , description: Escalation Territories , implementation_dba_data: APPS.JTY_ESCALATION_TERRITORIES_V ,
-
Table: JTF_TERR_TYPES_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_TYPES_ALL, object_name:JTF_TERR_TYPES_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the territory type definition. It holds the information about the types of territories defined for your organisation. , implementation_dba_data: JTF.JTF_TERR_TYPES_ALL ,
-
Table: JTF_TERR_TYPES_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_TYPES_ALL, object_name:JTF_TERR_TYPES_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the territory type definition. It holds the information about the types of territories defined for your organisation. , implementation_dba_data: JTF.JTF_TERR_TYPES_ALL ,
-
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 ,
-
View: JTF_TERR
12.1.1
product: JTF - CRM Foundation , description: Territories (multi-org) , implementation_dba_data: Not implemented in this database ,
-
View: JTF_TERR
12.2.2
product: JTF - CRM Foundation , description: Territories (multi-org) , implementation_dba_data: Not implemented in this database ,