Skip to the content.

FND Lookup Search – Oracle EBS SQL Report

Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.

Overview

Finds the best matching lookup_type for a given set of lookup_codes in a custom application base table.

Example: Coding a sql for ap suppliers, the value of column vendor_type_lookup_code should get translated to the user visible meaning instead of the code. The lookup_type used for translation can be found by this report entering table name AP_SUPPLIERS and column name VENDOR_TYPE_LOOKUP_CODE. The output contains a column SQL_TEXT which can be used directly in the sql where clause:

=flv.lookup_code(+) and flv.lookup_type(+)=’VENDOR TYPE’ and flv.view_application_id(+)=201 and flv.language(+)=userenv(‘lang’) and flv.security_group_id(+)=0 and

Report Parameters

Table Name, Colum Name

Oracle EBS Tables Used

Report Categories

Enginatics

Running This SQL Without Blitz Report

Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.

Download & Import Options

Resource Link
Excel Example Output FND Lookup Search 27-Jul-2018 212528.xlsx
Blitz Report™ XML Import FND_Lookup_Search.xml
Full SQL on Enginatics www.enginatics.com/reports/fnd-lookup-search/

Executive Summary

The FND Lookup Search report is a developer utility designed to reverse-engineer lookup codes. It helps find the correct LOOKUP_TYPE for a given column in a table.

Business Challenge

The Solution

This Blitz Report analyzes the data in a specific table and column:

Technical Architecture

The report uses a heuristic approach to match distinct values from the target table with lookup codes.

Parameters & Filtering

Performance & Optimization

FAQ


© 2026 Enginatics