Search Results jtf_tty_acct_qual_maps
Overview
The table JTF_TTY_ACCT_QUAL_MAPS is a core data object within the Oracle E-Business Suite CRM Foundation (JTF) module. It functions as a mapping or junction table that establishes relationships between Named Accounts and Qualification Usages. In the context of Oracle EBS 12.1.1 and 12.2.2, this table is essential for managing and associating specific business qualification criteria with high-value customer accounts, a common requirement in enterprise Customer Relationship Management. Its role is to store the logical links that define which qualification rules or attributes are applicable to specific named accounts, enabling targeted marketing, sales, and service processes.
Key Information Stored
The primary data stored in JTF_TTY_ACCT_QUAL_MAPS consists of foreign key references that create the mapping. The key columns include ACCOUNT_QUAL_MAP_ID, which serves as the unique primary key identifier for each mapping record. The NAMED_ACCOUNT_ID column holds a reference to a specific account defined in the JTF_TTY_NAMED_ACCTS table. The QUAL_USG_ID column holds a reference to a qualification usage definition stored in the JTF_QUAL_USGS_ALL table. Together, these columns create a many-to-many relationship, allowing a single named account to be associated with multiple qualification usages and vice versa.
Common Use Cases and Queries
A primary use case is retrieving all qualification rules associated with a particular named account for segmentation or campaign targeting. Conversely, administrators may query which high-value accounts are subject to a specific business qualification. A common reporting need is to list all active account-qualification mappings. Sample SQL patterns include joining to the related tables to get descriptive names:
- SELECT nacct.NAME, qual.QUAL_USG_NAME FROM jtf.jtf_tty_acct_qual_maps map, jtf.jtf_tty_named_accts nacct, jtf.jtf_qual_usgs_all qual WHERE map.named_account_id = nacct.named_account_id AND map.qual_usg_id = qual.qual_usg_id;
- Data maintenance operations, such as inserting new mappings or invalidating obsolete ones, are also typical, often performed via seeded APIs or custom scripts.
Related Objects
JTF_TTY_ACCT_QUAL_MAPS has defined foreign key relationships with two primary tables, as documented in the ETRM metadata. These relationships are critical for data integrity and query joins:
- JTF_TTY_NAMED_ACCTS: This table is referenced via the column JTF_TTY_ACCT_QUAL_MAPS.NAMED_ACCOUNT_ID. It stores the master list of designated Named Accounts within the system.
- JTF_QUAL_USGS_ALL: This table is referenced via the column JTF_TTY_ACCT_QUAL_MAPS.QUAL_USG_ID. It contains the definitions for various qualification usages applied across CRM processes.
The table's primary key constraint, JTF_TTY_ACCT_QUAL_MAPS_PK, ensures the uniqueness of each ACCOUNT_QUAL_MAP_ID. These relationships position this mapping table as a central hub connecting account master data with business rule definitions.
-
Table: JTF_TTY_ACCT_QUAL_MAPS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ACCT_QUAL_MAPS, object_name:JTF_TTY_ACCT_QUAL_MAPS, status:VALID, product: JTF - CRM Foundation , description: This table stores mapping for Named Accounts , implementation_dba_data: JTF.JTF_TTY_ACCT_QUAL_MAPS ,
-
Table: JTF_TTY_ACCT_QUAL_MAPS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ACCT_QUAL_MAPS, object_name:JTF_TTY_ACCT_QUAL_MAPS, status:VALID, product: JTF - CRM Foundation , description: This table stores mapping for Named Accounts , implementation_dba_data: JTF.JTF_TTY_ACCT_QUAL_MAPS ,
-
APPS.JTF_TTY_GEN_TERR_PVT dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.1.1
-
APPS.JTF_TERR_ENGINE_GEN_PVT dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.1.1
-
APPS.JTF_TTY_NA_WF dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.1.1
-
APPS.JTF_TTY_NA_TERRGP dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.2.2
-
APPS.JTF_TERR_NA_MERGE_PUB dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.2.2
-
APPS.JTF_TTY_MAINTAIN_NA_PVT dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.2.2
-
APPS.JTF_TERR_NAMED_ACCOUNT dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.2.2
-
APPS.JTF_TTY_MAINTAIN_NA_PVT dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.1.1
-
APPS.JTF_TERR_NAMED_ACCOUNT dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.1.1
-
APPS.JTF_TTY_GEN_TERR_PVT dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.2.2
-
APPS.JTF_TERR_ENGINE_GEN_PVT dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.2.2
-
APPS.JTF_TTY_NA_WF dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.2.2
-
APPS.JTF_TERR_NA_MERGE_PUB dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.1.1
-
APPS.JTF_TTY_NA_GEO_TERR_PVT dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.2.2
-
APPS.JTF_TTY_NA_TERRGP dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.1.1
-
APPS.JTF_TTY_NA_GEO_TERR_PVT dependencies on JTF_TTY_ACCT_QUAL_MAPS
12.1.1
-
APPS.JTF_TERR_NAMED_ACCOUNT SQL Statements
12.1.1
-
APPS.JTF_TERR_NAMED_ACCOUNT SQL Statements
12.2.2
-
APPS.JTF_TERR_NA_MERGE_PUB SQL Statements
12.2.2
-
APPS.JTF_TTY_NA_WF dependencies on JTF_TTY_ACCT_QUAL_MAPS_S
12.1.1
-
APPS.JTF_TTY_NA_WF dependencies on JTF_TTY_ACCT_QUAL_MAPS_S
12.2.2
-
APPS.JTF_TERR_NA_MERGE_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JTF_TERR_NAMED_ACCOUNT
12.1.1
-
VIEW: JTF.JTF_TTY_ACCT_QUAL_MAPS#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_TTY_ACCT_QUAL_MAPS#, status:VALID,
-
PACKAGE BODY: APPS.JTF_TERR_NAMED_ACCOUNT
12.2.2
-
SYNONYM: APPS.JTF_TTY_ACCT_QUAL_MAPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TTY_ACCT_QUAL_MAPS, status:VALID,
-
SYNONYM: APPS.JTF_TTY_ACCT_QUAL_MAPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TTY_ACCT_QUAL_MAPS, status:VALID,
-
APPS.JTF_TTY_NA_WF dependencies on DUAL
12.2.2
-
VIEW: JTF.JTF_TTY_ACCT_QUAL_MAPS#
12.2.2
-
APPS.JTF_TTY_NA_WF dependencies on JTF_TTY_NAMED_ACCT_RSC
12.2.2
-
APPS.JTF_TTY_NA_WF dependencies on DUAL
12.1.1
-
APPS.JTF_TTY_NA_WF dependencies on JTF_TTY_NAMED_ACCT_RSC
12.1.1
-
TABLE: JTF.JTF_TTY_ACCT_QUAL_MAPS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ACCT_QUAL_MAPS, object_name:JTF_TTY_ACCT_QUAL_MAPS, status:VALID,
-
TABLE: JTF.JTF_TTY_ACCT_QUAL_MAPS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ACCT_QUAL_MAPS, object_name:JTF_TTY_ACCT_QUAL_MAPS, status:VALID,
-
Table: JTF_TTY_NAMED_ACCTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_NAMED_ACCTS, object_name:JTF_TTY_NAMED_ACCTS, status:VALID, product: JTF - CRM Foundation , description: Stores Named Accounts , implementation_dba_data: JTF.JTF_TTY_NAMED_ACCTS ,
-
APPS.JTF_TTY_NA_WF dependencies on JTF_TTY_NAMED_ACCTS
12.2.2
-
APPS.JTF_TTY_GEN_TERR_PVT dependencies on JTF_TERR_VALUES_ALL
12.2.2
-
APPS.JTF_TTY_GEN_TERR_PVT dependencies on JTF_TERR_VALUES_ALL
12.1.1
-
PACKAGE BODY: APPS.JTF_TERR_NAMED_ACCOUNT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TERR_NAMED_ACCOUNT, status:VALID,
-
PACKAGE BODY: APPS.JTF_TERR_NAMED_ACCOUNT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TERR_NAMED_ACCOUNT, status:VALID,
-
Table: JTF_TTY_NAMED_ACCTS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_NAMED_ACCTS, object_name:JTF_TTY_NAMED_ACCTS, status:VALID, product: JTF - CRM Foundation , description: Stores Named Accounts , implementation_dba_data: JTF.JTF_TTY_NAMED_ACCTS ,
-
APPS.JTF_TERR_NA_MERGE_PUB dependencies on JTF_TTY_TERR_GRP_ACCTS
12.2.2
-
APPS.JTF_TERR_NA_MERGE_PUB dependencies on JTF_TTY_TERR_GRP_ACCTS
12.1.1
-
APPS.JTF_TTY_NA_WF dependencies on JTF_TTY_NAMED_ACCTS
12.1.1
-
PACKAGE BODY: APPS.JTF_TERR_NA_MERGE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TERR_NA_MERGE_PUB, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.JTF_TERR_NA_MERGE_PUB
12.2.2