Skip to the content.

FND Audit Table Changes by Column – Oracle EBS SQL Report

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

Overview

Reports all changes to an audited application table.

The report has one row per audit transaction and audited column showing the old and new audit column value.

Report Parameters

Audit Table, Audit Date From, Audit Date To, Audited Users, Include Audit Columns, Informational Audit Table Columns, Additional Info Table, Additional Info Table Columns, Record Filter

Oracle EBS Tables Used

&from_audit_tables, &from_tables

Report Categories

Enginatics

FND Audit Setup, AP Expenses, FND Audit Table Changes by Record, AR Transactions and Lines, CAC AP Accrual IR ISO Match Analysis

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 Audit Table Changes by Column 06-Sep-2020 112717.xlsx
Blitz Report™ XML Import FND_Audit_Table_Changes_by_Column.xml
Full SQL on Enginatics www.enginatics.com/reports/fnd-audit-table-changes-by-column/

Executive Summary

The FND Audit Table Changes by Column report is a universal tool for querying data from any Oracle Audit Trail table. It presents the history of changes in a normalized format, with one row per changed column.

Business Challenge

The Solution

This Blitz Report uses dynamic SQL to query the specific shadow table for the selected entity:

Technical Architecture

The report uses a dynamic SQL structure (indicated by &from_audit_tables). It constructs the query at runtime based on the Audit Table parameter selected by the user. It joins the shadow table (e.g., _A) with FND_USER to resolve the WHO columns.

Parameters & Filtering

Performance & Optimization

FAQ


© 2026 Enginatics