Search Results jtf_qual_types
Overview
JTF_QUAL_TYPES is a VALID Oracle E-Business Suite view owned by the APPS schema and registered under the JTF – CRM Foundation product family. In both release 12.1.1 and 12.2.2, the object is documented as functionally identical to the JTF_QUAL_TYPES_ALL table, exposing qualification type definitions used by CRM applications for territory qualification and related rule-driven selection logic. Rather than storing its own data, the view presents a filtered, translated projection of the underlying qualification type records, resolving the descriptive meaning of each type through a join to the FND_LOOKUPS lookup view. This design places JTF_QUAL_TYPES at the intersection of CRM Foundation setup data and standard Oracle lookup configuration, making it a convenient read-only access point for reporting, data extraction, and integration interfaces that need qualification type metadata without navigating the multi-organization base table directly.
Underlying Base Objects
The view is defined over two principal sources. The first is JTF_QUAL_TYPES_ALL, referenced in ETRM as a synonym within the APPS schema, which holds the qualification type definitions including the selection and restriction criteria fragments and the operating unit context carried in ORG_ID. The second is FND_LOOKUPS, the standard lookup view, which supplies the human-readable meaning for each type. The join condition links JTF_QUAL_TYPES_ALL.NAME to FND_LOOKUPS.LOOKUP_CODE and constrains FND_LOOKUPS.LOOKUP_TYPE to the value 'JTF_TERR_QUAL_TYPES', ensuring only territory qualification type codes participate in the result set. Because the view text references organization-scoped data, its effective behavior is influenced by the session's organization context, and the documented metadata additionally references FND_GLOBAL (PACKAGE), consistent with the view's dependency on session-level environment functions.
Key Columns
The view exposes the standard audit columns (LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN) alongside functional attributes. QUAL_TYPE_ID is the primary identifier for each qualification type. NAME carries the lookup code, while DESCRIPTION is derived from the lookup MEANING rather than from the table's own column, which is the principal behavioral difference introduced by the view. SELECT_CLAUSE and WHERE_CLAUSE store the SQL fragments that define how qualifying records are selected and restricted. VIEW_NAME and VIEW_DDL_FILENAME identify the database view and DDL artifact associated with the qualification type. RELATED_ID1 through RELATED_ID5 provide five generic reference slots used for application-specific linkage. ORG_ID identifies the operating unit to which the definition belongs.
Common Use Cases and Queries
Typical usage includes validating that a qualification type is properly registered as a JTF_TERR_QUAL_TYPES lookup, auditing the selection and restriction logic attached to each type, and feeding qualification metadata into custom reporting or integration extracts. A basic listing query is:
- SELECT qual_type_id, name, description, view_name FROM jtf_qual_types ORDER BY name;
- SELECT qual_type_id, select_clause, where_clause FROM jtf_qual_types WHERE org_id = :p_org_id;
- SELECT q.name, q.description, q.view_ddl_filename FROM jtf_qual_types q WHERE q.name = :p_lookup_code;
Because DESCRIPTION originates from FND_LOOKUPS, any type whose NAME lacks a corresponding lookup entry under LOOKUP_TYPE 'JTF_TERR_QUAL_TYPES' will not appear in the view. Integrations should therefore treat JTF_QUAL_TYPES as the reporting-friendly interface and JTF_QUAL_TYPES_ALL as the authoritative source when unregistered or internally generated type codes must be retrieved.
-
View: JTF_QUAL_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_QUAL_TYPES, object_name:JTF_QUAL_TYPES, status:VALID, product: JTF - CRM Foundation , description: Same as JTF_QUAL_TYPES_ALL table , implementation_dba_data: APPS.JTF_QUAL_TYPES ,
-
View: JTF_QUAL_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_QUAL_TYPES, object_name:JTF_QUAL_TYPES, status:VALID, product: JTF - CRM Foundation , description: Same as JTF_QUAL_TYPES_ALL table , implementation_dba_data: APPS.JTF_QUAL_TYPES ,
-
VIEW: APPS.JTF_TYPE_QTYPE_USGS_V
12.1.1
-
VIEW: APPS.JTF_TYPE_QTYPE_USGS_V
12.2.2
-
VIEW: APPS.JTF_TERR_RSC_ACCESS_V
12.1.1
-
VIEW: APPS.JTF_TERR_TRANSACTIONS_V
12.2.2
-
VIEW: APPS.JTF_TERR_QUALIFIERS_V
12.2.2
-
VIEW: APPS.JTF_TERR_TRANSACTIONS_V
12.1.1
-
VIEW: APPS.JTF_TERR_RSC_ACCESS_V
12.2.2
-
VIEW: APPS.JTF_TERR_QUALIFIERS_V
12.1.1
-
VIEW: APPS.AS_TERRITORIES_V
12.2.2
-
VIEW: APPS.AS_TERRITORIES_V
12.1.1
-
VIEW: APPS.JTF_TYPE_TRANSACTIONS_V
12.1.1
-
VIEW: APPS.JTF_TYPE_TRANSACTIONS_V
12.2.2
-
VIEW: APPS.JTF_TERR_TYPE_QUALIFIERS_V
12.2.2
-
View: JTF_TERR_QUALIFIERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_QUALIFIERS_V, object_name:JTF_TERR_QUALIFIERS_V, status:VALID, product: JTF - CRM Foundation , description: This shows the qualifiers used to define a territory. , implementation_dba_data: APPS.JTF_TERR_QUALIFIERS_V ,
-
View: JTF_TERR_QUALIFIERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_QUALIFIERS_V, object_name:JTF_TERR_QUALIFIERS_V, status:VALID, product: JTF - CRM Foundation , description: This shows the qualifiers used to define a territory. , implementation_dba_data: APPS.JTF_TERR_QUALIFIERS_V ,
-
VIEW: APPS.JTF_SEEDED_QUAL_USGS_V
12.1.1
-
VIEW: APPS.JTF_TERR_TYPE_QUALIFIERS_V
12.1.1
-
VIEW: APPS.JTF_SEEDED_QUAL_USGS_V
12.2.2
-
TABLE: JTF.JTF_QUAL_TYPE_USGS_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_QUAL_TYPE_USGS_ALL, object_name:JTF_QUAL_TYPE_USGS_ALL, status:VALID,
-
View: JTF_TYPE_QTYPE_USGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TYPE_QTYPE_USGS_V, object_name:JTF_TYPE_QTYPE_USGS_V, status:VALID, product: JTF - CRM Foundation , description: Shows Territory Type's qualifer type usage description , implementation_dba_data: APPS.JTF_TYPE_QTYPE_USGS_V ,
-
View: JTF_TYPE_QTYPE_USGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TYPE_QTYPE_USGS_V, object_name:JTF_TYPE_QTYPE_USGS_V, status:VALID, product: JTF - CRM Foundation , description: Shows Territory Type's qualifer type usage description , implementation_dba_data: APPS.JTF_TYPE_QTYPE_USGS_V ,
-
Table: JTF_QUAL_TYPE_USGS_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_QUAL_TYPE_USGS_ALL, object_name:JTF_QUAL_TYPE_USGS_ALL, status:VALID, product: JTF - CRM Foundation , description: This is an intersection table between JTF_SOURCES and JTF_QUAL_TYPES. This is the source of the qualifier type. , implementation_dba_data: JTF.JTF_QUAL_TYPE_USGS_ALL ,
-
TABLE: JTF.JTF_QUAL_TYPE_USGS_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_QUAL_TYPE_USGS_ALL, object_name:JTF_QUAL_TYPE_USGS_ALL, status:VALID,
-
Table: JTF_QUAL_TYPE_USGS_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_QUAL_TYPE_USGS_ALL, object_name:JTF_QUAL_TYPE_USGS_ALL, status:VALID, product: JTF - CRM Foundation , description: This is an intersection table between JTF_SOURCES and JTF_QUAL_TYPES. This is the source of the qualifier type. , implementation_dba_data: JTF.JTF_QUAL_TYPE_USGS_ALL ,
-
View: JTF_QUAL_TYPE_DENORM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_QUAL_TYPE_DENORM_V, object_name:JTF_QUAL_TYPE_DENORM_V, status:VALID, product: JTF - CRM Foundation , description: De-normalized view of JTF_QUAL_TYPES table. , implementation_dba_data: APPS.JTF_QUAL_TYPE_DENORM_V ,
-
PACKAGE BODY: APPS.JTF_TERR_DIAGNOSTIC_TEST
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TERR_DIAGNOSTIC_TEST, status:VALID,
-
View: JTF_QUAL_TYPE_DENORM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_QUAL_TYPE_DENORM_V, object_name:JTF_QUAL_TYPE_DENORM_V, status:VALID, product: JTF - CRM Foundation , description: De-normalized view of JTF_QUAL_TYPES table. , implementation_dba_data: APPS.JTF_QUAL_TYPE_DENORM_V ,
-
PACKAGE BODY: APPS.JTF_TERR_ENGINE_GEN2_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TERR_ENGINE_GEN2_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_TERR_ENGINE_GEN2_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TERR_ENGINE_GEN2_PVT, status:VALID,
-
View: JTF_TERR_RSC_ACCESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_RSC_ACCESS_V, object_name:JTF_TERR_RSC_ACCESS_V, status:VALID, product: JTF - CRM Foundation , description: This shows the access types that a resource has to a territory. , implementation_dba_data: APPS.JTF_TERR_RSC_ACCESS_V ,
-
PACKAGE BODY: APPS.JTF_TERR_JSP_REPORTS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TERR_JSP_REPORTS, status:VALID,
-
View: JTF_TERR_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_TRANSACTIONS_V, object_name:JTF_TERR_TRANSACTIONS_V, status:VALID, product: JTF - CRM Foundation , description: This view shows the transactions that are assigned to a territory. , implementation_dba_data: APPS.JTF_TERR_TRANSACTIONS_V ,
-
PACKAGE BODY: APPS.JTF_TERR_DIAGNOSTIC_TEST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TERR_DIAGNOSTIC_TEST, status:VALID,
-
View: JTF_TERR_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_TRANSACTIONS_V, object_name:JTF_TERR_TRANSACTIONS_V, status:VALID, product: JTF - CRM Foundation , description: This view shows the transactions that are assigned to a territory. , implementation_dba_data: APPS.JTF_TERR_TRANSACTIONS_V ,
-
View: JTF_TERR_RSC_ACCESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_RSC_ACCESS_V, object_name:JTF_TERR_RSC_ACCESS_V, status:VALID, product: JTF - CRM Foundation , description: This shows the access types that a resource has to a territory. , implementation_dba_data: APPS.JTF_TERR_RSC_ACCESS_V ,
-
PACKAGE BODY: APPS.JTF_TERR_JSP_REPORTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TERR_JSP_REPORTS, status:VALID,
-
SYNONYM: APPS.JTF_QUAL_TYPES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_QUAL_TYPES_ALL, status:VALID,
-
SYNONYM: APPS.JTF_QUAL_TYPES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_QUAL_TYPES_ALL, status:VALID,
-
View: JTF_TYPE_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TYPE_TRANSACTIONS_V, object_name:JTF_TYPE_TRANSACTIONS_V, status:VALID, product: JTF - CRM Foundation , description: Shows the transaction types ( Qualifier types) associated with a Territory Type , implementation_dba_data: APPS.JTF_TYPE_TRANSACTIONS_V ,
-
View: AS_TERRITORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_TERRITORIES_V, object_name:AS_TERRITORIES_V, status:VALID, product: AS - Sales Foundation , description: Territories view , implementation_dba_data: APPS.AS_TERRITORIES_V ,
-
View: JTF_TYPE_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TYPE_TRANSACTIONS_V, object_name:JTF_TYPE_TRANSACTIONS_V, status:VALID, product: JTF - CRM Foundation , description: Shows the transaction types ( Qualifier types) associated with a Territory Type , implementation_dba_data: APPS.JTF_TYPE_TRANSACTIONS_V ,
-
PACKAGE BODY: APPS.JTF_TERRITORY_RESOURCE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TERRITORY_RESOURCE_PVT, status:VALID,
-
View: AS_TERRITORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_TERRITORIES_V, object_name:AS_TERRITORIES_V, status:VALID, product: AS - Sales Foundation , description: Territories view , implementation_dba_data: APPS.AS_TERRITORIES_V ,
-
PACKAGE BODY: APPS.JTF_TERRITORY_RESOURCE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TERRITORY_RESOURCE_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_TERR_ENGINE_GEN_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TERR_ENGINE_GEN_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_TERR_ENGINE_GEN_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TERR_ENGINE_GEN_PVT, status:VALID,
-
View: JTF_TERR_TYPE_QUALIFIERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_TYPE_QUALIFIERS_V, object_name:JTF_TERR_TYPE_QUALIFIERS_V, status:VALID, product: JTF - CRM Foundation , description: Shows Territory Type's qualifer type usage and the qualifer details. , implementation_dba_data: APPS.JTF_TERR_TYPE_QUALIFIERS_V ,
-
View: JTF_TERR_TYPE_QUALIFIERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_TYPE_QUALIFIERS_V, object_name:JTF_TERR_TYPE_QUALIFIERS_V, status:VALID, product: JTF - CRM Foundation , description: Shows Territory Type's qualifer type usage and the qualifer details. , implementation_dba_data: APPS.JTF_TERR_TYPE_QUALIFIERS_V ,