Search Results ra_territories
The RA_TERRITORIES table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical data structure within the Receivables (AR) module, primarily used to store territory-related information for sales and revenue tracking. Territories in Oracle Receivables are geographical or organizational divisions that help businesses segment their markets, assign sales representatives, and analyze revenue distribution. This table serves as the foundation for territory management, enabling companies to define hierarchical structures for sales regions, countries, states, or custom-defined areas.
Key Attributes of RA_TERRITORIES
The RA_TERRITORIES table contains several important columns that define territory characteristics:- TERRITORY_ID: A unique identifier for each territory, often used as a primary key in relationships with other tables.
- NAME: The descriptive name of the territory (e.g., "North America" or "EMEA").
- DESCRIPTION: Additional details about the territory's scope or purpose.
- PARENT_TERRITORY_ID: Establishes hierarchical relationships between territories, allowing for nested structures (e.g., a country within a region).
- START_DATE_ACTIVE and END_DATE_ACTIVE: Define the validity period of the territory record.
- STATUS: Indicates whether the territory is active or inactive.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE: Standard Oracle audit columns.
Functional Role in Oracle EBS
The RA_TERRITORIES table integrates with multiple EBS modules and processes:- Sales Force Automation: Territories are assigned to sales representatives in RA_SALESREPS, enabling commission calculations and performance tracking.
- Revenue Recognition: Territory data may influence revenue allocation rules in Advanced Collections or Revenue Management.
- Reporting and Analytics: Used in Oracle Financial Analyzer and BI Publisher reports to analyze sales performance by region.
- Order Management Integration: Territory information can default onto sales orders via AutoInvoice or Order-to-Cash workflows.
Technical Considerations
In EBS 12.2.2, the table is subject to Oracle's Online Patching (ADOP) framework, meaning changes to territory structures can be patched online without system downtime. The table has foreign key relationships with:- RA_SALESREPS (for sales rep assignments)
- RA_CUSTOMERS (for customer territory mapping)
- RA_SALES_CREDITS (for commission calculations)
Customization and Extension
Organizations often extend the RA_TERRITORIES functionality by:- Adding custom attributes via Descriptive Flexfields (DFFs)
- Creating triggers or APIs to enforce territory validation rules
- Integrating with third-party Geographic Information Systems (GIS)
Data Security
Access to territory data is controlled through Oracle's Function Security and Data Security models, particularly relevant for multi-org implementations where territory visibility may be restricted by operating unit.Migration and Upgrade Impact
During upgrades from 12.1.1 to 12.2.2, the table structure remains largely unchanged, but territory data may require reconciliation if customizations exist. The table is included in Oracle's Trading Community Architecture (TCA) data model in later versions. In summary, RA_TERRITORIES is a foundational component of Oracle EBS' territory management framework, enabling sophisticated sales territory structures that drive critical business processes across Receivables, Order Management, and CRM modules.-
Table: RA_TERRITORIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERRITORIES, object_name:RA_TERRITORIES, status:VALID, product: AR - Receivables , description: Territory information , implementation_dba_data: AR.RA_TERRITORIES ,
-
Table: RA_TERRITORIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERRITORIES, object_name:RA_TERRITORIES, status:VALID, product: AR - Receivables , description: Territory information , implementation_dba_data: AR.RA_TERRITORIES ,
-
APPS.OE_INVOICE_PUB dependencies on RA_TERRITORIES
12.1.1
-
APPS.OKL_SUC_PVT dependencies on RA_TERRITORIES
12.1.1
-
APPS.OE_INVOICE_PUB dependencies on RA_TERRITORIES
12.2.2
-
APPS.POA_EDW_TRD_PNTR_M_SIZE dependencies on RA_TERRITORIES
12.1.1
-
APPS.GMF_AR_GET_SREP_TERRITORIES dependencies on RA_TERRITORIES
12.1.1
-
APPS.JTF_RS_SRP_TERRITORIES_PVT dependencies on RA_TERRITORIES
12.1.1
-
APPS.JTF_RESOURCE_UTL dependencies on RA_TERRITORIES
12.1.1
-
APPS.BOM_CSTROMMA_XMLP_PKG dependencies on RA_TERRITORIES
12.1.1
-
APPS.JTF_RS_SRP_TERRITORIES_PVT dependencies on RA_TERRITORIES
12.2.2
-
APPS.JTF_RESOURCE_UTL dependencies on RA_TERRITORIES
12.2.2
-
APPS.OKL_SUC_PVT dependencies on RA_TERRITORIES
12.2.2
-
APPS.GMF_AR_GET_SREP_TERRITORIES dependencies on RA_TERRITORIES
12.2.2
-
APPS.BOM_CSTROMMA_XMLP_PKG dependencies on RA_TERRITORIES
12.2.2
-
VIEW: APPS.RA_TERRITORIES_DFV
12.2.2
-
VIEW: APPS.RA_TERRITORIES_DFV
12.1.1
-
SYNONYM: APPS.RA_TERRITORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RA_TERRITORIES, status:VALID,
-
SYNONYM: APPS.RA_TERRITORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_TERRITORIES, status:VALID,
-
VIEW: AR.RA_TERRITORIES#
12.2.2
owner:AR, object_type:VIEW, object_name:RA_TERRITORIES#, status:VALID,
-
VIEW: AR.RA_TERRITORIES#
12.2.2
-
View: RHX_DP_SHIPMENTS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ICX_CST_TERRITORY_30DAY_V
12.1.1
-
VIEW: APPS.ICX_CST_TERRITORY_90DAY_V
12.1.1
-
APPS.GMF_AR_GET_SREP_TERRITORIES dependencies on RA_SALESREP_TERRITORIES
12.1.1
-
View: RHX_DP_L_TERRITORY_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_SHIPMENTS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_BOOKINGS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_BOOKINGS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ICX_CST_TERRITORY_7DAY_V
12.1.1
-
Table: RA_SALESREP_TERRITORIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_SALESREP_TERRITORIES, object_name:RA_SALESREP_TERRITORIES, status:VALID, product: AR - Receivables , description: Territory information for salespeople , implementation_dba_data: AR.RA_SALESREP_TERRITORIES ,
-
Table: RA_SALESREP_TERRITORIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_SALESREP_TERRITORIES, object_name:RA_SALESREP_TERRITORIES, status:VALID, product: AR - Receivables , description: Territory information for salespeople , implementation_dba_data: AR.RA_SALESREP_TERRITORIES ,
-
VIEW: APPS.RA_TERRITORIES_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:RA_TERRITORIES_DFV, status:VALID,
-
View: RHX_DP_L_TERRITORY_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
APPS.GMF_AR_GET_SREP_TERRITORIES dependencies on RA_SALESREP_TERRITORIES
12.2.2
-
VIEW: APPS.AR_CM_PAY_SITE_USES_H_V
12.1.1
-
PACKAGE BODY: APPS.GMF_AR_GET_SREP_TERRITORIES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_AR_GET_SREP_TERRITORIES, status:VALID,
-
PACKAGE BODY: APPS.GMF_AR_GET_SREP_TERRITORIES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_AR_GET_SREP_TERRITORIES, status:VALID,
-
VIEW: APPS.ARFV_LOCATIONS
12.1.1
-
VIEW: APPS.AR_RCT_SITE_USES_S_V
12.1.1
-
PACKAGE BODY: APPS.POA_EDW_TRD_PNTR_M_SIZE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:POA_EDW_TRD_PNTR_M_SIZE, status:VALID,
-
VIEW: APPS.RA_TERRITORIES_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:RA_TERRITORIES_DFV, status:VALID,
-
TABLE: AR.RA_TERRITORIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERRITORIES, object_name:RA_TERRITORIES, status:VALID,
-
TABLE: AR.RA_TERRITORIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERRITORIES, object_name:RA_TERRITORIES, status:VALID,
-
VIEW: APPS.CST_BIS_MARGIN_ANALYSIS_V
12.1.1
-
VIEW: APPS.AR_CM_SHIP_TO_SITE_USES_S_V
12.1.1
-
VIEW: APPS.OKL_RA_TERRITORIES_UV
12.2.2
-
VIEW: APPS.AR_DRAWEE_SITE_USES_H_V
12.2.2
-
VIEW: APPS.AR_CM_SOLD_SITE_USES_H_V
12.1.1
-
VIEW: APPS.AR_CM_SOLD_SITE_USES_H_V
12.2.2