Search Results fnd_currencies
Overview
The FND_CURRENCIES table is a core reference table within the Oracle E-Business Suite Application Object Library (FND). It serves as the central repository for all currency definitions enabled for use at an implementation site. This table is fundamental to the financial and transactional modules of Oracle EBS, providing the master list of valid currency codes, their names, and associated formatting and conversion attributes. Its data is critical for ensuring accurate monetary calculations, reporting, and multi-currency processing across the entire application suite, from Accounts Payable to Advanced Pricing.
Key Information Stored
The table's primary key is the CURRENCY_CODE, which is the ISO-standard three-character identifier (e.g., USD, EUR, JPY). Beyond the code, the table stores descriptive and functional attributes for each currency. Key columns include CURRENCY_NAME, DESCRIPTION, ENABLED_FLAG (to control active use), and ISSUING_TERRITORY_CODE (a foreign key to FND_TERRITORIES linking the currency to its country or region of origin). It also holds critical precision data such as PRECISION (the number of decimal places used) and MINIMUM_ACCOUNTABLE_UNIT (the smallest coin denomination, used for rounding). Extended attributes like SYMBOL and ISO_STATUS further define the currency's presentation and standardization status.
Common Use Cases and Queries
This table is primarily queried for validation, reporting, and data population in user interfaces. A common use case is populating a list of values (LOV) for currency selection fields throughout the application. System administrators may query it to review or maintain enabled currencies. For reporting, it is frequently joined to transactional tables to retrieve currency names and symbols. Example queries include fetching all active currencies or retrieving details for a specific code used in an invoice.
- SELECT currency_code, currency_name, precision, enabled_flag FROM apps.fnd_currencies WHERE enabled_flag = 'Y' ORDER BY currency_code;
- SELECT trx.amount, curr.currency_name, curr.symbol FROM ap_invoices_all trx JOIN apps.fnd_currencies curr ON trx.invoice_currency_code = curr.currency_code WHERE trx.invoice_id = :p_invoice_id;
Related Objects
As indicated by the extensive foreign key relationships in the metadata, FND_CURRENCIES is referenced by a vast number of transactional and setup tables across virtually all financial and order management modules. Key foreign key references include AP_INVOICES_ALL (for invoice currency), AR_CASH_RECEIPTS_ALL (for receipt currency), and GL_DAILY_RATES (for conversion rates). The table has a primary foreign key relationship with FND_TERRITORIES via the ISSUING_TERRITORY_CODE column. Furthermore, critical APIs such as FND_CURRENCY_API rely on this table for functions like validating currency codes and retrieving precision for amount formatting.
-
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 ,
-
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 ,
-
APPS.LNS_CUSTOM_PUB dependencies on FND_CURRENCIES
12.1.1
-
APPS.PER_QUA_BUS dependencies on FND_CURRENCIES
12.1.1
-
APPS.JG_JGZZFAAD_XMLP_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.JE_JEPLPSSR_XMLP_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.ARP_TRX_DEFAULTS_2 dependencies on FND_CURRENCIES
12.1.1
-
APPS.ARP_PROCESS_CREDIT_UPD_COVER dependencies on FND_CURRENCIES
12.1.1
-
APPS.AP_IMPORT_INVOICES_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.AR_CUMULATIVE_BALANCE_REPORT dependencies on FND_CURRENCIES
12.1.1
-
APPS.ONT_OEXPRPRS_XMLP_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.JE_ES_MODELO_EXT_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.BOM_CSTRIVTW_XMLP_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.ONT_OEXOEIOD_XMLP_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.FA_MASS_RET_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.PA_AGREEMENT_CORE dependencies on FND_CURRENCIES
12.1.1
-
APPS.PO_VAL_LINES dependencies on FND_CURRENCIES
12.1.1
-
APPS.PER_PERSADIS_XMLP_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.MTL_MOVEMENT_STAT_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.PAY_PYNZ345_XMLP_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.WIP_WIPREJVR_XMLP_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.PON_BID_DEFAULTING_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.OKL_TAX_INTERFACE_PVT dependencies on FND_CURRENCIES
12.1.1
-
APPS.GL_MC_CURRENCY_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.OKL_INTERNAL_TO_EXTERNAL dependencies on FND_CURRENCIES
12.1.1
-
APPS.PJI_FM_PLAN_EXTR dependencies on FND_CURRENCIES
12.1.1
-
APPS.JAI_AP_MISC_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.ZX_MIGRATE_AR_TAX_DEF dependencies on FND_CURRENCIES
12.1.1
-
APPS.RCV_SHIPMENT_HEADER_SV dependencies on FND_CURRENCIES
12.1.1
-
APPS.AR_MO_CACHE_UTILS dependencies on FND_CURRENCIES
12.1.1
-
APPS.AR_INVOICE_DEFAULT_PVT dependencies on FND_CURRENCIES
12.1.1
-
APPS.JE_JENOGEIS_XMLP_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.POS_TOTALS_PO_SV dependencies on FND_CURRENCIES
12.1.1
-
APPS.GMF_RCV_ACCOUNTING_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.XLA_ACCOUNTING_CACHE_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.FA_FAS840_XMLP_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.ONT_OEXOEUBD_XMLP_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.LNS_FEE_ENGINE dependencies on FND_CURRENCIES
12.1.1
-
APPS.ARP_ALLOCATION_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.PJI_FM_PLAN_CAL_RLPS_T dependencies on FND_CURRENCIES
12.1.1
-
APPS.PO_TOTALS_PO_SV dependencies on FND_CURRENCIES
12.1.1
-
APPS.JAI_FBT_PROCESS_P dependencies on FND_CURRENCIES
12.1.1
-
APPS.AST_OFL_PIPELINE_BUCKETS_PARAM dependencies on FND_CURRENCIES
12.1.1
-
APPS.AP_APXINPSR_XMLP_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.PER_PERSAIPE_XMLP_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.ARP_PROCESS_CREDIT_LOCK_COVER dependencies on FND_CURRENCIES
12.1.1
-
APPS.FA_UTILS_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.ARP_PROCESS_CREDIT_INS_COVER dependencies on FND_CURRENCIES
12.1.1
-
APPS.JG_JGZZFALE_XMLP_PKG dependencies on FND_CURRENCIES
12.1.1
-
APPS.ARP_UTIL dependencies on FND_CURRENCIES
12.1.1