Search Results sap crm define transactions type table
The JTF_TERR_TYPE_QUAL_ALL
table is a critical component within Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, specifically designed to support the Territory Manager module. This table serves as a repository for territory type qualification rules, which define the criteria used to associate resources, such as sales representatives or service teams, with specific territories based on predefined attributes. The table is part of the broader JTF (Java Territory Framework) schema, which underpins the territory management functionality in Oracle EBS.
Purpose and Functionality
The primary purpose ofJTF_TERR_TYPE_QUAL_ALL
is to store qualification rules that determine how territories are assigned to resources. These rules are based on attributes such as geographic location, customer segmentation, product categories, or other business-specific criteria. The table acts as a bridge between territory types (defined in JTF_TERR_TYPES_ALL
) and the qualification conditions (stored in JTF_TERR_QUAL_ALL
), ensuring that territories are dynamically allocated to resources based on real-time data.
Key Columns and Structure
The table includes several key columns that define the relationship between territory types and their qualification rules:TERR_TYPE_QUAL_ID
: A unique identifier for each qualification rule.TERR_TYPE_ID
: References the territory type fromJTF_TERR_TYPES_ALL
.QUALIFIER_ID
: Links to the qualification condition inJTF_TERR_QUAL_ALL
.START_DATE_ACTIVE
andEND_DATE_ACTIVE
: Define the validity period of the qualification rule.CREATED_BY
,CREATION_DATE
,LAST_UPDATED_BY
, andLAST_UPDATE_DATE
: Audit columns for tracking changes.
Integration with Other Modules
JTF_TERR_TYPE_QUAL_ALL
integrates with other Oracle EBS modules, such as Order Management, Service Contracts, and Advanced Pricing, to ensure that territory-based rules are consistently applied across the application. For example, when a sales order is created, the system uses the qualification rules in this table to determine the appropriate sales representative based on the customer's location or other attributes.
Multi-Org Support
The table includes theORG_ID
column, enabling multi-org support. This allows organizations to define territory qualification rules specific to different operating units, ensuring data isolation and compliance with organizational hierarchies.
Customization and Extensibility
Oracle EBS provides flexibility to extend the functionality ofJTF_TERR_TYPE_QUAL_ALL
through custom PL/SQL scripts or API calls. Organizations can create additional qualification rules or modify existing ones to align with unique business requirements. The table is also accessible via Oracle's public APIs, such as JTF_TERRITORY_PUB
, which facilitate programmatic manipulation of territory data.
Performance Considerations
Given the critical role of territory management in sales and service operations, performance optimization is essential. Indexes on columns likeTERR_TYPE_ID
and QUALIFIER_ID
are recommended to speed up queries. Additionally, partitioning the table by ORG_ID
or TERR_TYPE_ID
can improve query performance in large deployments.
Conclusion
In summary,JTF_TERR_TYPE_QUAL_ALL
is a foundational table in Oracle EBS 12.1.1 and 12.2.2, enabling dynamic and rule-based territory assignment. Its integration with other modules, support for multi-org structures, and extensibility make it a powerful tool for organizations seeking to optimize their sales and service operations. Proper configuration and performance tuning of this table are essential to ensure efficient territory management.
-
File: CRM Foundation ERD.pdf
12.1.1
product: JTF - CRM Foundation , size: 129.977 KBytes , file_type: PDF Diagram ,
-
File: CRM Foundation ERD.pdf
12.2.2
product: JTF - CRM Foundation , size: 129.977 KBytes , file_type: PDF Diagram ,
-
File: R1159 CRM Overview ERD.pdf
12.1.1
product: FND - Application Object Library , size: 117.375 KBytes , file_type: PDF Diagram ,
-
File: CRM Foundation Notes ERD.pdf
12.1.1
product: JTF - CRM Foundation , size: 8.188 KBytes , file_type: PDF Diagram ,
-
File: CRM Foundation Notes ERD.pdf
12.2.2
product: JTF - CRM Foundation , size: 8.188 KBytes , file_type: PDF Diagram ,
-
File: R1159 CRM Overview ERD.pdf
12.2.2
product: FND - Application Object Library , size: 117.375 KBytes , file_type: PDF Diagram ,
-
File: R1158 CRM Overview ERD.pdf
12.1.1
product: FND - Application Object Library , size: 81.753 KBytes , file_type: PDF Diagram ,
-
File: R1158 CRM Overview ERD.pdf
12.2.2
product: FND - Application Object Library , size: 81.753 KBytes , file_type: PDF Diagram ,
-
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 ,
-
Table: JTF_ACT_TYPES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_ACT_TYPES_B, object_name:JTF_ACT_TYPES_B, status:VALID, product: JTF - CRM Foundation , description: Define the activity type. , implementation_dba_data: JTF.JTF_ACT_TYPES_B ,
-
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_ACT_TYPES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_ACT_TYPES_B, object_name:JTF_ACT_TYPES_B, status:VALID, product: JTF - CRM Foundation , description: Define the activity type. , implementation_dba_data: JTF.JTF_ACT_TYPES_B ,
-
Table: JTF_OBJECT_MAPPINGS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_OBJECT_MAPPINGS, object_name:JTF_OBJECT_MAPPINGS, status:VALID, product: JTF - CRM Foundation , description: Mapping Table between Source and Object Types eg Task Types,Note Types . The point of the table is to allow applications to define mappings to the source for a particular object type. , implementation_dba_data: JTF.JTF_OBJECT_MAPPINGS ,
-
Table: JTF_OBJECT_MAPPINGS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_OBJECT_MAPPINGS, object_name:JTF_OBJECT_MAPPINGS, status:VALID, product: JTF - CRM Foundation , description: Mapping Table between Source and Object Types eg Task Types,Note Types . The point of the table is to allow applications to define mappings to the source for a particular object type. , implementation_dba_data: JTF.JTF_OBJECT_MAPPINGS ,
-
Table: JTF_MSITE_ORGS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_ORGS, object_name:JTF_MSITE_ORGS, status:VALID, product: JTF - CRM Foundation , description: Define the organizations supported by the mini-sites , implementation_dba_data: JTF.JTF_MSITE_ORGS ,
-
Table: JTF_MSITE_ORGS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_ORGS, object_name:JTF_MSITE_ORGS, status:VALID, product: JTF - CRM Foundation , description: Define the organizations supported by the mini-sites , implementation_dba_data: JTF.JTF_MSITE_ORGS ,
-
Table: JTF_SEEDED_QUAL_ALL_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_SEEDED_QUAL_ALL_B, object_name:JTF_SEEDED_QUAL_ALL_B, status:VALID, product: JTF - CRM Foundation , description: This table will contain all the qualifiers that are going to be used to define territories. , implementation_dba_data: JTF.JTF_SEEDED_QUAL_ALL_B ,
-
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_SEEDED_QUAL_ALL_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_SEEDED_QUAL_ALL_B, object_name:JTF_SEEDED_QUAL_ALL_B, status:VALID, product: JTF - CRM Foundation , description: This table will contain all the qualifiers that are going to be used to define territories. , implementation_dba_data: JTF.JTF_SEEDED_QUAL_ALL_B ,
-
Table: JTF_SEEDED_QUAL_ALL_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_SEEDED_QUAL_ALL_TL, object_name:JTF_SEEDED_QUAL_ALL_TL, status:VALID, product: JTF - CRM Foundation , description: This is the MLS support table for the JTF_SEEDED_QUAL_B table. This table will contain all the translations in different languages for the territory qualifiers that are going to be used to define territories. , implementation_dba_data: JTF.JTF_SEEDED_QUAL_ALL_TL ,
-
Table: JTF_SEEDED_QUAL_ALL_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_SEEDED_QUAL_ALL_TL, object_name:JTF_SEEDED_QUAL_ALL_TL, status:VALID, product: JTF - CRM Foundation , description: This is the MLS support table for the JTF_SEEDED_QUAL_B table. This table will contain all the translations in different languages for the territory qualifiers that are going to be used to define territories. , implementation_dba_data: JTF.JTF_SEEDED_QUAL_ALL_TL ,
-
Table: JTF_NAV_NODE_TYPES
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_NAV_NODE_TYPES, object_name:JTF_NAV_NODE_TYPES, status:VALID, product: JTF - CRM Foundation , description: Define the node types that will be shown in the navigator , implementation_dba_data: JTF.JTF_NAV_NODE_TYPES ,
-
Table: JTF_NAV_NODE_TYPES
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_NAV_NODE_TYPES, object_name:JTF_NAV_NODE_TYPES, status:VALID, product: JTF - CRM Foundation , description: Define the node types that will be shown in the navigator , implementation_dba_data: JTF.JTF_NAV_NODE_TYPES ,
-
Table: FV_BE_TRX_HDRS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRX_HDRS, object_name:FV_BE_TRX_HDRS, status:VALID, product: FV - Federal Financials , description: Stores the document information for all budget execution transactions. This is the base table for the header block of the Define Appropriations and Define Fund Distributions forms. , implementation_dba_data: FV.FV_BE_TRX_HDRS ,
-
Table: FV_BE_TRX_HDRS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRX_HDRS, object_name:FV_BE_TRX_HDRS, status:VALID, product: FV - Federal Financials , description: Stores the document information for all budget execution transactions. This is the base table for the header block of the Define Appropriations and Define Fund Distributions forms. , implementation_dba_data: FV.FV_BE_TRX_HDRS ,
-
TABLE: QA.QA_PLAN_TRANSACTIONS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLAN_TRANSACTIONS, object_name:QA_PLAN_TRANSACTIONS, status:VALID,
-
Table: FV_BE_TRX_DTLS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRX_DTLS, object_name:FV_BE_TRX_DTLS, status:VALID, product: FV - Federal Financials , description: Stores the transaction details for all budget execution transactions. This is the base table for the detail block of the Define Appropriations and Define Fund Distributions forms. , implementation_dba_data: FV.FV_BE_TRX_DTLS ,
-
Table: FV_BE_TRX_DTLS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRX_DTLS, object_name:FV_BE_TRX_DTLS, status:VALID, product: FV - Federal Financials , description: Stores the transaction details for all budget execution transactions. This is the base table for the detail block of the Define Appropriations and Define Fund Distributions forms. , implementation_dba_data: FV.FV_BE_TRX_DTLS ,
-
TABLE: QA.QA_PLAN_TRANSACTIONS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLAN_TRANSACTIONS, object_name:QA_PLAN_TRANSACTIONS, status:VALID,
-
TABLE: BIX.BIX_SUM_AGT_PRD
12.1.1
owner:BIX, object_type:TABLE, fnd_design_data:BIX.BIX_SUM_AGT_PRD, object_name:BIX_SUM_AGT_PRD, status:VALID,
-
Lookup Type: JTF_CAL_SHIFT_WEEK_DAYS
12.1.1
product: JTF - CRM Foundation , meaning: Weekdays For Define Shift Forms Calendar , description: Weekdays For Define Shift Forms Calendar ,
-
Lookup Type: JTF_CAL_SHIFT_WEEK_DAYS
12.2.2
product: JTF - CRM Foundation , meaning: Weekdays For Define Shift Forms Calendar , description: Weekdays For Define Shift Forms Calendar ,
-
Lookup Type: GL_ASF_CFG_SETUP_STEP
12.1.1
product: GL - General Ledger , meaning: Accounting Configuration Detail Setup Steps (1) , description: Accounting Configuration Detail Setup Steps (1) ,
-
Lookup Type: GL_ASF_CFG_SETUP_STEP
12.2.2
product: GL - General Ledger , meaning: Accounting Configuration Detail Setup Steps (1) , description: Accounting Configuration Detail Setup Steps (1) ,
-
Table: PA_CC_TP_SCHEDULES_BG
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_TP_SCHEDULES_BG, object_name:PA_CC_TP_SCHEDULES_BG, status:VALID, product: PA - Projects , description: Transfer price schedules which define how transfer price is calculated between the provider and receiver organizations for cross charged labor and non-labor transactions. , implementation_dba_data: PA.PA_CC_TP_SCHEDULES_BG ,
-
Lookup Type: IGF_AP_SYSTEM_SAP_TYPE
12.1.1
product: IGF - Financial Aid , meaning: System SAP Types - Obsolete , description: System SAP Types - Obsolete ,
-
Lookup Type: IGF_AP_SYSTEM_SAP_TYPE
12.2.2
product: IGF - Financial Aid (Obsolete) , meaning: System SAP Types - Obsolete , description: System SAP Types - Obsolete ,
-
Table: PA_CC_TP_SCHEDULES_BG
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_TP_SCHEDULES_BG, object_name:PA_CC_TP_SCHEDULES_BG, status:VALID, product: PA - Projects , description: Transfer price schedules which define how transfer price is calculated between the provider and receiver organizations for cross charged labor and non-labor transactions. , implementation_dba_data: PA.PA_CC_TP_SCHEDULES_BG ,
-
Table: PA_RESOURCE_TXN_ATTRIBUTES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_TXN_ATTRIBUTES, object_name:PA_RESOURCE_TXN_ATTRIBUTES, status:VALID, product: PA - Projects , description: Combination of transaction attributes for a resource that define which transactions to map to the resource , implementation_dba_data: PA.PA_RESOURCE_TXN_ATTRIBUTES ,
-
TABLE: FV.FV_BE_TRX_HDRS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRX_HDRS, object_name:FV_BE_TRX_HDRS, status:VALID,
-
Table: PA_RESOURCE_TXN_ATTRIBUTES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_TXN_ATTRIBUTES, object_name:PA_RESOURCE_TXN_ATTRIBUTES, status:VALID, product: PA - Projects , description: Combination of transaction attributes for a resource that define which transactions to map to the resource , implementation_dba_data: PA.PA_RESOURCE_TXN_ATTRIBUTES ,
-
TABLE: OSM.AS_INTEREST_STATUSES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_STATUSES, object_name:AS_INTEREST_STATUSES, status:VALID,
-
TABLE: OSM.AS_INTEREST_STATUSES
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_STATUSES, object_name:AS_INTEREST_STATUSES, status:VALID,
-
TABLE: FV.FV_BE_TRX_HDRS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRX_HDRS, object_name:FV_BE_TRX_HDRS, status:VALID,
-
Lookup Type: CLN_COLLABORATION_POINT
12.2.2
product: CLN - Supply Chain Trading Connector for RosettaNet , meaning: Collaboration Point , description: Collaboration Point ,
-
Lookup Type: COST_EXCP
12.1.1
product: PA - Projects , meaning: Costing Exceptions , description: Costing Exceptions ,
-
TABLE: OKL.OKL_EXT_FUND_RQNS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_FUND_RQNS_ALL_B, object_name:OKL_EXT_FUND_RQNS_ALL_B, status:VALID,
-
TABLE: EC.ECE_TP_DETAILS
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_TP_DETAILS, object_name:ECE_TP_DETAILS, status:VALID,
-
APPS.JMF_PROCESS_SHIKYU_RCV_TRX_PVT dependencies on RCV_TRANSACTIONS
12.1.1