Search Results fnd_lookup_values
Overview
The FND_LOOKUP_VALUES table is a core repository for application-specific, user-maintained code values, historically known as QuickCodes, within the Oracle E-Business Suite (EBS) Application Object Library. It serves as the central data store for static lists of values (LOVs) used throughout the EBS application modules, enabling the configuration and localization of standardized codes such as statuses, types, categories, and priorities. Its role is fundamental to providing configurable, translatable, and secure reference data that drives application behavior and user interface consistency across the global enterprise.
Key Information Stored
The table's structure is designed to support multilingual, multi-organization data with security controls. The primary key uniquely identifies a lookup entry through a combination of LOOKUP_TYPE (the category, e.g., 'YES_NO'), LANGUAGE (the translation language code), LOOKUP_CODE (the stored value, e.g., 'Y'), SECURITY_GROUP_ID (for data partitioning in Multi-Org Access Control), and VIEW_APPLICATION_ID (the application owning the lookup type). Other critical columns include MEANING (the display value, e.g., 'Yes'), DESCRIPTION (a longer description), ENABLED_FLAG to control active status, START_DATE_ACTIVE and END_DATE_ACTIVE for date-range control, and DISPLAY_SEQUENCE for ordering in LOVs. The data is intrinsically linked to its parent definition table, FND_LOOKUP_TYPES.
Common Use Cases and Queries
This table is queried extensively for populating application LOVs, validating form entries, and generating reports. A standard pattern for retrieving active values for a specific lookup type, such as 'YES_NO', in a session's language is:
- SELECT lookup_code, meaning FROM fnd_lookup_values WHERE lookup_type = 'YES_NO' AND language = USERENV('LANG') AND enabled_flag = 'Y' AND SYSDATE BETWEEN NVL(start_date_active, SYSDATE) AND NVL(end_date_active, SYSDATE) ORDER BY display_sequence;
Common administrative tasks include auditing enabled values, identifying obsolete entries by checking for disabled flags or past end dates, and analyzing usage across modules by joining on LOOKUP_TYPE to FND_LOOKUP_TYPES. Reporting often involves translating codes to their user-friendly MEANING for clarity in output.
Related Objects
The primary related object is the parent definition table, FND_LOOKUP_TYPES, which defines the lookup categories via a foreign key relationship. As per the provided metadata, FND_LOOKUP_VALUES is referenced by several application tables, such as PA_DRAFT_INVOICE_ITEMS and JTF_OBJECT_MAPPINGS, which store foreign keys to specific lookup entries for classification. For programmatic access and data maintenance, developers typically use the public API FND_LOOKUP_VALUES_PKG rather than executing direct DML on the table, ensuring proper validation and business rule enforcement. The FND_FLEX_VALUES table serves a similar but distinct purpose for flexfield segment values.
-
Table: FND_LOOKUP_VALUES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOOKUP_VALUES, object_name:FND_LOOKUP_VALUES, status:VALID, product: FND - Application Object Library , description: QuickCode values , implementation_dba_data: APPLSYS.FND_LOOKUP_VALUES ,
-
Table: FND_LOOKUP_VALUES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOOKUP_VALUES, object_name:FND_LOOKUP_VALUES, status:VALID, product: FND - Application Object Library , description: QuickCode values , implementation_dba_data: APPLSYS.FND_LOOKUP_VALUES ,
-
APPS.PO_DELREC_PVT dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.JA_CN_ITEMIZATION_INTERFACE dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.PAY_CA_T4_XML dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.PON_NEGOTIATION_COPY_GRP dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.OKL_LA_JE_PVT dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.CSC_RELATIONSHIP_PLANS_PUB dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.XLA_00140_AAD_S_000018_PKG dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.IBY_FACTOR_PKG dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.PA_PROJECT_PVT dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.IBC_UTILITIES_PVT dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.XLA_00555_AAD_S_000001_PKG dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.CSD_SOO_PVT dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.ZX_TCM_CONTROL_PKG dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.FV_CCR_DATA_LOAD_PKG dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.HR_DM_DELETE dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.PAY_US_W2_BOX_BAL dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.AHL_UTIL_UC_PKG dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.IA_WF_UTIL_PKG dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.PA_SEARCH_PVT dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.CS_SERVICEREQUEST_PUB dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.FND_FLEX_VAL_API dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.HZ_PREFERENCE_PUB dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.FND_INDUSTRY_ACTIVATOR dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.MSC_X_HZ_PLAN dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.RRS_SITE_INFO dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.FND_SET dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.AS_VALIDATE_SETUP dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.FND_PROGRAM dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.OKS_OMINT_PUB dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.AP_HOLD_CODES_PKG dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.IBW_OE_PVT dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.CCT_LKUP_PUB dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.VEA_TPA_UTIL_PVT dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.FND_ORACLE_SCHEMA dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.MSD_SCE_PUBLISH_FORECAST_PKG dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.PER_SE_POSTALCODE_UPLOAD dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.UMX_USERNAME_POLICY_PVT dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.PER_RI_CONFIG_UTILITIES dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.AS_PERIOD_RATES_REFRESH dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.HR_SE_UTILITY dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.MSC_SCE_LOADS_PKG dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.PSP_PSPDAREG_XMLP_PKG dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.PA_UOM dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.PSP_XMLGEN dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.PSP_ENC_CRT_XML dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.IBW_PAGES_PUB dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.PSP_LABOR_DIST dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.AMS_DCF_LEADS_TITLE dependencies on FND_LOOKUP_VALUES
12.1.1