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 ,
-
APPS.ITG_SYNCSUPPLIERINBOUND_PVT dependencies on FND_TERRITORIES
12.1.1
-
APPS.PAY_BANK_BRANCHES_PKG dependencies on FND_TERRITORIES
12.1.1
-
APPS.HXC_HAD_BUS dependencies on FND_TERRITORIES
12.1.1
-
APPS.HZ_REGISTRY_VALIDATE_V2PUB dependencies on FND_TERRITORIES
12.1.1
-
APPS.PAY_ETP_BUS_ND dependencies on FND_TERRITORIES
12.1.1
-
APPS.PAY_ECU_BUS dependencies on FND_TERRITORIES
12.1.1
-
APPS.FND_REQUEST dependencies on FND_TERRITORIES
12.1.1
-
APPS.JTF_UM_UTIL_PVT dependencies on FND_TERRITORIES
12.1.1
-
APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on FND_TERRITORIES
12.1.1
-
APPS.PAY_SF_BUS dependencies on FND_TERRITORIES
12.1.1
-
APPS.PAY_FR_DADS_ESTAB_COMP dependencies on FND_TERRITORIES
12.1.1
-
APPS.HZ_FORMAT_PUB dependencies on FND_TERRITORIES
12.1.1
-
APPS.PER_ADD_BUS dependencies on FND_TERRITORIES
12.1.1
-
APPS.CSP_SHIP_TO_ADDRESS_PVT dependencies on FND_TERRITORIES
12.1.1
-
APPS.PAY_PUR_BUS dependencies on FND_TERRITORIES
12.2.2
-
APPS.GR_RECIPIENT_INFO_PKG dependencies on FND_TERRITORIES
12.2.2
-
APPS.IRC_ILP_BUS dependencies on FND_TERRITORIES
12.2.2
-
APPS.AP_VENDOR_PUB_PKG dependencies on FND_TERRITORIES
12.2.2
-
APPS.HR_TMP_BUS dependencies on FND_TERRITORIES
12.2.2
-
APPS.JE_ES_MODELO_EXT_PKG dependencies on FND_TERRITORIES
12.2.2
-
APPS.PAY_PUC_BUS dependencies on FND_TERRITORIES
12.2.2
-
APPS.PAY_PAYROLL_XML_EXTRACT_PKG dependencies on FND_TERRITORIES
12.2.2
-
APPS.FND_OBIEE_I18N dependencies on FND_TERRITORIES
12.2.2
-
APPS.HXC_HPH_BUS dependencies on FND_TERRITORIES
12.2.2
-
APPS.PAY_KR_SEP_ARCHIVE_PKG dependencies on FND_TERRITORIES
12.2.2
-
APPS.PAY_PPR_BUS dependencies on FND_TERRITORIES
12.2.2
-
APPS.PAY_RFM_BUS dependencies on FND_TERRITORIES
12.2.2
-
APPS.PAY_BANK_BRANCHES_PKG dependencies on FND_TERRITORIES
12.2.2
-
APPS.FND_REQUEST dependencies on FND_TERRITORIES
12.2.2
-
APPS.PAY_FRR_BUS dependencies on FND_TERRITORIES
12.2.2
-
APPS.PAY_KR_YEA_MAGTAPE_PKG dependencies on FND_TERRITORIES
12.2.2
-
APPS.IBY_UTILITY_PVT dependencies on FND_TERRITORIES
12.2.2
-
APPS.HXC_HRR_BUS dependencies on FND_TERRITORIES
12.2.2
-
APPS.FF_FFN_BUS dependencies on FND_TERRITORIES
12.2.2
-
APPS.PER_IN_DATA_PUMP dependencies on FND_TERRITORIES
12.2.2
-
APPS.HZ_FORMAT_PUB dependencies on FND_TERRITORIES
12.1.1
-
APPS.HZ_GNR_PKG dependencies on FND_TERRITORIES
12.1.1
-
APPS.HR_AHC_BUS dependencies on FND_TERRITORIES
12.1.1
-
APPS.PAY_KR_YEA_MAGTAPE_PKG dependencies on FND_TERRITORIES
12.1.1
-
APPS.FF_FFN_BUS dependencies on FND_TERRITORIES
12.1.1
-
APPS.PER_IN_DATA_PUMP dependencies on FND_TERRITORIES
12.1.1
-
APPS.PAY_TDF_BUS dependencies on FND_TERRITORIES
12.1.1
-
APPS.PAY_UPGRADE_LEGISLATIONS_PKG dependencies on FND_TERRITORIES
12.1.1
-
APPS.PON_PROFILE_UTIL_PKG dependencies on FND_TERRITORIES
12.1.1
-
APPS.IMC_CSV_LOAD dependencies on FND_TERRITORIES
12.1.1
-
APPS.ARP_ADDS_MINUS99 dependencies on FND_TERRITORIES
12.1.1
-
APPS.FND_MLS_REQUEST dependencies on FND_TERRITORIES
12.1.1
-
APPS.AP_VENDOR_PUB_PKG dependencies on FND_TERRITORIES
12.1.1