Search Results jtf_qual_usgs_all
Overview
The JTF_QUAL_USGS_ALL table is a core data object within the Oracle E-Business Suite CRM Foundation (JTF) module, specifically in releases 12.1.1 and 12.2.2. It functions as a pivotal junction table that defines and stores the valid associations between specific qualification rules (qualifiers) and the transaction types of business sources. Its primary role is to govern which qualification criteria can be applied to which types of business transactions, such as sales orders or service requests, thereby enforcing data integrity and business logic within the CRM framework. The table's "ALL" suffix indicates it is a multi-organization enabled table, storing data for all operating units.
Key Information Stored
While the provided metadata does not list all columns, the primary and foreign key relationships reveal the critical data elements. The central column is QUAL_USG_ID, the unique primary key identifier for each qualifier-to-source-type association record. Two essential foreign key columns define the relationship: SEEDED_QUAL_ID links to a specific seeded qualification rule in JTF_SEEDED_QUAL_ALL_B, and QUAL_TYPE_USG_ID links to a source and transaction type combination defined in the JTF_QUAL_TYPE_USGS_ALL table. This structure ensures that every record in JTF_QUAL_USGS_ALL represents a precise, authorized link between a qualification definition and a transactional context.
Common Use Cases and Queries
A primary use case is the validation and administration of qualification rules during CRM transaction processing. For instance, when a user attempts to apply a qualification to an account or territory assignment, the system references this table to confirm the rule is permitted for that transaction source. Common queries involve listing all qualifiers available for a specific source type or identifying the usage context of a particular seeded qualifier. A sample SQL pattern to retrieve this information is:
- SELECT qa.qual_usg_id, sq.qualifier_name, qtus.source_code, qtus.transaction_type_id FROM jtf_qual_usgs_all qa, jtf_seeded_qual_all_b sq, jtf_qual_type_usgs_all qtus WHERE qa.seeded_qual_id = sq.seeded_qual_id AND qa.qual_type_usg_id = qtus.qual_type_usg_id;
This data is also fundamental for reports analyzing the configuration and coverage of business rules across different sales or service channels.
Related Objects
The JTF_QUAL_USGS_ALL table sits at the center of a key relationship hierarchy within the JTF schema. It references two parent tables and is referenced by several child tables that extend its associations into other functional areas.
- Referenced Parent Tables:
- JTF_SEEDED_QUAL_ALL_B: Via the SEEDED_QUAL_ID column. This provides the specific qualification rule definition.
- JTF_QUAL_TYPE_USGS_ALL: Via the QUAL_TYPE_USG_ID column. This provides the source system (e.g., ONT for Order Management) and transaction type context.
- Referencing Child Tables:
- JTF_TERR_QUAL_ALL: Uses QUAL_USG_ID to assign qualifier usage to specific territories.
- JTF_TERR_TYPE_QUAL_ALL: Uses QUAL_USG_ID to assign qualifier usage to territory types.
- JTF_TTY_ACCT_QUAL_MAPS: Uses QUAL_USG_ID to map qualifier usage to specific account types.
-
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 ,
-
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 ,
-
APPS.JTY_TERR_ENGINE_GEN2_PVT dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.AS_SALES_LEAD_ASSIGN_PVT dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTF_TTY_PROD_CAT_MIGRATE_PVT dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTF_TTY_GEO_TERRGP dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTF_TERR_ENGINE_GEN2_PVT dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTF_TAE_CONTROL_PVT dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTF_TERR_DIAGNOSTIC_TEST dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTF_TERR_ENGINE_GEN_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTY_TAE_CONTROL_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTF_TTY_PROD_CAT_MIGRATE_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTY_TERR_DENORM_RULES_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTF_TERRITORY_PVT dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTY_CUST_QUAL_PKG dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTF_TERR_ENGINE_GEN2_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTY_TERR_DENORM_RULES_PVT dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTY_MIGRATION_PVT dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTF_TERR_DENORM_RULES_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTY_TAE_GEN_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.PV_TERR_ASSIGN_PUB dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTF_TAE_CONTROL_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTY_MISC_UTILS_PKG dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTY_COLLECTION_MIGRATION_PKG dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTF_TERR_DENORM_RULES_PVT dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTY_CUST_QUAL_PKG dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTY_TAE_GEN_PVT dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTY_MISC_UTILS_PKG dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTY_COLLECTION_MIGRATION_PKG dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTF_TTY_GEO_TERRGP dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTY_TERR_ENGINE_GEN2_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTF_TAE_GEN_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTF_TERR_JSP_REPORTS dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTF_TERR_ENGINE_GEN_PVT dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTY_MIGRATION_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTY_TERR_SPARES_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTF_TERRITORY_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.JTF_TAE_GEN_PVT dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTY_TAE_CONTROL_PVT dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTF_TERR_JSP_LOV_RECS_PUB dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTF_TERR_JSP_REPORTS dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTF_TERR_DIAGNOSTIC_TEST dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTF_TERR_JSP_LOV_RECS_PUB dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.AS_SALES_LEAD_ASSIGN_PVT dependencies on JTF_QUAL_USGS_ALL
12.2.2
-
APPS.PV_TERR_ASSIGN_PUB dependencies on JTF_QUAL_USGS_ALL
12.1.1
-
APPS.JTY_TERR_DENORM_RULES_PVT dependencies on JTF_TERR_QUAL_ALL
12.1.1
-
APPS.JTF_TERRITORY_PVT dependencies on JTF_QUAL_USGS
12.2.2
-
APPS.JTF_TERRITORY_PVT dependencies on JTF_QUAL_USGS
12.1.1
-
APPS.JTF_TERR_JSP_REPORTS dependencies on JTF_TERR_QUAL_ALL
12.2.2
-
APPS.JTF_TERR_JSP_REPORTS dependencies on JTF_TERR_VALUES_ALL
12.1.1