Search Results jtf_terr_type_qual_all
Overview
The JTF_TERR_TYPE_QUAL_ALL table is a core data object within the Oracle E-Business Suite CRM Foundation (JTF) module, specifically for the Territory Manager functionality. It serves as a critical junction table in the territory definition architecture. Its primary role is to store the association between a defined territory type and the specific qualifiers used to determine membership for territories of that type. This table enables the system to define the precise business rules—such as geography, customer classification, or product line—that automatically assign resources (e.g., sales representatives) to a territory based on transactional data.
Key Information Stored
The table's structure is designed to manage the relationship between territory types and their defining attributes. The most significant columns include the primary key, TERR_TYPE_QUAL_ID, which uniquely identifies each qualifier assignment. The TERR_TYPE_ID is a foreign key that links to the JTF_TERR_TYPES_ALL table, identifying the specific territory type being configured. The QUAL_USG_ID is a foreign key that links to the JTF_QUAL_USGS_ALL table, which holds the master definition of the qualifier itself (e.g., a specific country, state, industry code, or product category). Together, these columns define which qualifier is applied to which territory type, forming the basis of the territory's automatic assignment logic.
Common Use Cases and Queries
A primary use case is the analysis and auditing of territory type configurations. Administrators often need to generate reports listing all qualifiers associated with a given territory type to verify business rules. A common query pattern involves joining to the related master tables to retrieve meaningful names. For example, to list all qualifiers for a specific territory type, one might use:
- SELECT tt.NAME TERR_TYPE_NAME, qu.QUAL_USG_NAME
- FROM JTF_TERR_TYPE_QUAL_ALL ttq,
- JTF_TERR_TYPES_ALL tt,
- JTF_QUAL_USGS_ALL qu
- WHERE ttq.TERR_TYPE_ID = tt.TERR_TYPE_ID
- AND ttq.QUAL_USG_ID = qu.QUAL_USG_ID
- AND tt.NAME = '<Territory_Type_Name>';
This table is also central during the territory assignment engine's runtime, where it is referenced to determine which qualifier values to evaluate against transaction records.
Related Objects
The JTF_TERR_TYPE_QUAL_ALL table has documented foreign key relationships with two key master tables, as per the provided metadata. These relationships are fundamental to its purpose:
- JTF_TERR_TYPES_ALL: Linked via the TERR_TYPE_ID column. This table stores the master definition of territory types (e.g., "Sales Region," "Service Area").
- JTF_QUAL_USGS_ALL: Linked via the QUAL_USG_ID column. This table is the master repository for all available qualifier values that can be used across the system to define territories.
These relationships ensure referential integrity, guaranteeing that every qualifier assigned to a territory type points to a valid type and a valid qualifier definition.
-
Table: JTF_TERR_TYPE_QUAL_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_TYPE_QUAL_ALL, object_name:JTF_TERR_TYPE_QUAL_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the qualifiers that used to define a territory type. , implementation_dba_data: JTF.JTF_TERR_TYPE_QUAL_ALL ,
-
Table: JTF_TERR_TYPE_QUAL_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_TYPE_QUAL_ALL, object_name:JTF_TERR_TYPE_QUAL_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the qualifiers that used to define a territory type. , implementation_dba_data: JTF.JTF_TERR_TYPE_QUAL_ALL ,
-
APPS.JTY_WEBADI_OTH_TERR_UPDATE_PKG dependencies on JTF_TERR_TYPE_QUAL_ALL
12.1.1
-
APPS.JTY_WEBADI_OTH_TERR_UPDATE_PKG dependencies on JTF_TERR_TYPE_QUAL_ALL
12.2.2
-
APPS.JTY_TERR_SPARES_PVT dependencies on JTF_TERR_TYPE_QUAL_ALL
12.2.2
-
APPS.JTF_TERRITORY_PVT dependencies on JTF_TERR_TYPE_QUAL_ALL
12.2.2
-
APPS.JTY_MIGRATION_PVT dependencies on JTF_TERR_TYPE_QUAL_ALL
12.1.1
-
APPS.JTY_MIGRATION_PVT dependencies on JTF_TERR_TYPE_QUAL_ALL
12.2.2
-
View: JTF_TERR_TYPE_QUAL
12.1.1
product: JTF - CRM Foundation , description: Same as JTF_TERR_TYPE_QUAL_ALL table , implementation_dba_data: Not implemented in this database ,
-
VIEW: JTF.JTF_TERR_TYPE_QUAL_ALL#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_TERR_TYPE_QUAL_ALL#, status:VALID,
-
SYNONYM: APPS.JTF_TERR_TYPE_QUAL_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TERR_TYPE_QUAL_ALL, status:VALID,
-
APPS.JTY_TERR_SPARES_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
VIEW: JTF.JTF_TERR_TYPE_QUAL_ALL#
12.2.2
-
View: JTF_TERR_TYPE_QUAL
12.2.2
product: JTF - CRM Foundation , description: Same as JTF_TERR_TYPE_QUAL_ALL table , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.JTF_TERR_TYPE_QUAL_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TERR_TYPE_QUAL_ALL, status:VALID,
-
APPS.JTY_MIGRATION_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTY_TERR_SPARES_PVT dependencies on JTF_TERR_TYPES_ALL
12.2.2
-
APPS.JTY_MIGRATION_PVT dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTY_MIGRATION_PVT dependencies on JTF_TERR_TYPES_ALL
12.2.2
-
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 ,
-
TABLE: JTF.JTF_TERR_TYPE_QUAL_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_TYPE_QUAL_ALL, object_name:JTF_TERR_TYPE_QUAL_ALL, status:VALID,
-
TABLE: JTF.JTF_TERR_TYPE_QUAL_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_TYPE_QUAL_ALL, object_name:JTF_TERR_TYPE_QUAL_ALL, status:VALID,
-
APPS.JTY_MIGRATION_PVT dependencies on JTF_TERR_TYPES_ALL
12.1.1
-
PACKAGE BODY: APPS.JTY_WEBADI_OTH_TERR_UPDATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTY_WEBADI_OTH_TERR_UPDATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTY_TERR_SPARES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTY_TERR_SPARES_PVT, status:VALID,
-
SYNONYM: APPS.JTF_TERR_TYPE_QUAL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TERR_TYPE_QUAL, status:VALID,
-
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 ,
-
SYNONYM: APPS.JTF_TERR_TYPE_QUAL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TERR_TYPE_QUAL, status:VALID,
-
Table: JTF_QUAL_USGS_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_QUAL_USGS_ALL, object_name:JTF_QUAL_USGS_ALL, status:VALID, product: JTF - CRM Foundation , description: This table stores the association between a qualifer and the transaction type of a source via JTF_QUAL_TYPE_USGS (stores association between SOURCES/QUALIFER TYPES tables). , implementation_dba_data: JTF.JTF_QUAL_USGS_ALL ,
-
Table: JTF_QUAL_USGS_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_QUAL_USGS_ALL, object_name:JTF_QUAL_USGS_ALL, status:VALID, product: JTF - CRM Foundation , description: This table stores the association between a qualifer and the transaction type of a source via JTF_QUAL_TYPE_USGS (stores association between SOURCES/QUALIFER TYPES tables). , implementation_dba_data: JTF.JTF_QUAL_USGS_ALL ,
-
PACKAGE BODY: APPS.JTY_MIGRATION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTY_MIGRATION_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTY_MIGRATION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTY_MIGRATION_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTY_WEBADI_OTH_TERR_UPDATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTY_WEBADI_OTH_TERR_UPDATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_TERRITORY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TERRITORY_PVT, status:VALID,
-
APPS.JTF_TERRITORY_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTF_TERRITORY_PVT dependencies on JTF_QUAL_USGS
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.JTY_MIGRATION_PVT SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.JTY_MIGRATION_PVT SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.JTY_TERR_SPARES_PVT SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JTY_TERR_SPARES_PVT
12.2.2