Search Results fnd_languages
Overview
The FND_LANGUAGES table is a core reference table within the Application Object Library (FND) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. Owned by the APPLSYS schema, it serves as the central repository for defining and managing the national dialects and languages supported by the application. Its primary role is to provide a standardized, system-wide reference for language codes, enabling the EBS architecture to support multilingual installations. This table is fundamental to the translation infrastructure, underpinning the Translated Table (TL) mechanism and user interface (UI) personalization based on language preferences.
Key Information Stored
The table's structure is designed to uniquely identify each supported language. According to the provided metadata, it is constrained by two primary keys: FND_LANGUAGES_PK on the LANGUAGE_CODE column and FND_LANGUAGES_UK2 on the LANGUAGE_ID column. This indicates that both the language code (a short abbreviation like 'US' for American English) and a numeric language ID serve as unique identifiers. While the full column list is not detailed in the excerpt, standard implementations of this table typically include columns for the language name (e.g., 'English'), the territory (e.g., 'AMERICA'), and flags indicating installation status (installed, base language), NLS character set, and directionality (LTR/RTL). The dual-key structure ensures robust referential integrity across the application.
Common Use Cases and Queries
The table is most frequently queried to determine the languages available within an EBS instance or to validate language codes. Common SQL patterns include listing all installed languages for user profile options or reporting, and joining with TL tables to retrieve translated descriptions. For example, a report to show all translated terms for a specific entity would join a TL table (e.g., AP_TERMS_TL) with FND_LANGUAGES on the LANGUAGE column to get the readable language name. A typical administrative query is: SELECT language_code, nls_language FROM apps.fnd_languages WHERE installed_flag IN ('I', 'B'); This returns the codes and names for all actively installed base and secondary languages, which is critical for configuring multilingual functionality.
Related Objects
As evidenced by the extensive foreign key list in the metadata, FND_LANGUAGES is a pivotal parent table referenced by numerous Translated Table (TL) entities and other base tables across various EBS modules. Key relationships include:
- Translation Tables (TL): Tables like AP_TERMS_TL, CS_INCIDENT_STATUSES_TL, and CS_CF_FLOWS_TL reference FND_LANGUAGES via their LANGUAGE and SOURCE_LANG columns to store multiple translations for a single base record.
- Module-Specific Tables: Tables in modules like Advanced Marketing (AMS) and Customer Support (CS) reference it to define language-specific content, such as AMS_CAMPAIGN_SCHEDULES_B.LANGUAGE_CODE and AMS_EVENT_OFFERS_ALL_B.EVENT_LANGUAGE_CODE.
- Profile Options: The user profile option
NLS_LANGUAGEis validated against the codes stored in this table. - APIs: FND_LANGUAGES is integral to the FND_GLOBAL and localization APIs that manage session language settings.
-
Table: FND_LANGUAGES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LANGUAGES, object_name:FND_LANGUAGES, status:VALID, product: FND - Application Object Library , description: National dialects , implementation_dba_data: APPLSYS.FND_LANGUAGES ,
-
Table: FND_LANGUAGES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LANGUAGES, object_name:FND_LANGUAGES, status:VALID, product: FND - Application Object Library , description: National dialects , implementation_dba_data: APPLSYS.FND_LANGUAGES ,
-
APPS.FND_INDUSTRIES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.BSC_KPI_SHELL_CMDS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.PQH_TABLE_ROUTE_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.IEC_P_RES_GRP_PARAMS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AME_ACL_SHD dependencies on FND_LANGUAGES
12.1.1
-
APPS.XDO_CURRENCY_FORMAT_SETS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.FEM_USER_LOV98_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AHL_OPERATIONS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AHL_MC_RULES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.HR_FIT_INS dependencies on FND_LANGUAGES
12.1.1
-
APPS.OKE_BILLING_METHODS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.QP_PRC_CONTEXTS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.FEM_STUDSCHL_YR_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.CS_SR_LINK_TYPES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.CSP_FORECAST_RULES_B_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.GMA_FM_TEXT_TBL_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.FEM_USER_LOV28_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.PQP_VEH_REPOS_INFO_TYPES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.OKL_ASD_PVT dependencies on FND_LANGUAGES
12.1.1
-
APPS.CS_INCIDENT_SEVERITIES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.OKC_CNL_PVT dependencies on FND_LANGUAGES
12.1.1
-
APPS.FEM_USER_LOV76_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on FND_LANGUAGES
12.1.1
-
APPS.FEM_TP_METHODS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.OKL_ITY_PVT dependencies on FND_LANGUAGES
12.1.1
-
APPS.AMW_CONSTRAINT_WAIVERS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.PAY_ETT_INS dependencies on FND_LANGUAGES
12.1.1
-
APPS.CSP_PARTS_LOOPS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AP_APXPPREM_XMLP_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.FEM_USER_LOV36_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.OKE_K_TYPES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AHL_MR_ACTIONS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.FEM_OVRDRFT_PRT_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AZW_PROC dependencies on FND_LANGUAGES
12.1.1
-
APPS.QP_LIST_HEADERS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.HR_WPT_INS dependencies on FND_LANGUAGES
12.1.1
-
APPS.IEU_WP_UI_COMPONENTS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.FEM_DIS_ENTITIES_HIER_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.FEM_USER_LOV32_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.EDR_PSIG_DOC_PARAMS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.FF_FFT_SHD dependencies on FND_LANGUAGES
12.1.1
-
APPS.FEM_USER_LOV25_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.FEM_USER_LOV129_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.BEN_EAT_SHD dependencies on FND_LANGUAGES
12.1.1
-
APPS.FEM_USER_LOV121_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AMS_EVENT_OFFERS_ALL_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.BSC_TAB_VIEW_KPI_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AMS_VENUE_PVT dependencies on FND_LANGUAGES
12.1.1