Search Results fnd_territories
The FND_TERRITORIES
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a fundamental repository for storing country and territory information, serving as a critical reference for global compliance, localization, and reporting. This table is part of the Oracle Application Object Library (FND) and is extensively used across modules to ensure accurate geographical data alignment with legal, financial, and operational requirements. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
Purpose and Importance
TheFND_TERRITORIES
table maintains standardized ISO country codes, names, and associated attributes required for multinational operations. It supports localization features such as tax calculations, legal entity setups, and address validations. Compliance with international standards (e.g., ISO 3166) ensures consistency in cross-border transactions, regulatory reporting, and system integrations.
Key Columns and Descriptions
- TERRITORY_CODE: Primary key storing the ISO 2-character country code (e.g., 'US' for United States).
- TERRITORY_SHORT_NAME: Abbreviated country name (e.g., 'U.S.A.').
- TERRITORY_NAME: Full country name (e.g., 'United States of America').
- ISO_NUMERIC_CODE: ISO 3-digit numeric code (e.g., '840' for the U.S.).
- ISO_ALPHA_3_CODE: ISO 3-character alphabetic code (e.g., 'USA').
- START_DATE_ACTIVE and END_DATE_ACTIVE: Define the validity period for the territory record.
- ADDRESS_STYLE: Dictates formatting rules for postal addresses.
- TELEPHONE_NUMBERING_STYLE: Specifies phone number formatting conventions.
- VAT_REQUIRED_FLAG: Indicates if Value-Added Tax (VAT) applies.
Integration with Oracle EBS Modules
- Financials (GL, AP, AR): Validates country-specific tax rules, currency defaults, and invoice addressing.
- Human Resources (HRMS): Ensures compliance with labor laws and payroll regulations based on employee location.
- Supply Chain (OM, INV): Facilitates shipping and customs documentation by referencing territory codes.
- Multi-Org Access Control (MOAC): Aligns operating units with legal jurisdictions.
Technical Considerations
- Indexes: Optimized for queries on
TERRITORY_CODE
andISO_NUMERIC_CODE
. - APIs: Accessed via
FND_TERRITORY_PUB
for programmatic updates or validations. - Seed Data: Pre-populated by Oracle; custom entries require careful validation to avoid conflicts.
Example Use Case
When configuring a new legal entity in Belgium, the system referencesFND_TERRITORIES
to enforce Belgian VAT rules (VAT_REQUIRED_FLAG='Y'
), format addresses (ADDRESS_STYLE='BE'
), and validate ISO codes (TERRITORY_CODE='BE'
, ISO_ALPHA_3_CODE='BEL'
).
Best Practices
- Audit the table periodically for obsolete or missing territories.
- Leverage Oracle's patch utilities for updates to avoid manual errors.
- Use descriptive flexfields (DFFs) for custom attributes without modifying core columns.
FND_TERRITORIES
is a cornerstone table in Oracle EBS, ensuring global operational consistency and compliance. Its structured design and integration capabilities make it indispensable for multinational deployments.
-
Table: FND_TERRITORIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TERRITORIES, object_name:FND_TERRITORIES, status:VALID, product: FND - Application Object Library , description: Territories, also known as countries , implementation_dba_data: APPLSYS.FND_TERRITORIES ,
-
Table: FND_TERRITORIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TERRITORIES, object_name:FND_TERRITORIES, status:VALID, product: FND - Application Object Library , description: Territories, also known as countries , implementation_dba_data: APPLSYS.FND_TERRITORIES ,
-
Table: FND_TERRITORIES_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TERRITORIES_TL, object_name:FND_TERRITORIES_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_TERRITORIES , implementation_dba_data: APPLSYS.FND_TERRITORIES_TL ,
-
Table: FND_TERRITORIES_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TERRITORIES_TL, object_name:FND_TERRITORIES_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_TERRITORIES , implementation_dba_data: APPLSYS.FND_TERRITORIES_TL ,
-
View: FND_TERRITORIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_TERRITORIES_VL, object_name:FND_TERRITORIES_VL, status:VALID, product: FND - Application Object Library , description: View of FND_TERRITORIES and FND_TERRITORIES_TL , implementation_dba_data: APPS.FND_TERRITORIES_VL ,
-
View: FND_TERRITORIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_TERRITORIES_VL, object_name:FND_TERRITORIES_VL, status:VALID, product: FND - Application Object Library , description: View of FND_TERRITORIES and FND_TERRITORIES_TL , implementation_dba_data: APPS.FND_TERRITORIES_VL ,
-
View: WF_USERS_OLD
12.1.1
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
View: WF_USERS_OLD
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
View: WF_ROLES_OLD
12.1.1
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
View: WF_ROLES_OLD
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
View: WF_POS_ROLES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_POS_ROLES, object_name:WF_POS_ROLES, status:VALID, product: FND - Application Object Library , description: Bulk Sync Directory Service Role View for Orig System POS , implementation_dba_data: APPS.WF_POS_ROLES ,
-
View: WF_POS_ROLES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_POS_ROLES, object_name:WF_POS_ROLES, status:VALID, product: FND - Application Object Library , description: Bulk Sync Directory Service Role View for Orig System POS , implementation_dba_data: APPS.WF_POS_ROLES ,
-
Table: FND_CURRENCIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CURRENCIES, object_name:FND_CURRENCIES, status:VALID, product: FND - Application Object Library , description: Currencies enabled for use at your site , implementation_dba_data: APPLSYS.FND_CURRENCIES ,
-
Table: FND_CURRENCIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CURRENCIES, object_name:FND_CURRENCIES, status:VALID, product: FND - Application Object Library , description: Currencies enabled for use at your site , implementation_dba_data: APPLSYS.FND_CURRENCIES ,