Search Results salesperson
The JTF.JTF_TTY_WEBADI_INTERFACE
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Web ADI (Application Desktop Integrator) framework, specifically designed to support the Trading Community Architecture (TCA) Territory Manager module. This table serves as an interface for data loading, validation, and processing of territory-related information through Web ADI, enabling seamless integration between spreadsheet-based data entry and Oracle EBS applications.
Purpose and Functionality
The primary purpose ofJTF_TTY_WEBADI_INTERFACE
is to act as a staging table for territory data before it is processed and transferred to the core TCA tables. It facilitates bulk data operations for territory management, allowing users to create, update, or modify territory hierarchies, assignments, and rules via Web ADI. This eliminates manual data entry errors and improves efficiency in territory administration.
Key Columns and Structure
The table contains several important columns that map to territory attributes:TERRITORY_ID
: Unique identifier for the territoryNAME
: Territory nameDESCRIPTION
: Detailed description of the territoryPARENT_TERRITORY_ID
: Reference to parent territory in hierarchySTART_DATE_ACTIVE
andEND_DATE_ACTIVE
: Validity periodSTATUS
: Processing status flagCREATED_BY
,CREATION_DATE
,LAST_UPDATED_BY
,LAST_UPDATE_DATE
: Standard who columns
Integration with Web ADI
When users initiate a Web ADI session for territory management, the system generates a template that maps to this interface table. Users populate the spreadsheet with territory data, which is then uploaded toJTF_TTY_WEBADI_INTERFACE
. The concurrent program JTF_TTY_WEBADI_PUBLISH
processes records from this interface table, validates them against business rules, and transfers approved records to the main territory tables (JTF_TERRITORIES_B
, JTF_TERRITORIES_TL
, etc.).
Data Validation and Processing
The table includes status columns that track the validation and processing lifecycle:- New records are inserted with a status of 'NEW'
- During validation, status changes to 'VALIDATED' or 'ERROR'
- Approved records move to 'PROCESSED' after successful transfer
- Error records remain for correction with appropriate error messages
Technical Considerations
In EBS 12.2.2, this table benefits from the online patching capabilities introduced by the Edition-Based Redefinition (EBR) feature. The interface remains available during patching cycles, ensuring continuous territory management operations. Performance optimizations include appropriate indexing on key columns likeTERRITORY_ID
and STATUS
.
Security and Access Control
Access to this table is typically restricted to users with the "Territory Manager Administration" responsibility. The Web ADI framework enforces data security by validating user privileges before allowing data upload or modification through this interface.Customization and Extension
While the table structure is predefined, organizations can extend its functionality by:- Adding custom columns for additional territory attributes
- Creating custom validation logic in the publish program
- Developing post-processing triggers for specific business needs
JTF.JTF_TTY_WEBADI_INTERFACE
table represents a powerful integration point between spreadsheet users and Oracle's complex territory management system, significantly simplifying the administration of sales territories, service regions, and other geographical hierarchies in Oracle EBS implementations.
-
TABLE: JTF.JTF_TTY_WEBADI_INTERFACE
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_WEBADI_INTERFACE, object_name:JTF_TTY_WEBADI_INTERFACE, status:VALID,
-
TABLE: JTF.JTF_TTY_WEBADI_INTERFACE
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_WEBADI_INTERFACE, object_name:JTF_TTY_WEBADI_INTERFACE, status:VALID,
-
Lookup Type: EVENT_NAME
12.1.1
product: CN - Incentive Compensation , meaning: event name , description: event name ,
-
Lookup Type: SORT_BY_ARXAGR
12.2.2
product: AR - Receivables , meaning: Sort By Arxagr , description: Sort by options for ARXAGR report ,
-
Concurrent Program: CN_BIS_SRP_LOAD_BASE_SUM_CP
12.1.1
execution_filename: cn_bis_srp_data_gen_pvt.generate_base_summ_data_c , product: CN - Incentive Compensation , user_name: Load Salesperson Base Summary , description: DBI load salesperson base summary , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: EVENT_NAME
12.2.2
product: CN - Incentive Compensation , meaning: event name , description: event name ,
-
Lookup Type: SRP_OBJECT_TYPE
12.1.1
product: CN - Incentive Compensation , meaning: Salesrep Object Type , description: Salesrep Object Type ,
-
Lookup Type: SRP_OBJECT_TYPE
12.2.2
product: CN - Incentive Compensation , meaning: Salesrep Object Type , description: Salesrep Object Type ,
-
Lookup Type: SORT_BY_ARXPDI
12.1.1
product: AR - Receivables , meaning: Sort By Arxpdi , description: Sort by options for ARXPDI report ,
-
Lookup Type: SORT_BY_ARXPDI
12.2.2
product: AR - Receivables , meaning: Sort By Arxpdi , description: Sort by options for ARXPDI report ,
-
Concurrent Program: OEXOESOS
12.1.1
execution_filename: OEXOESOS , product: ONT - Order Management , user_name: OEXOESOS , description: Salesperson Order Summary Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: SORT_BY_ARXAGR
12.1.1
product: AR - Receivables , meaning: Sort By Arxagr , description: Sort by options for ARXAGR report ,
-
Concurrent Program: CN_BIS_SRP_LOAD_BASE_SUM_CP
12.2.2
execution_filename: cn_bis_srp_data_gen_pvt.generate_base_summ_data_c , product: CN - Incentive Compensation , user_name: Load Salesperson Base Summary , description: DBI load salesperson base summary , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
VIEW: APPS.JTF_TTY_MY_DIRECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TTY_MY_DIRECTS_V, object_name:JTF_TTY_MY_DIRECTS_V, status:VALID,
-
PACKAGE: APPS.CN_SRP_CUSTOMIZE_PUB
12.2.2
-
APPS.OE_BLANKET_WF dependencies on OE_ID_TO_VALUE
12.1.1
-
PACKAGE: APPS.CN_SRP_CUSTOMIZE_PUB
12.1.1
-
Lookup Type: ADVANCED_SEARCH
12.1.1
product: CN - Incentive Compensation , meaning: Advanced Search , description: Advanced Search ,
-
APPS.JTF_TTY_GEN_TERR_PVT dependencies on JTF_TTY_NAMED_ACCT_RSC
12.1.1
-
Concurrent Program: CN_BIS_SRP_UPDATE_BASE_SUM_CP
12.2.2
execution_filename: cn_bis_srp_data_gen_pvt.generate_base_summ_data_f , product: CN - Incentive Compensation , user_name: Update Salesperson Base Summary , description: DBI fast refresh of salesperson base sumamry , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: ADVANCED_SEARCH
12.2.2
product: CN - Incentive Compensation , meaning: Advanced Search , description: Advanced Search ,
-
Concurrent Program: OEXOESOS
12.1.1
execution_filename: OEXOESOS , product: OE - Order Entry , user_name: OEXOESOS , description: Salesperson Order Summary Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: OEXOESOS
12.2.2
execution_filename: OEXOESOS , product: OE - Order Entry , user_name: OEXOESOS , description: Salesperson Order Summary Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: OEXOESOS
12.2.2
execution_filename: OEXOESOS , product: ONT - Order Management , user_name: OEXOESOS , description: Salesperson Order Summary Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: CN_BIS_SRP_UPDATE_BASE_SUM_CP
12.1.1
execution_filename: cn_bis_srp_data_gen_pvt.generate_base_summ_data_f , product: CN - Incentive Compensation , user_name: Update Salesperson Base Summary , description: DBI fast refresh of salesperson base sumamry , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
APPS.OE_BLANKET_WF dependencies on OE_ID_TO_VALUE
12.2.2
-
Lookup Type: ASO_QUOTE_SEARCH_PARAMETERS
12.2.2
product: ASO - Order Capture , meaning: ASO: Quote Search Parameters ,
-
VIEW: APPS.JTF_TTY_MY_DIRECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TTY_MY_DIRECTS_V, object_name:JTF_TTY_MY_DIRECTS_V, status:VALID,
-
PACKAGE: APPS.JTF_RS_SALESREPS_PUB
12.2.2
-
VIEW: APPS.JTF_TTY_MY_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TTY_MY_RESOURCES_V, object_name:JTF_TTY_MY_RESOURCES_V, status:VALID,
-
APPS.JTF_RS_ROLE_RELATE_VUHK dependencies on FND_MESSAGE
12.1.1
-
APPS.OE_NEGOTIATE_WF dependencies on OE_ID_TO_VALUE
12.2.2
-
PACKAGE: APPS.CN_SRP_PRD_QUOTA_PUB
12.1.1
-
PACKAGE: APPS.CN_SRP_PRD_QUOTA_PUB
12.2.2
-
Lookup Type: ASO_QUOTE_SEARCH_PARAMETERS
12.1.1
product: ASO - Order Capture , meaning: ASO: Quote Search Parameters ,
-
APPS.JTF_TERR_ENGINE_GEN_PVT dependencies on JTF_TTY_NAMED_ACCT_RSC
12.1.1
-
TABLE: CN.CN_SRP_PAYEE_ASSIGNS_ALL
12.2.2
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_SRP_PAYEE_ASSIGNS_ALL, object_name:CN_SRP_PAYEE_ASSIGNS_ALL, status:VALID,
-
APPS.JTF_TTY_GEN_TERR_PVT dependencies on JTF_TTY_NAMED_ACCT_RSC
12.2.2
-
Concurrent Program: OEXOESOS_XML
12.1.1
product: ONT - Order Management , user_name: Salesperson Order Summary Report (XML) , description: Salesperson Order Summary Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
TABLE: CN.CN_SRP_PAY_GROUPS_ALL
12.1.1
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_SRP_PAY_GROUPS_ALL, object_name:CN_SRP_PAY_GROUPS_ALL, status:VALID,
-
TABLE: CN.CN_SRP_PAY_GROUPS_ALL
12.2.2
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_SRP_PAY_GROUPS_ALL, object_name:CN_SRP_PAY_GROUPS_ALL, status:VALID,
-
APPS.JTF_RS_ROLE_RELATE_VUHK dependencies on FND_MESSAGE
12.2.2
-
VIEW: APPS.JTF_TTY_MY_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TTY_MY_RESOURCES_V, object_name:JTF_TTY_MY_RESOURCES_V, status:VALID,
-
APPS.OE_NEGOTIATE_WF dependencies on OE_ID_TO_VALUE
12.1.1
-
Concurrent Program: ARXAGRW_XML
12.1.1
product: AR - Receivables , user_name: Aging - 7 Buckets - By Salesperson/Agent Report (XML) , description: Aging - By Salesperson/Agent Report , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
PACKAGE: APPS.JTF_RS_SALESREPS_PUB
12.1.1
-
APPS.OKS_MASSCHANGE_PVT dependencies on OKS_K_SALES_CREDITS_V
12.2.2
-
APPS.JTF_TTY_NA_GEO_TERR_PVT dependencies on JTF_TTY_NAMED_ACCT_RSC
12.1.1
-
APPS.JTF_TERR_ENGINE_GEN_PVT dependencies on JTF_TTY_NAMED_ACCT_RSC
12.2.2
-
APPS.JTF_TTY_NA_GEO_TERR_PVT dependencies on JTF_TTY_NAMED_ACCT_RSC
12.2.2